From 2ebf959ec02048c15323e1bbfc63faedcf5067b6 Mon Sep 17 00:00:00 2001 From: navewindre Date: Fri, 12 Jul 2024 00:55:39 +0200 Subject: ha haaa --- src/heavens-gate.vcxproj | 261 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 261 insertions(+) create mode 100644 src/heavens-gate.vcxproj (limited to 'src/heavens-gate.vcxproj') diff --git a/src/heavens-gate.vcxproj b/src/heavens-gate.vcxproj new file mode 100644 index 0000000..4cc2b26 --- /dev/null +++ b/src/heavens-gate.vcxproj @@ -0,0 +1,261 @@ + + + + false + + + + Debug + Win32 + + + Release + Win32 + + + stripped + Win32 + + + + 15.0 + {D2960E74-5A8F-4D86-9788-7BBAF0248F68} + Project6 + 10.0 + + + + Application + true + v142 + MultiByte + + + Application + false + v142 + true + MultiByte + + + Application + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + $(SolutionDir)\bin\ + ..\intermediate\$(Configuration)\ + heavens-gate + true + $(SolutionDir)/openssl/include;$(VC_IncludePath);$(WindowsSDK_IncludePath); + $(SolutionDir)/openssl/include;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86) + + + $(SolutionDir)\bin\ + ..\intermediate\$(Configuration)\ + heavens-gate + true + $(SolutionDir)/openssl/include;$(VC_IncludePath);$(WindowsSDK_IncludePath); + $(SolutionDir)/openssl/include;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86) + + + $(SolutionDir)\bin\ + ..\intermediate\$(Configuration)\ + heavens-gate + true + false + true + $(SolutionDir)/openssl/include;$(VC_IncludePath);$(WindowsSDK_IncludePath); + $(SolutionDir)/openssl/lib;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86) + + + + Level3 + Disabled + false + %(AdditionalOptions) + _MBCS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;DEBUG 1 + FastCall + stdcpplatest + 4530 + 4530 + false + Default + false + false + + + Windows + /ENTRY:"mainCRTStartup" %(AdditionalOptions) /IGNORE:4530 + false + false + false + + + $(IntDir)%(Filename).res + + + ../cleanup.bat + + + + + Level3 + MaxSpeed + true + true + false + %(AdditionalOptions) + _MBCS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS + FastCall + Speed + false + false + StreamingSIMDExtensions2 + Fast + false + 4530 + stdcpplatest + 4530 + true + Default + false + + + true + true + Windows + + + /ENTRY:"mainCRTStartup" %(AdditionalOptions) + false + + + ../cleanup.bat + + + + + Level3 + MaxSpeed + true + true + false + %(AdditionalOptions) + _MBCS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS + FastCall + Speed + false + 4530 + false + StreamingSIMDExtensions2 + Fast + false + stdcpplatest + 4530 + true + true + false + Default + false + true + None + + + true + true + Windows + + + /ENTRY:"mainCRTStartup" %(AdditionalOptions) + false + false + false + + + + ../cleanup.bat + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Debug\%(Filename).res + 0x0409 + Debug\heavens-gate.tlog\ + true + false + true + true + ..\intermediate\%(Filename).res + ..\intermediate\%(Filename).res + ..\intermediate\%(Filename).res + + + + + + \ No newline at end of file -- cgit v1.2.3