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/slang/slang.vcxproj | 427 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 427 insertions(+) create mode 100644 source/slang/slang.vcxproj (limited to 'source/slang/slang.vcxproj') diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj new file mode 100644 index 000000000..df34e40dc --- /dev/null +++ b/source/slang/slang.vcxproj @@ -0,0 +1,427 @@ + + + + + DebugClang + Win32 + + + DebugClang + x64 + + + Debug_VS2013 + Win32 + + + Debug_VS2013 + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release_VS2013 + Win32 + + + Release_VS2013 + x64 + + + Release + Win32 + + + Release + x64 + + + + {DB00DA62-0533-4AFD-B59F-A67D5B3A0808} + Win32Proj + SpireCore + slang + 8.1 + + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + true + v120 + Unicode + + + StaticLibrary + true + v140_clang_3_7 + Unicode + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + true + v120 + Unicode + + + StaticLibrary + true + v140_Clang_3_7 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + StaticLibrary + false + v120 + true + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + StaticLibrary + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + true + + + true + + + true + + + true + + + true + + + false + + + false + + + false + + + false + + + + + + Level4 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + ../ + MultiThreadedDebug + false + + + Console + true + + + + + + + Level4 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + ../ + MultiThreadedDebug + false + + + Console + true + + + + + + + EnableAllWarnings + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + ../ + MultiThreadedDebug + false + true + + + Console + true + + + + + + + Level4 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + ../ + MultiThreadedDebug + true + false + + + Console + true + + + true + + + + + + + Level4 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + ../ + MultiThreadedDebug + true + false + + + Console + true + + + true + + + + + + + Level4 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + ../ + MultiThreadedDebug + true + false + + + Console + true + + + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + ../ + MultiThreaded + false + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + ../ + MultiThreaded + false + + + Console + true + true + true + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + ../ + MultiThreaded + false + + + Console + true + true + true + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + ../ + MultiThreaded + false + + + Console + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3