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/textures/textures.vcxproj | 187 ++++++++++++++++++++++++++++++ msbuild/textures/textures.vcxproj.filters | 25 ++++ 2 files changed, 212 insertions(+) create mode 100644 msbuild/textures/textures.vcxproj create mode 100644 msbuild/textures/textures.vcxproj.filters (limited to 'msbuild/textures') diff --git a/msbuild/textures/textures.vcxproj b/msbuild/textures/textures.vcxproj new file mode 100644 index 0000000..72b1e1b --- /dev/null +++ b/msbuild/textures/textures.vcxproj @@ -0,0 +1,187 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {0e0e5a6a-51c0-494d-8816-932422ade2ba} + textures + 10.0 + + + + Utility + true + v143 + Unicode + + + Utility + false + v143 + true + Unicode + + + Utility + true + v143 + Unicode + + + Utility + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\data\ + $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ + + + $(SolutionDir)..\data\ + $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ + + + $(SolutionDir)..\data\ + $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ + + + $(SolutionDir)..\data\ + $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex + $(SolutionDir)..\data\%(Filename).tex + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex + $(SolutionDir)..\data\%(Filename).tex + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex + $(SolutionDir)..\data\%(Filename).tex + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex + $(SolutionDir)..\data\%(Filename).tex + + + + + {21c708d3-6f35-4c2b-a53e-9e06d8220218} + + + + + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex bc1 + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex bc1 + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex bc1 + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex bc1 + + + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex bc1 + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex bc1 + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex bc1 + $(SolutionDir)bin\convtexture\$(Configuration)\$(Platform)\convtexture.exe %(FullPath) $(SolutionDir)..\data\%(Filename).tex bc1 + + + + + + \ No newline at end of file diff --git a/msbuild/textures/textures.vcxproj.filters b/msbuild/textures/textures.vcxproj.filters new file mode 100644 index 0000000..4d9d1c3 --- /dev/null +++ b/msbuild/textures/textures.vcxproj.filters @@ -0,0 +1,25 @@ + + + + + {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 + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf