summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-03 04:34:56 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-03 04:34:56 -0400
commit1702c93b308e4f9d009980ccedcf4c3d493daff8 (patch)
tree9e30a3baeb849e84523e4c63a54a847ab2bc1e70 /cryptdll.vcxproj
parent08b68c2718464c3add60fdcb764c6a558cbfa320 (diff)
downloadcryptopp-git-1702c93b308e4f9d009980ccedcf4c3d493daff8.tar.gz
Reinstate commit ac513c06f8c80
Even though it breaks AppVeyor worse, its needed that way. Also see https://stackoverflow.com/a/45458443/608639.
Diffstat (limited to 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj14
1 files changed, 8 insertions, 6 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index bbad324b..4b08b90e 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -18,12 +18,7 @@
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{94a428a1-9ba8-4db2-b76e-bd2e3c08f257}</ProjectGuid>
- <RootNamespace>cryptdll</RootNamespace>
- <PlatformToolset>v100</PlatformToolset>
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- </PropertyGroup>
+ <!-- Relocated by JW in AUG 2017 -->
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings" />
@@ -31,6 +26,13 @@
<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>{94a428a1-9ba8-4db2-b76e-bd2e3c08f257}</ProjectGuid>
+ <RootNamespace>cryptdll</RootNamespace>
+ <PlatformToolset>v100</PlatformToolset>
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ </PropertyGroup>
<!-- End of Visual Studio boilerplate -->
<!-- All Configurations -->
<PropertyGroup Label="All Configurations">