From a83c6ad6e07b5cd38883ee8e65007cfe41a3f482 Mon Sep 17 00:00:00 2001 From: quou Date: Wed, 1 Jan 2025 19:09:51 +1100 Subject: update msbuild --- materials/materials.vcxproj | 181 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 materials/materials.vcxproj (limited to 'materials/materials.vcxproj') diff --git a/materials/materials.vcxproj b/materials/materials.vcxproj new file mode 100644 index 0000000..bc198a3 --- /dev/null +++ b/materials/materials.vcxproj @@ -0,0 +1,181 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {1f7f3308-386e-459e-a103-0714bd3156e1} + materials + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + Application + 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\convmaterial\$(Configuration)\$(Platform)\convmaterial.exe %(FullPath) $(SolutionDir)..\data\%(Filename).mat + $(SolutionDir)bin\convmaterial\$(Configuration)\$(Platform)\convmaterial.exe %(FullPath) $(SolutionDir)..\data\%(Filename).mat + $(SolutionDir)..\data\%(Filename).mat + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + $(SolutionDir)bin\convmaterial\$(Configuration)\$(Platform)\convmaterial.exe %(FullPath) $(SolutionDir)..\data\%(Filename).mat + $(SolutionDir)bin\convmaterial\$(Configuration)\$(Platform)\convmaterial.exe %(FullPath) $(SolutionDir)..\data\%(Filename).mat + $(SolutionDir)..\data\%(Filename).mat + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + $(SolutionDir)bin\convmaterial\$(Configuration)\$(Platform)\convmaterial.exe %(FullPath) $(SolutionDir)..\data\%(Filename).mat + $(SolutionDir)bin\convmaterial\$(Configuration)\$(Platform)\convmaterial.exe %(FullPath) $(SolutionDir)..\data\%(Filename).mat + $(SolutionDir)..\data\%(Filename).mat + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + $(SolutionDir)bin\convmaterial\$(Configuration)\$(Platform)\convmaterial.exe %(FullPath) $(SolutionDir)..\data\%(Filename).mat + $(SolutionDir)bin\convmaterial\$(Configuration)\$(Platform)\convmaterial.exe %(FullPath) $(SolutionDir)..\data\%(Filename).mat + $(SolutionDir)..\data\%(Filename).mat + + + + + Document + + + Document + + + + + {02ddf589-a120-44f4-a4d8-99d8b98d8f36} + + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf