diff -r ca4c6f590a08 -r 4c3a69b9723a msvc/ucxtest_dll/ucxtest_dll.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msvc/ucxtest_dll/ucxtest_dll.vcxproj Mon Feb 10 20:59:02 2025 +0100 @@ -0,0 +1,195 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + {f19429a5-fc21-4639-9d0a-231a6f19deb4} + + + + 17.0 + Win32Proj + {13520243-14c7-488e-9389-6cfd5432c54c} + 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;CX_WINDLL;%(PreprocessorDefinitions) + true + stdc17 + $(SolutionDir)..\src\ + CompileAsC + + + Console + true + $(OutputPath) + libucx.dll.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CX_WINDLL;%(PreprocessorDefinitions) + true + stdc17 + $(SolutionDir)..\src\ + CompileAsC + + + Console + true + true + true + $(OutputPath) + libucx.dll.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CX_WINDLL;%(PreprocessorDefinitions) + true + stdc17 + $(SolutionDir)..\src\ + CompileAsC + + + Console + true + $(OutputPath) + libucx.dll.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CX_WINDLL;%(PreprocessorDefinitions) + true + stdc17 + $(SolutionDir)..\src\ + CompileAsC + + + Console + true + true + true + $(OutputPath) + libucx.dll.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + + \ No newline at end of file