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. --- examples/hello/hello.vcxproj | 296 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 296 insertions(+) create mode 100644 examples/hello/hello.vcxproj (limited to 'examples/hello/hello.vcxproj') diff --git a/examples/hello/hello.vcxproj b/examples/hello/hello.vcxproj new file mode 100644 index 000000000..7060da5dc --- /dev/null +++ b/examples/hello/hello.vcxproj @@ -0,0 +1,296 @@ + + + + + Debug_VS2013 + Win32 + + + Debug_VS2013 + x64 + + + Debug + Win32 + + + Release_VS2013 + Win32 + + + Release_VS2013 + x64 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {E6385042-1649-4803-9EBD-168F8B7EF131} + Win32Proj + hello + 8.1 + + + + Application + true + v140 + Unicode + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + false + v140 + true + Unicode + + + Application + true + v140 + Unicode + + + Application + true + v120 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + $(SolutionDir);$(IncludePath) + + + true + $(SolutionDir);$(IncludePath) + + + true + $(SolutionDir);$(IncludePath) + + + true + $(SolutionDir);$(IncludePath) + + + false + $(SolutionDir);$(IncludePath) + + + false + $(SolutionDir);$(IncludePath) + + + false + $(SolutionDir);$(IncludePath) + + + false + $(SolutionDir);$(IncludePath) + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + + + + + + + Level3 + Disabled + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + + + + + + + Level3 + Disabled + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebug + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3