From 8e053ff5334f8aafaa8e5cc449fd90a71866b0a6 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sat, 12 Feb 2022 13:14:12 +0100 Subject: Updated test project for storm.dll --- storm_dll/storm.vcxproj | 197 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 storm_dll/storm.vcxproj (limited to 'storm_dll/storm.vcxproj') diff --git a/storm_dll/storm.vcxproj b/storm_dll/storm.vcxproj new file mode 100644 index 0000000..ac64fd5 --- /dev/null +++ b/storm_dll/storm.vcxproj @@ -0,0 +1,197 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {BD600973-C6FA-4CE3-8821-67F6418B7F9C} + storm + Win32Proj + 10.0 + + + + DynamicLibrary + v142 + Unicode + true + + + DynamicLibrary + v142 + Unicode + + + DynamicLibrary + v142 + Unicode + true + + + DynamicLibrary + v142 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>16.0.31829.152 + + + .\bin\dll\$(Platform)\$(Configuration)\ + .\bin\dll\$(Platform)\$(Configuration)\ + true + false + + + .\bin\dll\$(Platform)\$(Configuration)\ + .\bin\dll\$(Platform)\$(Configuration)\ + true + false + + + .\bin\dll\$(Platform)\$(Configuration)\ + .\bin\dll\$(Platform)\$(Configuration)\ + false + false + + + .\bin\dll\$(Platform)\$(Configuration)\ + .\bin\dll\$(Platform)\$(Configuration)\ + false + false + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;storm_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreaded + + Level3 + EditAndContinue + + + $(OutDir)storm.dll + .\storm.def + true + Windows + 0x15000000 + + MachineX86 + false + + + + + X64 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;storm_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + $(OutDir)storm.dll + .\storm.def + true + Windows + + + + MachineX64 + false + + + + + WIN32;NDEBUG;_WINDOWS;_USRDLL;storm_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + + Level3 + ProgramDatabase + + + $(OutDir)storm.dll + .\storm.def + true + Windows + true + true + 0x15000000 + + MachineX86 + false + + + + + X64 + + + WIN32;NDEBUG;_WINDOWS;_USRDLL;storm_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + $(OutDir)storm.dll + .\storm.def + true + Windows + true + true + + + + MachineX64 + false + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3