From 37c55fb7a21c2c49ff16de720ded3556e0453e0a Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Sun, 30 Nov 2025 14:48:24 -0600 Subject: d3d11-resize-draw --- d3d11-resize-draw/d3d11-resize-draw.vcxproj | 146 ++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 d3d11-resize-draw/d3d11-resize-draw.vcxproj (limited to 'd3d11-resize-draw/d3d11-resize-draw.vcxproj') diff --git a/d3d11-resize-draw/d3d11-resize-draw.vcxproj b/d3d11-resize-draw/d3d11-resize-draw.vcxproj new file mode 100644 index 0000000..8da36ae --- /dev/null +++ b/d3d11-resize-draw/d3d11-resize-draw.vcxproj @@ -0,0 +1,146 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 18.0 + Win32Proj + {53c908fe-a2be-4c82-8088-06bda7620da6} + d3d11resizedraw + 10.0 + + + + Application + true + v145 + Unicode + + + Application + false + v145 + true + Unicode + + + Application + true + v145 + Unicode + + + Application + false + v145 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + stdcpp20 + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + stdcpp20 + + + Console + true + + + + + Level4 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + stdcpp20 + + + Windows + true + %(AdditionalDependencies) + + + + + Level4 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + stdcpp20 + + + Windows + true + %(AdditionalDependencies) + + + + + + + + Pixel + Pixel + Pixel + Pixel + Document + + + + + + \ No newline at end of file -- cgit v1.2.3