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/shaders/shaders.vcxproj | 205 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 msbuild/shaders/shaders.vcxproj (limited to 'msbuild/shaders/shaders.vcxproj') diff --git a/msbuild/shaders/shaders.vcxproj b/msbuild/shaders/shaders.vcxproj new file mode 100644 index 0000000..5b9e602 --- /dev/null +++ b/msbuild/shaders/shaders.vcxproj @@ -0,0 +1,205 @@ + + + + + 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} + + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf