summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-03 05:22:03 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-03 05:22:03 -0400
commit64c098fbae7de0805cb7cceb245003e5c946e9f3 (patch)
treec4dee504eee5ac80f77ea4eaf0f85f5081e278d5 /cryptest.vcxproj
parent1702c93b308e4f9d009980ccedcf4c3d493daff8 (diff)
downloadcryptopp-git-64c098fbae7de0805cb7cceb245003e5c946e9f3.tar.gz
Revert "Reinstate commit ac513c06f8c80"
This broke MSbuild, which can no longer build a static library. Attempting to build with 'msbuild /t:Build cryptlib.vcxproj' results in: ... X64\cryptlib\Debug\zinflate.obj X64\cryptlib\Debug\zlib.obj LINK : fatal error LNK1561: entry point must be defined [c:\Users\cryptopp\cryptlib.vcxproj] Done Building Project "c:\Users\Jeff\Desktop\cryptopp\cryptlib.vcxproj" (Build target(s)) -- FAILED. Microsoft tools are so fucked up. It should be illegal to sell them.
Diffstat (limited to 'cryptest.vcxproj')
-rw-r--r--cryptest.vcxproj15
1 files changed, 6 insertions, 9 deletions
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index 7a592d0f..4ff99b48 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -34,7 +34,12 @@
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
- <!-- Relocated by JW in AUG 2017 -->
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{09cdac08-e6ae-48a9-8de7-0fbc779eebde}</ProjectGuid>
+ <RootNamespace>cryptest</RootNamespace>
+ <PlatformToolset>v100</PlatformToolset>
+ <ConfigurationType>Application</ConfigurationType>
+ </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@@ -44,14 +49,6 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
- <!-- Global property group must follow imports due to PlatformToolset -->
- <PropertyGroup Label="Globals">
- <ProjectGuid>{09cdac08-e6ae-48a9-8de7-0fbc779eebde}</ProjectGuid>
- <RootNamespace>cryptest</RootNamespace>
- <PlatformToolset>v100</PlatformToolset>
- <ConfigurationType>Application</ConfigurationType>
- </PropertyGroup>
- <PropertyGroup Label="UserMacros" />
<!-- End of Visual Studio boilerplate -->
<!-- All Configurations -->
<PropertyGroup Label="All Configurations">