From 99174e4e5fb4b7079da80b35a6dfd68f3fd56a1c Mon Sep 17 00:00:00 2001 From: lbavoil Date: Fri, 25 Mar 2016 13:01:54 +0100 Subject: GFSDK_HBAO+_distro_r3.0_cl20573789 --- samples/D3D12/src/Viewer.vcxproj | 229 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 229 insertions(+) create mode 100644 samples/D3D12/src/Viewer.vcxproj (limited to 'samples/D3D12/src/Viewer.vcxproj') diff --git a/samples/D3D12/src/Viewer.vcxproj b/samples/D3D12/src/Viewer.vcxproj new file mode 100644 index 0000000..afd9721 --- /dev/null +++ b/samples/D3D12/src/Viewer.vcxproj @@ -0,0 +1,229 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {CFEEDBA7-74CF-4AF1-9A14-0E890CE94DF8} + Win32Proj + hbaop_dx12 + 10.0.10240.0 + SampleApp_D3D12 + + + + Application + true + v140 + MultiByte + + + Application + true + v140 + MultiByte + + + Application + false + v140 + true + MultiByte + + + Application + false + v140 + true + MultiByte + + + + + + + + + + + + + + + + + + + true + $(ProjectDir)..\..\..\lib;$(WindowsSDK_IncludePath);$(ProjectDir)..\..\..\include;$(ProjectDir);$(VC_IncludePath);$(ProjectDir)..\external\imgui\examples\directx12_example;$(ProjectDir)..\external\imgui\ + $(ProjectDir)..\..\..\lib;$(WindowsSDK_LibraryPath_x86);$(VC_LibraryPath_x86) + ..\Bin\ + ..\Temp\$(ProjectName)\$(Platform)\$(Configuration)\ + $(ProjectName).debug.win32 + + + true + $(ProjectDir)..\..\..\lib;$(WindowsSDK_IncludePath);$(ProjectDir)..\..\..\include;$(ProjectDir);$(VC_IncludePath);$(ProjectDir)..\external\imgui\examples\directx12_example;$(ProjectDir)..\external\imgui\ + $(ProjectDir)..\..\..\lib;$(WindowsSDK_LibraryPath_x64);$(VC_LibraryPath_x64) + ..\Bin\ + ..\Temp\$(ProjectName)\$(Platform)\$(Configuration)\ + $(ProjectName).debug.win64 + + + false + $(ProjectDir)..\..\..\lib;$(WindowsSDK_IncludePath);$(ProjectDir)..\..\..\include;$(ProjectDir);$(VC_IncludePath);$(ProjectDir)..\external\imgui\examples\directx12_example;$(ProjectDir)..\external\imgui\ + $(ProjectDir)..\..\..\lib;$(WindowsSDK_LibraryPath_x86);$(VC_LibraryPath_x86) + ..\Bin\ + ..\Temp\$(ProjectName)\$(Platform)\$(Configuration)\ + $(ProjectName).win32 + + + false + $(ProjectDir)..\..\..\lib;$(WindowsSDK_IncludePath);$(ProjectDir)..\..\..\include;$(ProjectDir);$(VC_IncludePath);$(ProjectDir)..\external\imgui\examples\directx12_example;$(ProjectDir)..\external\imgui\ + $(ProjectDir)..\..\..\lib;$(WindowsSDK_LibraryPath_x64);$(VC_LibraryPath_x64) + ..\Bin\ + ..\Temp\$(ProjectName)\$(Platform)\$(Configuration)\ + $(ProjectName).win64 + + + + + + Level3 + Disabled + _CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebug + 4312 + + + + + Windows + true + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + copy /Y ..\..\..\lib\GFSDK_SSAO_D3D12.win32.dll ..\Bin + + + + + + + Level3 + Disabled + _CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebug + 4312 + + + + + Windows + true + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + copy /Y ..\..\..\lib\GFSDK_SSAO_D3D12.win64.dll ..\Bin + + + + + Level3 + + + MaxSpeed + true + true + _CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreaded + 4312 + + + + + Windows + true + true + true + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + copy /Y ..\..\..\lib\GFSDK_SSAO_D3D12.win32.dll ..\Bin + + + + + Level3 + + + MaxSpeed + true + true + _CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreaded + 4312 + + + + + Windows + true + true + true + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + copy /Y ..\..\..\lib\GFSDK_SSAO_D3D12.win64.dll ..\Bin + + + + + + + + + + + + PSMain + Pixel + PSMain + Pixel + 5.0 + 5.0 + true + true + true + true + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3