From d920e5d62020d751ccaa3491cc66275ade749011 Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 27 Dec 2024 18:52:48 +1100 Subject: building and running on windows with visual studio --- msbuild/convtexture/convtexture.vcxproj | 168 ++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 msbuild/convtexture/convtexture.vcxproj (limited to 'msbuild/convtexture/convtexture.vcxproj') diff --git a/msbuild/convtexture/convtexture.vcxproj b/msbuild/convtexture/convtexture.vcxproj new file mode 100644 index 0000000..3fc78c3 --- /dev/null +++ b/msbuild/convtexture/convtexture.vcxproj @@ -0,0 +1,168 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {21c708d3-6f35-4c2b-a53e-9e06d8220218} + convtexture + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)bin\$(ProjectName)\$(Configuration)\$(Platform)\ + $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ + + + $(SolutionDir)bin\$(ProjectName)\$(Configuration)\$(Platform)\ + $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ + + + $(SolutionDir)bin\$(ProjectName)\$(Configuration)\$(Platform)\ + $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ + + + $(SolutionDir)bin\$(ProjectName)\$(Configuration)\$(Platform)\ + $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ + + + + Level3 + true + plat_win;plat_x86;allocation_default_alignment=8;_CRT_SECURE_NO_WARNINGS;DEBUGWIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)..\qstd + + + Console + true + $(SolutionDir)bin\qstd\$(Configuration)\$(Platform)\ + qstd.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + Level3 + true + true + true + plat_win;plat_x86;allocation_default_alignment=8;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)..\qstd + + + Console + true + true + true + $(SolutionDir)bin\qstd\$(Configuration)\$(Platform)\ + qstd.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + Level3 + true + plat_win;plat_x86;allocation_default_alignment=8;_CRT_SECURE_NO_WARNINGS;DEBUG_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)..\qstd + + + Console + true + $(SolutionDir)bin\qstd\$(Configuration)\$(Platform)\ + qstd.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + Level3 + true + true + true + plat_win;plat_x86;allocation_default_alignment=8;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)..\qstd + + + Console + true + true + true + $(SolutionDir)bin\qstd\$(Configuration)\$(Platform)\ + qstd.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + + + + + + + + {1bb0efa0-f482-4d8c-adcc-946343d3fe02} + + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf