From 4b86554a0354d78efeb40e551eaccaac0fecd1d1 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 25 Sep 2018 13:08:40 +0800 Subject: Change the structure of project. --- CruUI.vcxproj | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 CruUI.vcxproj (limited to 'CruUI.vcxproj') diff --git a/CruUI.vcxproj b/CruUI.vcxproj new file mode 100644 index 00000000..bb1e1f63 --- /dev/null +++ b/CruUI.vcxproj @@ -0,0 +1,161 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {A987AC8E-C365-44F3-8324-CBA95B33AB97} + Win32Proj + 10.0.17134.0 + + + + Application + true + v141 + + + Application + false + v141 + + + Application + true + v141 + Unicode + + + Application + false + v141 + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ProgramDatabase + Disabled + + + MachineX86 + true + Windows + + + + + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + ProgramDatabase + + + MachineX86 + true + Windows + true + true + + + + + $(ProjectDir)/src;%(AdditionalIncludeDirectories) + stdcpplatest + + + + + $(ProjectDir)/src;%(AdditionalIncludeDirectories) + stdcpplatest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3