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/qstd/qstd.vcxproj | 160 ++++++++++++++++++++++++++++++++++++++ msbuild/qstd/qstd.vcxproj.filters | 45 +++++++++++ 2 files changed, 205 insertions(+) create mode 100644 msbuild/qstd/qstd.vcxproj create mode 100644 msbuild/qstd/qstd.vcxproj.filters (limited to 'msbuild/qstd') diff --git a/msbuild/qstd/qstd.vcxproj b/msbuild/qstd/qstd.vcxproj new file mode 100644 index 0000000..0d9209e --- /dev/null +++ b/msbuild/qstd/qstd.vcxproj @@ -0,0 +1,160 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {1bb0efa0-f482-4d8c-adcc-946343d3fe02} + qstd + 10.0 + + + + StaticLibrary + true + v143 + NotSet + + + StaticLibrary + false + v143 + true + NotSet + + + StaticLibrary + true + v143 + NotSet + + + StaticLibrary + false + v143 + true + NotSet + + + + + + + + + + + + + + + + + + + + + $(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;WIN32;DEBUG;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + plat_win;plat_x86;allocation_default_alignment=8;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + plat_win;plat_x86;allocation_default_alignment=8;_CRT_SECURE_NO_WARNINGS;_DEBUG;DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + plat_win;plat_x86;allocation_default_alignment=8;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/msbuild/qstd/qstd.vcxproj.filters b/msbuild/qstd/qstd.vcxproj.filters new file mode 100644 index 0000000..5e4bacd --- /dev/null +++ b/msbuild/qstd/qstd.vcxproj.filters @@ -0,0 +1,45 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf