From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/installer/shared/ui/miniui/miniui.vcxproj | 117 ++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 Src/installer/shared/ui/miniui/miniui.vcxproj (limited to 'Src/installer/shared/ui/miniui/miniui.vcxproj') diff --git a/Src/installer/shared/ui/miniui/miniui.vcxproj b/Src/installer/shared/ui/miniui/miniui.vcxproj new file mode 100644 index 00000000..4030ca51 --- /dev/null +++ b/Src/installer/shared/ui/miniui/miniui.vcxproj @@ -0,0 +1,117 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {044E97C3-9BCF-4905-B3E0-2DCA18AAE57C} + minui + Win32Proj + miniui + + + + Application + Unicode + true + + + Application + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir) + $(Configuration)\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + true + Windows + MachineX86 + + + + + MinSpace + true + Size + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + + + Level3 + ProgramDatabase + CompileAsC + + + kernel32.lib;user32.lib;gdi32.lib + true + false + Windows + true + true + WinMain + false + MachineX86 + DefaultThreadingAttribute + + + + + + + + + + + + + + + \ No newline at end of file -- cgit