1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >16.0</VCProjectVersion >
23+ <ProjectGuid >{0DABA527-02EC-43B2-92C3-D9D91C0E4EC6}</ProjectGuid >
24+ <Keyword >Win32Proj</Keyword >
25+ <RootNamespace >FormatZzz</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ </PropertyGroup >
28+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+ <!-- Debug Configurations -->
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
31+ <ConfigurationType >DynamicLibrary</ConfigurationType >
32+ <UseDebugLibraries >true</UseDebugLibraries >
33+ <PlatformToolset >v143</PlatformToolset >
34+ <CharacterSet >Unicode</CharacterSet >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
37+ <ConfigurationType >DynamicLibrary</ConfigurationType >
38+ <UseDebugLibraries >true</UseDebugLibraries >
39+ <PlatformToolset >v143</PlatformToolset >
40+ <CharacterSet >Unicode</CharacterSet >
41+ </PropertyGroup >
42+ <!-- Release Configurations -->
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
44+ <ConfigurationType >DynamicLibrary</ConfigurationType >
45+ <UseDebugLibraries >false</UseDebugLibraries >
46+ <PlatformToolset >v143</PlatformToolset >
47+ <WholeProgramOptimization >true</WholeProgramOptimization >
48+ <CharacterSet >Unicode</CharacterSet >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
51+ <ConfigurationType >DynamicLibrary</ConfigurationType >
52+ <UseDebugLibraries >false</UseDebugLibraries >
53+ <PlatformToolset >v143</PlatformToolset >
54+ <WholeProgramOptimization >true</WholeProgramOptimization >
55+ <CharacterSet >Unicode</CharacterSet >
56+ </PropertyGroup >
57+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
58+ <ImportGroup Label =" ExtensionSettings" />
59+ <ImportGroup Label =" Shared" />
60+ <!-- PropertySheets for Debug Configurations -->
61+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ </ImportGroup >
64+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
65+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66+ </ImportGroup >
67+ <PropertyGroup Label =" UserMacros" />
68+ <!-- Incremental Linking -->
69+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
70+ <LinkIncremental >true</LinkIncremental >
71+ </PropertyGroup >
72+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73+ <LinkIncremental >true</LinkIncremental >
74+ <TargetName >$(ProjectName)_x64</TargetName >
75+ </PropertyGroup >
76+ <!-- Item Definition Groups -->
77+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78+ <ClCompile >
79+ <WarningLevel >Level3</WarningLevel >
80+ <Optimization >Disabled</Optimization >
81+ <SDLCheck >true</SDLCheck >
82+ <PreprocessorDefinitions >WIN32;_DEBUG;FORMATZZZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
83+ <ConformanceMode >true</ConformanceMode >
84+ <BrowseInformation >true</BrowseInformation >
85+ </ClCompile >
86+ <Link >
87+ <SubSystem >Windows</SubSystem >
88+ <GenerateDebugInformation >true</GenerateDebugInformation >
89+ <EnableUAC >false</EnableUAC >
90+ <ModuleDefinitionFile >..\..\..\Archive\Archive.def</ModuleDefinitionFile >
91+ </Link >
92+ <PostBuildEvent >
93+ <Command >
94+ </Command >
95+ </PostBuildEvent >
96+ </ItemDefinitionGroup >
97+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
98+ <ClCompile >
99+ <WarningLevel >Level3</WarningLevel >
100+ <Optimization >Disabled</Optimization >
101+ <SDLCheck >true</SDLCheck >
102+ <PreprocessorDefinitions >_DEBUG;FORMATZZZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
103+ <ConformanceMode >true</ConformanceMode >
104+ </ClCompile >
105+ <Link >
106+ <SubSystem >Windows</SubSystem >
107+ <GenerateDebugInformation >true</GenerateDebugInformation >
108+ <EnableUAC >false</EnableUAC >
109+ <ModuleDefinitionFile >..\..\..\Archive\Archive.def</ModuleDefinitionFile >
110+ <AdditionalDependencies >libbz2.lib;libz-static.lib;%(AdditionalDependencies)</AdditionalDependencies >
111+ </Link >
112+ <PreBuildEvent >
113+ <Command >
114+ </Command >
115+ </PreBuildEvent >
116+ </ItemDefinitionGroup >
117+ <!-- Release Configurations -->
118+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
119+ <ClCompile >
120+ <WarningLevel >Level3</WarningLevel >
121+ <Optimization >MaxSpeed</Optimization >
122+ <FunctionLevelLinking >true</FunctionLevelLinking >
123+ <IntrinsicFunctions >true</IntrinsicFunctions >
124+ <SDLCheck >true</SDLCheck >
125+ <PreprocessorDefinitions >WIN32;NDEBUG;FORMATZZZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
126+ <ConformanceMode >true</ConformanceMode >
127+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
128+ </ClCompile >
129+ <Link >
130+ <SubSystem >Windows</SubSystem >
131+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
132+ <OptimizeReferences >true</OptimizeReferences >
133+ <GenerateDebugInformation >true</GenerateDebugInformation >
134+ <EnableUAC >false</EnableUAC >
135+ <ModuleDefinitionFile >..\..\..\Archive\Archive.def</ModuleDefinitionFile >
136+ </Link >
137+ </ItemDefinitionGroup >
138+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
139+ <ClCompile >
140+ <WarningLevel >Level3</WarningLevel >
141+ <Optimization >MaxSpeed</Optimization >
142+ <FunctionLevelLinking >true</FunctionLevelLinking >
143+ <IntrinsicFunctions >true</IntrinsicFunctions >
144+ <SDLCheck >true</SDLCheck >
145+ <PreprocessorDefinitions >NDEBUG;FORMATZZZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
146+ <ConformanceMode >true</ConformanceMode >
147+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
148+ <LanguageStandard >stdcpp17</LanguageStandard >
149+ </ClCompile >
150+ <Link >
151+ <SubSystem >Windows</SubSystem >
152+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
153+ <OptimizeReferences >true</OptimizeReferences >
154+ <GenerateDebugInformation >true</GenerateDebugInformation >
155+ <EnableUAC >false</EnableUAC >
156+ <ModuleDefinitionFile >..\..\..\Archive\Archive.def</ModuleDefinitionFile >
157+ <AdditionalDependencies >libz-static.lib;libbz2.lib;%(AdditionalDependencies)</AdditionalDependencies >
158+ </Link >
159+ <PostBuildEvent />
160+ </ItemDefinitionGroup >
161+ <!-- Source Files Inclusion -->
162+ <ItemGroup >
163+ <ClCompile Include =" ..\..\..\..\..\C\Alloc.c" />
164+ <ClCompile Include =" ..\..\..\..\Common\IntToString.cpp" />
165+ <ClCompile Include =" ..\..\..\..\Common\MyString.cpp" />
166+ <ClCompile Include =" ..\..\..\..\Common\Wildcard.cpp" />
167+ <ClCompile Include =" ..\..\..\..\Windows\PropVariant.cpp" />
168+ <ClCompile Include =" ..\..\..\Archive\ArchiveExports.cpp" />
169+ <ClCompile Include =" ..\..\..\Archive\DllExports.cpp" />
170+ <ClCompile Include =" ..\..\..\Archive\ClickTeam\stdafx.cpp" />
171+ <ClCompile Include =" ..\..\..\Archive\ClickTeam\ClickTeamInstallerRegister.cpp" />
172+ <ClCompile Include =" ..\..\..\Common\ProgressUtils.cpp" />
173+ <ClCompile Include =" ..\..\..\Common\PropId.cpp" />
174+ <ClCompile Include =" ..\..\..\Common\StreamObjects.cpp" />
175+ </ItemGroup >
176+ <ItemGroup >
177+ <ClInclude Include =" ..\..\..\..\..\C\Alloc.h" />
178+ <ClInclude Include =" ..\..\..\..\Common\IntToString.h" />
179+ <ClInclude Include =" ..\..\..\..\Common\MyString.h" />
180+ <ClInclude Include =" ..\..\..\..\Common\Wildcard.h" />
181+ <ClInclude Include =" ..\..\..\..\Windows\PropVariant.h" />
182+ <ClInclude Include =" ..\..\..\Archive\ArchiveExports.h" />
183+ <ClInclude Include =" ..\..\..\Archive\DllExports.h" />
184+ <ClInclude Include =" ..\..\..\Archive\ClickTeam\InStreamFileArch.h" />
185+ <ClInclude Include =" ..\..\..\Archive\ClickTeam\ClickTeamInstallerHandler.h" />
186+ <ClInclude Include =" ..\..\..\Archive\ClickTeam\stdafx.h" />
187+ <ClInclude Include =" ..\..\..\Common\ProgressUtils.h" />
188+ <ClInclude Include =" ..\..\..\Common\PropId.h" />
189+ <ClInclude Include =" ..\..\..\Common\StreamObjects.h" />
190+ <ClInclude Include =" zLibHead.h" />
191+ </ItemGroup >
192+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
193+ </Project >
0 commit comments