summaryrefslogtreecommitdiff
path: root/cryptest.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 /cryptest.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 'cryptest.vcxproj')
-rw-r--r--cryptest.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index 2b69ed0c..565e3ac3 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -37,6 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{09cdac08-e6ae-48a9-8de7-0fbc779eebde}</ProjectGuid>
<RootNamespace>cryptest</RootNamespace>
+ <PlatformToolset>v100</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">