From d80e32ff73dbd8dd8fa1bb1a07453daecb49603d Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 8 Feb 2025 21:56:31 +1100 Subject: remove MS build --- msbuild/shaders/shaders.vcxproj | 220 -------------------------------- msbuild/shaders/shaders.vcxproj.filters | 34 ----- 2 files changed, 254 deletions(-) delete mode 100644 msbuild/shaders/shaders.vcxproj delete mode 100644 msbuild/shaders/shaders.vcxproj.filters (limited to 'msbuild/shaders') diff --git a/msbuild/shaders/shaders.vcxproj b/msbuild/shaders/shaders.vcxproj deleted file mode 100644 index 06754e9..0000000 --- a/msbuild/shaders/shaders.vcxproj +++ /dev/null @@ -1,220 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 17.0 - Win32Proj - {c3ef6e38-d98f-4341-8373-571253f405bd} - shaders - 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\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - - - - - Level3 - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - - - - - Level3 - true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - - - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - - - - - Level3 - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - - - - - Document - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - - - Document - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)bin\sc\$(Configuration)\$(Platform)\sc.exe %(FullPath) $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - $(SolutionDir)..\data\%(Filename).csh - - - - - {86c58ec1-51ed-4ec6-85a4-2fdf153dd92a} - - - - - Document - - - - - Document - - - - - Document - - - - - - \ No newline at end of file diff --git a/msbuild/shaders/shaders.vcxproj.filters b/msbuild/shaders/shaders.vcxproj.filters deleted file mode 100644 index 589a4bf..0000000 --- a/msbuild/shaders/shaders.vcxproj.filters +++ /dev/null @@ -1,34 +0,0 @@ - - - - - {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 - - - Source Files - - - \ No newline at end of file -- cgit v1.2.3-54-g00ecf