From fcf83dbf9effab3bd98bad2b83b2468b7eb05cfd Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Fri, 9 Jun 2017 11:34:21 -0700 Subject: Initial import of code. --- source/slangc/slangc.vcxproj | 391 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 391 insertions(+) create mode 100644 source/slangc/slangc.vcxproj (limited to 'source/slangc/slangc.vcxproj') diff --git a/source/slangc/slangc.vcxproj b/source/slangc/slangc.vcxproj new file mode 100644 index 000000000..3433f7db6 --- /dev/null +++ b/source/slangc/slangc.vcxproj @@ -0,0 +1,391 @@ + + + + + DebugClang + Win32 + + + DebugClang + x64 + + + Debug_VS2013 + Win32 + + + Debug_VS2013 + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release_VS2013 + Win32 + + + Release_VS2013 + x64 + + + Release + Win32 + + + Release + x64 + + + + {D56CBCEB-1EB5-4CA8-AEC4-48EA35ED61C7} + Win32Proj + SpireCompiler + slangc + 8.1 + + + + Application + true + v140 + Unicode + + + Application + true + v120 + Unicode + + + Application + true + v140_clang_3_7 + Unicode + + + Application + true + v140 + Unicode + + + Application + true + v120 + Unicode + + + Application + true + v140_Clang_3_7 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + false + v120 + true + Unicode + + + Application + false + v140 + true + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + true + + + true + + + true + + + true + + + true + + + false + + + false + + + false + + + false + + + + + + Level4 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ../;../SpireLib + false + + + Console + true + + + + + + + Level4 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ../;../SpireLib + false + + + Console + true + + + + + + + EnableAllWarnings + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ../;../SpireLib + false + true + + + Console + true + + + + + + + Level4 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ../;../SpireLib + false + + + Console + true + + + + + + + Level4 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ../;../SpireLib + false + + + Console + true + + + + + + + Level4 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ../;../SpireLib + false + + + Console + true + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ../;../SpireLib + false + + + Console + true + true + true + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ../;../SpireLib + false + + + Console + true + true + true + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ../;../SpireLib + false + + + Console + true + true + true + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ../;../SpireLib + false + + + Console + true + true + true + + + + + {f9be7957-8399-899e-0c49-e714fddd4b65} + + + {f9be7957-8399-899e-0c49-e714fddd4b65} + + + {db00da62-0533-4afd-b59f-a67d5b3a0808} + + + {db00da62-0533-4afd-b59f-a67d5b3a0808} + + + {1168c449-66a5-4d23-80e2-2c1a07e58f83} + + + + + + + + + \ No newline at end of file -- cgit v1.2.3