summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-10-04 02:22:25 -0400
committerJeffrey Walton <noloader@gmail.com>2016-10-04 02:22:25 -0400
commitf579c1caf1e27c05d974f84c34ebc93fa6646dd5 (patch)
tree8a93f708617c2cb75762b7b04259a8567760f6c5 /cryptdll.vcxproj
parent85933ca4ad5d5b1dfad33df7306a2fd0b8528077 (diff)
downloadcryptopp-git-f579c1caf1e27c05d974f84c34ebc93fa6646dd5.tar.gz
Add missing PlatformToolset and RootNamespace for Globals PropertyGroup
Also see http://blogs.msdn.microsoft.com/visualstudio/2010/05/14/a-guide-to-vcxproj-and-props-file-structure/
Diffstat (limited to 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index 96f28457..7e95e744 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{94a428a1-9ba8-4db2-b76e-bd2e3c08f257}</ProjectGuid>
<RootNamespace>cryptdll</RootNamespace>
+ <PlatformToolset>v100</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">