Skip to content

Commit

Permalink
Move to Visual Studio 2017 / CUDA Toolkit 9.2
Browse files Browse the repository at this point in the history
-Changed compiler/IDE to Visual Studio 2017
-Changed CUDA toolkit to 9.2
-From now on, Windows builds will be **64-bit only**
  • Loading branch information
brichard19 committed Aug 28, 2018
1 parent 2cdd135 commit 5d12841
Show file tree
Hide file tree
Showing 18 changed files with 204 additions and 488 deletions.
12 changes: 6 additions & 6 deletions AddrGen/AddrGen.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand All @@ -22,32 +22,32 @@
<ProjectGuid>{7AE5E38D-5731-404E-A4F3-229ADF981EFC}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>AddrGen</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down
12 changes: 6 additions & 6 deletions AddressUtil/AddressUtil.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand Down Expand Up @@ -37,32 +37,32 @@
<ProjectGuid>{34042455-D274-432D-9134-C9EA41FD1B54}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>AddressUtil</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down
110 changes: 35 additions & 75 deletions BitCrack.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "secp256k1lib", "secp256k1lib\secp256k1lib.vcxproj", "{BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6}"
EndProject
Expand All @@ -13,11 +13,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "util", "util\util.vcxproj",
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AddressUtil", "AddressUtil\AddressUtil.vcxproj", "{34042455-D274-432D-9134-C9EA41FD1B54}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cudaMath", "cudaMath\cudaMath.vcxproj", "{2723CBF4-9E08-4E13-A31B-30757EDD8DB7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyFinder", "KeyFinder\KeyFinder.vcxproj", "{D77642A9-365C-420C-A726-469649D2927E}"
ProjectSection(ProjectDependencies) = postProject
{10326A77-D6FF-49F1-93CE-35991555DD29} = {10326A77-D6FF-49F1-93CE-35991555DD29}
{53EE0C03-4419-4767-A91B-7FC7D4B3D2AA} = {53EE0C03-4419-4767-A91B-7FC7D4B3D2AA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AddrGen", "AddrGen\AddrGen.vcxproj", "{7AE5E38D-5731-404E-A4F3-229ADF981EFC}"
Expand All @@ -27,133 +25,95 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AddrGen", "AddrGen\AddrGen.
{BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6} = {BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyFinderLib", "KeyFinderLib\KeyFinderLib.vcxproj", "{10326A77-D6FF-49F1-93CE-35991555DD29}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cudaUtil", "cudaUtil\cudaUtil.vcxproj", "{EADAAA54-E304-4656-8263-E5E688FF323D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CryptoUtil", "CryptoUtil\CryptoUtil.vcxproj", "{CA46856A-1D1E-4F6F-A69C-6707D540BF36}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cudaInfo", "cudaInfo\cudaInfo.vcxproj", "{01FE6B24-6652-42D5-8C19-CCF11627856F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Logger", "Logger\Logger.vcxproj", "{150AF404-1F80-4A13-855B-4383C4A3326F}"
ProjectSection(ProjectDependencies) = postProject
{93B89BF6-32B9-4EBA-AA44-BCFEC4836B76} = {93B89BF6-32B9-4EBA-AA44-BCFEC4836B76}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyFinderLib", "KeyFinderLib\KeyFinderLib.vcxproj", "{53EE0C03-4419-4767-A91B-7FC7D4B3D2AA}"
ProjectSection(ProjectDependencies) = postProject
{150AF404-1F80-4A13-855B-4383C4A3326F} = {150AF404-1F80-4A13-855B-4383C4A3326F}
{EADAAA54-E304-4656-8263-E5E688FF323D} = {EADAAA54-E304-4656-8263-E5E688FF323D}
{34042455-D274-432D-9134-C9EA41FD1B54} = {34042455-D274-432D-9134-C9EA41FD1B54}
{129C2B98-BABF-4E50-B7D7-E885774DF4A9} = {129C2B98-BABF-4E50-B7D7-E885774DF4A9}
{93B89BF6-32B9-4EBA-AA44-BCFEC4836B76} = {93B89BF6-32B9-4EBA-AA44-BCFEC4836B76}
{BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6} = {BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cudaInfo", "cudaInfo\cudaInfo.vcxproj", "{9E8ECC85-AF9F-4F17-9397-633CA2FEE94E}"
ProjectSection(ProjectDependencies) = postProject
{EADAAA54-E304-4656-8263-E5E688FF323D} = {EADAAA54-E304-4656-8263-E5E688FF323D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cudaMath", "cudaMath\cudaMath.vcxproj", "{E1BDB205-8994-4E49-8B35-172A84E7118C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6}.Debug|x64.ActiveCfg = Debug|x64
{BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6}.Debug|x64.Build.0 = Debug|x64
{BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6}.Debug|x86.ActiveCfg = Debug|Win32
{BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6}.Debug|x86.Build.0 = Debug|Win32
{BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6}.Release|x64.ActiveCfg = Release|x64
{BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6}.Release|x64.Build.0 = Release|x64
{BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6}.Release|x86.ActiveCfg = Release|Win32
{BFF4B5FE-C2C5-4384-8941-CD6CB29E78C6}.Release|x86.Build.0 = Release|Win32
{F7037134-28C5-4EB9-BE5D-587E79A40628}.Debug|x64.ActiveCfg = Debug|x64
{F7037134-28C5-4EB9-BE5D-587E79A40628}.Debug|x64.Build.0 = Debug|x64
{F7037134-28C5-4EB9-BE5D-587E79A40628}.Debug|x86.ActiveCfg = Debug|Win32
{F7037134-28C5-4EB9-BE5D-587E79A40628}.Debug|x86.Build.0 = Debug|Win32
{F7037134-28C5-4EB9-BE5D-587E79A40628}.Release|x64.ActiveCfg = Release|x64
{F7037134-28C5-4EB9-BE5D-587E79A40628}.Release|x64.Build.0 = Release|x64
{F7037134-28C5-4EB9-BE5D-587E79A40628}.Release|x86.ActiveCfg = Release|Win32
{F7037134-28C5-4EB9-BE5D-587E79A40628}.Release|x86.Build.0 = Release|Win32
{129C2B98-BABF-4E50-B7D7-E885774DF4A9}.Debug|x64.ActiveCfg = Debug|x64
{129C2B98-BABF-4E50-B7D7-E885774DF4A9}.Debug|x64.Build.0 = Debug|x64
{129C2B98-BABF-4E50-B7D7-E885774DF4A9}.Debug|x86.ActiveCfg = Debug|Win32
{129C2B98-BABF-4E50-B7D7-E885774DF4A9}.Debug|x86.Build.0 = Debug|Win32
{129C2B98-BABF-4E50-B7D7-E885774DF4A9}.Release|x64.ActiveCfg = Release|x64
{129C2B98-BABF-4E50-B7D7-E885774DF4A9}.Release|x64.Build.0 = Release|x64
{129C2B98-BABF-4E50-B7D7-E885774DF4A9}.Release|x86.ActiveCfg = Release|Win32
{129C2B98-BABF-4E50-B7D7-E885774DF4A9}.Release|x86.Build.0 = Release|Win32
{93B89BF6-32B9-4EBA-AA44-BCFEC4836B76}.Debug|x64.ActiveCfg = Debug|x64
{93B89BF6-32B9-4EBA-AA44-BCFEC4836B76}.Debug|x64.Build.0 = Debug|x64
{93B89BF6-32B9-4EBA-AA44-BCFEC4836B76}.Debug|x86.ActiveCfg = Debug|Win32
{93B89BF6-32B9-4EBA-AA44-BCFEC4836B76}.Debug|x86.Build.0 = Debug|Win32
{93B89BF6-32B9-4EBA-AA44-BCFEC4836B76}.Release|x64.ActiveCfg = Release|x64
{93B89BF6-32B9-4EBA-AA44-BCFEC4836B76}.Release|x64.Build.0 = Release|x64
{93B89BF6-32B9-4EBA-AA44-BCFEC4836B76}.Release|x86.ActiveCfg = Release|Win32
{93B89BF6-32B9-4EBA-AA44-BCFEC4836B76}.Release|x86.Build.0 = Release|Win32
{34042455-D274-432D-9134-C9EA41FD1B54}.Debug|x64.ActiveCfg = Debug|x64
{34042455-D274-432D-9134-C9EA41FD1B54}.Debug|x64.Build.0 = Debug|x64
{34042455-D274-432D-9134-C9EA41FD1B54}.Debug|x86.ActiveCfg = Debug|Win32
{34042455-D274-432D-9134-C9EA41FD1B54}.Debug|x86.Build.0 = Debug|Win32
{34042455-D274-432D-9134-C9EA41FD1B54}.Release|x64.ActiveCfg = Release|x64
{34042455-D274-432D-9134-C9EA41FD1B54}.Release|x64.Build.0 = Release|x64
{34042455-D274-432D-9134-C9EA41FD1B54}.Release|x86.ActiveCfg = Release|Win32
{34042455-D274-432D-9134-C9EA41FD1B54}.Release|x86.Build.0 = Release|Win32
{2723CBF4-9E08-4E13-A31B-30757EDD8DB7}.Debug|x64.ActiveCfg = Debug|x64
{2723CBF4-9E08-4E13-A31B-30757EDD8DB7}.Debug|x64.Build.0 = Debug|x64
{2723CBF4-9E08-4E13-A31B-30757EDD8DB7}.Debug|x86.ActiveCfg = Debug|Win32
{2723CBF4-9E08-4E13-A31B-30757EDD8DB7}.Debug|x86.Build.0 = Debug|Win32
{2723CBF4-9E08-4E13-A31B-30757EDD8DB7}.Release|x64.ActiveCfg = Release|x64
{2723CBF4-9E08-4E13-A31B-30757EDD8DB7}.Release|x64.Build.0 = Release|x64
{2723CBF4-9E08-4E13-A31B-30757EDD8DB7}.Release|x86.ActiveCfg = Release|Win32
{2723CBF4-9E08-4E13-A31B-30757EDD8DB7}.Release|x86.Build.0 = Release|Win32
{D77642A9-365C-420C-A726-469649D2927E}.Debug|x64.ActiveCfg = Debug|x64
{D77642A9-365C-420C-A726-469649D2927E}.Debug|x64.Build.0 = Debug|x64
{D77642A9-365C-420C-A726-469649D2927E}.Debug|x86.ActiveCfg = Debug|Win32
{D77642A9-365C-420C-A726-469649D2927E}.Debug|x86.Build.0 = Debug|Win32
{D77642A9-365C-420C-A726-469649D2927E}.Release|x64.ActiveCfg = Release|x64
{D77642A9-365C-420C-A726-469649D2927E}.Release|x64.Build.0 = Release|x64
{D77642A9-365C-420C-A726-469649D2927E}.Release|x86.ActiveCfg = Release|Win32
{D77642A9-365C-420C-A726-469649D2927E}.Release|x86.Build.0 = Release|Win32
{7AE5E38D-5731-404E-A4F3-229ADF981EFC}.Debug|x64.ActiveCfg = Debug|x64
{7AE5E38D-5731-404E-A4F3-229ADF981EFC}.Debug|x64.Build.0 = Debug|x64
{7AE5E38D-5731-404E-A4F3-229ADF981EFC}.Debug|x86.ActiveCfg = Debug|Win32
{7AE5E38D-5731-404E-A4F3-229ADF981EFC}.Debug|x86.Build.0 = Debug|Win32
{7AE5E38D-5731-404E-A4F3-229ADF981EFC}.Release|x64.ActiveCfg = Release|x64
{7AE5E38D-5731-404E-A4F3-229ADF981EFC}.Release|x64.Build.0 = Release|x64
{7AE5E38D-5731-404E-A4F3-229ADF981EFC}.Release|x86.ActiveCfg = Release|Win32
{7AE5E38D-5731-404E-A4F3-229ADF981EFC}.Release|x86.Build.0 = Release|Win32
{10326A77-D6FF-49F1-93CE-35991555DD29}.Debug|x64.ActiveCfg = Debug|x64
{10326A77-D6FF-49F1-93CE-35991555DD29}.Debug|x64.Build.0 = Debug|x64
{10326A77-D6FF-49F1-93CE-35991555DD29}.Debug|x86.ActiveCfg = Debug|Win32
{10326A77-D6FF-49F1-93CE-35991555DD29}.Debug|x86.Build.0 = Debug|Win32
{10326A77-D6FF-49F1-93CE-35991555DD29}.Release|x64.ActiveCfg = Release|x64
{10326A77-D6FF-49F1-93CE-35991555DD29}.Release|x64.Build.0 = Release|x64
{10326A77-D6FF-49F1-93CE-35991555DD29}.Release|x86.ActiveCfg = Release|Win32
{10326A77-D6FF-49F1-93CE-35991555DD29}.Release|x86.Build.0 = Release|Win32
{EADAAA54-E304-4656-8263-E5E688FF323D}.Debug|x64.ActiveCfg = Debug|x64
{EADAAA54-E304-4656-8263-E5E688FF323D}.Debug|x64.Build.0 = Debug|x64
{EADAAA54-E304-4656-8263-E5E688FF323D}.Debug|x86.ActiveCfg = Debug|Win32
{EADAAA54-E304-4656-8263-E5E688FF323D}.Debug|x86.Build.0 = Debug|Win32
{EADAAA54-E304-4656-8263-E5E688FF323D}.Release|x64.ActiveCfg = Release|x64
{EADAAA54-E304-4656-8263-E5E688FF323D}.Release|x64.Build.0 = Release|x64
{EADAAA54-E304-4656-8263-E5E688FF323D}.Release|x86.ActiveCfg = Release|Win32
{EADAAA54-E304-4656-8263-E5E688FF323D}.Release|x86.Build.0 = Release|Win32
{CA46856A-1D1E-4F6F-A69C-6707D540BF36}.Debug|x64.ActiveCfg = Debug|x64
{CA46856A-1D1E-4F6F-A69C-6707D540BF36}.Debug|x64.Build.0 = Debug|x64
{CA46856A-1D1E-4F6F-A69C-6707D540BF36}.Debug|x86.ActiveCfg = Debug|Win32
{CA46856A-1D1E-4F6F-A69C-6707D540BF36}.Debug|x86.Build.0 = Debug|Win32
{CA46856A-1D1E-4F6F-A69C-6707D540BF36}.Release|x64.ActiveCfg = Release|x64
{CA46856A-1D1E-4F6F-A69C-6707D540BF36}.Release|x64.Build.0 = Release|x64
{CA46856A-1D1E-4F6F-A69C-6707D540BF36}.Release|x86.ActiveCfg = Release|Win32
{CA46856A-1D1E-4F6F-A69C-6707D540BF36}.Release|x86.Build.0 = Release|Win32
{01FE6B24-6652-42D5-8C19-CCF11627856F}.Debug|x64.ActiveCfg = Debug|x64
{01FE6B24-6652-42D5-8C19-CCF11627856F}.Debug|x64.Build.0 = Debug|x64
{01FE6B24-6652-42D5-8C19-CCF11627856F}.Debug|x86.ActiveCfg = Debug|Win32
{01FE6B24-6652-42D5-8C19-CCF11627856F}.Debug|x86.Build.0 = Debug|Win32
{01FE6B24-6652-42D5-8C19-CCF11627856F}.Release|x64.ActiveCfg = Release|x64
{01FE6B24-6652-42D5-8C19-CCF11627856F}.Release|x64.Build.0 = Release|x64
{01FE6B24-6652-42D5-8C19-CCF11627856F}.Release|x86.ActiveCfg = Release|Win32
{01FE6B24-6652-42D5-8C19-CCF11627856F}.Release|x86.Build.0 = Release|Win32
{150AF404-1F80-4A13-855B-4383C4A3326F}.Debug|x64.ActiveCfg = Debug|x64
{150AF404-1F80-4A13-855B-4383C4A3326F}.Debug|x64.Build.0 = Debug|x64
{150AF404-1F80-4A13-855B-4383C4A3326F}.Debug|x86.ActiveCfg = Debug|Win32
{150AF404-1F80-4A13-855B-4383C4A3326F}.Debug|x86.Build.0 = Debug|Win32
{150AF404-1F80-4A13-855B-4383C4A3326F}.Release|x64.ActiveCfg = Release|x64
{150AF404-1F80-4A13-855B-4383C4A3326F}.Release|x64.Build.0 = Release|x64
{150AF404-1F80-4A13-855B-4383C4A3326F}.Release|x86.ActiveCfg = Release|Win32
{150AF404-1F80-4A13-855B-4383C4A3326F}.Release|x86.Build.0 = Release|Win32
{53EE0C03-4419-4767-A91B-7FC7D4B3D2AA}.Debug|x64.ActiveCfg = Debug|x64
{53EE0C03-4419-4767-A91B-7FC7D4B3D2AA}.Debug|x64.Build.0 = Debug|x64
{53EE0C03-4419-4767-A91B-7FC7D4B3D2AA}.Release|x64.ActiveCfg = Release|x64
{53EE0C03-4419-4767-A91B-7FC7D4B3D2AA}.Release|x64.Build.0 = Release|x64
{9E8ECC85-AF9F-4F17-9397-633CA2FEE94E}.Debug|x64.ActiveCfg = Debug|x64
{9E8ECC85-AF9F-4F17-9397-633CA2FEE94E}.Debug|x64.Build.0 = Debug|x64
{9E8ECC85-AF9F-4F17-9397-633CA2FEE94E}.Release|x64.ActiveCfg = Release|x64
{9E8ECC85-AF9F-4F17-9397-633CA2FEE94E}.Release|x64.Build.0 = Release|x64
{E1BDB205-8994-4E49-8B35-172A84E7118C}.Debug|x64.ActiveCfg = Debug|x64
{E1BDB205-8994-4E49-8B35-172A84E7118C}.Debug|x64.Build.0 = Debug|x64
{E1BDB205-8994-4E49-8B35-172A84E7118C}.Release|x64.ActiveCfg = Release|x64
{E1BDB205-8994-4E49-8B35-172A84E7118C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38EEE379-8362-4958-B1BD-39CECB0030F6}
EndGlobalSection
EndGlobal
12 changes: 6 additions & 6 deletions CmdParse/CmdParse.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand Down Expand Up @@ -28,32 +28,32 @@
<ProjectGuid>{F7037134-28C5-4EB9-BE5D-587E79A40628}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>CmdParse</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down
Loading

0 comments on commit 5d12841

Please sign in to comment.