From 46ac5c8191a99e444e0339def6caca339b591ce2 Mon Sep 17 00:00:00 2001 From: navewindre Date: Tue, 16 Jul 2024 07:19:43 +0200 Subject: =?UTF-8?q?=E3=82=84=E3=83=BC=E3=83=BC=E3=83=BC=E3=83=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dwm/dwm.vcxproj | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 dwm/dwm.vcxproj (limited to 'dwm/dwm.vcxproj') diff --git a/dwm/dwm.vcxproj b/dwm/dwm.vcxproj new file mode 100644 index 0000000..bab2871 --- /dev/null +++ b/dwm/dwm.vcxproj @@ -0,0 +1,159 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {33618e8d-258b-4ce2-968c-ae0ea1f2162e} + dwm + 10.0 + + + + Application + true + v142 + Unicode + + + DynamicLibrary + false + v142 + true + Unicode + + + DynamicLibrary + true + v142 + Unicode + + + DynamicLibrary + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + $(SolutionDir)\bin\ + ..\intermediate\X64\$(Configuration)\ + dwmhook + + + false + $(SolutionDir)\bin\ + ..\intermediate\X64\$(Configuration)\ + dwmhook + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions);X64 + true + stdcpp17 + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions);X64 + true + stdcpp17 + + + Console + true + true + true + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3