diff -r 8f6d6556380a -r dc53362bc5a7 msvc/ucxtest/ucxtest.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msvc/ucxtest/ucxtest.vcxproj Tue Oct 29 16:53:00 2024 +0100 @@ -0,0 +1,194 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + {a7ee56a3-0bad-4cab-9354-7fae2a65e276} + + + + 17.0 + Win32Proj + {56337f37-5298-49c4-b4d4-b43c1b2900f0} + ucxtest + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\ + build\$(Platform)\$(Configuration)\ + + + $(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\ + build\$(Platform)\$(Configuration)\ + + + $(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\ + build\$(Platform)\$(Configuration)\ + + + $(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\ + build\$(Platform)\$(Configuration)\ + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + stdc17 + $(SolutionDir)..\src\ + CompileAsC + + + Console + true + $(OutputPath) + libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + stdc17 + $(SolutionDir)..\src\ + CompileAsC + + + Console + true + true + true + $(OutputPath) + libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + stdc17 + $(SolutionDir)..\src\ + CompileAsC + + + Console + true + $(OutputPath) + libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + stdc17 + $(SolutionDir)..\src\ + CompileAsC + + + Console + true + true + true + $(OutputPath) + libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + + \ No newline at end of file