diff --git a/win32/crc64.sln b/win32/crc64.sln index a76e95d..b26f7e2 100644 --- a/win32/crc64.sln +++ b/win32/crc64.sln @@ -1,16 +1,19 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.2092 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32825.248 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crc64", "crc64.vcxproj", "{9D573175-F71F-45A8-8339-ED3CDAC17F72}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Release|ARM64 = Release|ARM64 Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9D573175-F71F-45A8-8339-ED3CDAC17F72}.Release|ARM64.ActiveCfg = Release|ARM64 + {9D573175-F71F-45A8-8339-ED3CDAC17F72}.Release|ARM64.Build.0 = Release|ARM64 {9D573175-F71F-45A8-8339-ED3CDAC17F72}.Release|x64.ActiveCfg = Release|x64 {9D573175-F71F-45A8-8339-ED3CDAC17F72}.Release|x64.Build.0 = Release|x64 {9D573175-F71F-45A8-8339-ED3CDAC17F72}.Release|x86.ActiveCfg = Release|Win32 diff --git a/win32/crc64.vcxproj b/win32/crc64.vcxproj index 713a7be..cd7f34a 100644 --- a/win32/crc64.vcxproj +++ b/win32/crc64.vcxproj @@ -1,6 +1,10 @@ + + Release + ARM64 + Release Win32 @@ -18,7 +22,7 @@ {9D573175-F71F-45A8-8339-ED3CDAC17F72} Win32Proj crc64 - 7.0 + 10.0.19041.0 @@ -35,6 +39,13 @@ true Unicode + + Application + false + v143 + true + Unicode + @@ -46,6 +57,9 @@ + + + false @@ -57,6 +71,11 @@ $(SolutionDir)\bin\$(Platform)\$(Configuration)\ $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + + false + $(SolutionDir)\bin\$(Platform)\$(Configuration)\ + $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + NotUsing @@ -109,6 +128,32 @@ setargv.obj;%(AdditionalDependencies) + + + NotUsing + Level4 + MaxSpeed + true + true + _CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + MultiThreaded + false + AnySuitable + Speed + true + true + NotSet + + + Console + true + true + false + UseLinkTimeCodeGeneration + setargv.obj;%(AdditionalDependencies) + +