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_test.vcxproj | 202 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 storm_dll/storm_test.vcxproj (limited to 'storm_dll/storm_test.vcxproj') diff --git a/storm_dll/storm_test.vcxproj b/storm_dll/storm_test.vcxproj new file mode 100644 index 0000000..48058ff --- /dev/null +++ b/storm_dll/storm_test.vcxproj @@ -0,0 +1,202 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {5B0E680A-EC4E-402E-AE0D-18ADD2DC6EBE} + storm_test + Win32Proj + 10.0 + + + + Application + v142 + MultiByte + + + Application + v142 + MultiByte + + + Application + v142 + MultiByte + + + Application + v142 + MultiByte + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>16.0.31829.152 + + + .\bin\$(Platform)\$(Configuration)\ + .\bin\$(Platform)\$(Configuration)\ + true + + + .\bin\$(Platform)\$(Configuration)\ + .\bin\$(Platform)\$(Configuration)\ + true + + + .\bin\$(Platform)\$(Configuration)\ + .\bin\$(Platform)\$(Configuration)\ + false + + + .\bin\$(Platform)\$(Configuration)\ + .\bin\$(Platform)\$(Configuration)\ + false + + + + Disabled + ../aaa/inc;exif;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + Level4 + EditAndContinue + + + $(OutDir)storm_test.exe + .\bin\dll\Win32\Release;%(AdditionalLibraryDirectories) + true + $(OutDir)storm_test.pdb + Console + false + + MachineX86 + false + + + + + X64 + + + Disabled + ../aaa/inc;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + Level4 + ProgramDatabase + + + $(OutDir)storm_test.exe + .\bin\dll\x64\Release;%(AdditionalLibraryDirectories) + true + $(OutDir)storm_test.pdb + Console + false + + MachineX64 + false + + + + + ../aaa/inc;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + + Level4 + ProgramDatabase + + + $(OutDir)storm_test.exe + .\bin\dll\Win32\Release;%(AdditionalLibraryDirectories) + true + Console + true + true + false + + MachineX86 + false + + + + + + + + X64 + + + ../aaa/inc;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + + Level4 + ProgramDatabase + + + $(OutDir)storm_test.exe + .\bin\dll\x64\Release;%(AdditionalLibraryDirectories) + true + Console + true + true + false + + MachineX64 + false + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3