diff options
Diffstat (limited to 'contrib/vstudio/vc10/testzlib.vcxproj')
-rw-r--r-- | contrib/vstudio/vc10/testzlib.vcxproj | 428 |
1 files changed, 428 insertions, 0 deletions
diff --git a/contrib/vstudio/vc10/testzlib.vcxproj b/contrib/vstudio/vc10/testzlib.vcxproj new file mode 100644 index 0000000..9810412 --- /dev/null +++ b/contrib/vstudio/vc10/testzlib.vcxproj | |||
@@ -0,0 +1,428 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <ItemGroup Label="ProjectConfigurations"> | ||
4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
5 | <Configuration>Debug</Configuration> | ||
6 | <Platform>Itanium</Platform> | ||
7 | </ProjectConfiguration> | ||
8 | <ProjectConfiguration Include="Debug|Win32"> | ||
9 | <Configuration>Debug</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="ReleaseWithoutAsm|Itanium"> | ||
17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
18 | <Platform>Itanium</Platform> | ||
19 | </ProjectConfiguration> | ||
20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
22 | <Platform>Win32</Platform> | ||
23 | </ProjectConfiguration> | ||
24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
26 | <Platform>x64</Platform> | ||
27 | </ProjectConfiguration> | ||
28 | <ProjectConfiguration Include="Release|Itanium"> | ||
29 | <Configuration>Release</Configuration> | ||
30 | <Platform>Itanium</Platform> | ||
31 | </ProjectConfiguration> | ||
32 | <ProjectConfiguration Include="Release|Win32"> | ||
33 | <Configuration>Release</Configuration> | ||
34 | <Platform>Win32</Platform> | ||
35 | </ProjectConfiguration> | ||
36 | <ProjectConfiguration Include="Release|x64"> | ||
37 | <Configuration>Release</Configuration> | ||
38 | <Platform>x64</Platform> | ||
39 | </ProjectConfiguration> | ||
40 | </ItemGroup> | ||
41 | <PropertyGroup Label="Globals"> | ||
42 | <ProjectGuid>{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
43 | <RootNamespace>testzlib</RootNamespace> | ||
44 | <Keyword>Win32Proj</Keyword> | ||
45 | </PropertyGroup> | ||
46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
48 | <ConfigurationType>Application</ConfigurationType> | ||
49 | <CharacterSet>MultiByte</CharacterSet> | ||
50 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
51 | </PropertyGroup> | ||
52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
53 | <ConfigurationType>Application</ConfigurationType> | ||
54 | <CharacterSet>MultiByte</CharacterSet> | ||
55 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
56 | </PropertyGroup> | ||
57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
58 | <ConfigurationType>Application</ConfigurationType> | ||
59 | <CharacterSet>MultiByte</CharacterSet> | ||
60 | </PropertyGroup> | ||
61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
62 | <ConfigurationType>Application</ConfigurationType> | ||
63 | <CharacterSet>MultiByte</CharacterSet> | ||
64 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
65 | </PropertyGroup> | ||
66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
67 | <ConfigurationType>Application</ConfigurationType> | ||
68 | <CharacterSet>MultiByte</CharacterSet> | ||
69 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
70 | </PropertyGroup> | ||
71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
72 | <ConfigurationType>Application</ConfigurationType> | ||
73 | <CharacterSet>MultiByte</CharacterSet> | ||
74 | </PropertyGroup> | ||
75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
76 | <ConfigurationType>Application</ConfigurationType> | ||
77 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
78 | </PropertyGroup> | ||
79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
80 | <ConfigurationType>Application</ConfigurationType> | ||
81 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
82 | </PropertyGroup> | ||
83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
84 | <ConfigurationType>Application</ConfigurationType> | ||
85 | </PropertyGroup> | ||
86 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
87 | <ImportGroup Label="ExtensionSettings"> | ||
88 | </ImportGroup> | ||
89 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
91 | </ImportGroup> | ||
92 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
93 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
94 | </ImportGroup> | ||
95 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
96 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
97 | </ImportGroup> | ||
98 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
99 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
100 | </ImportGroup> | ||
101 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
102 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
103 | </ImportGroup> | ||
104 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
105 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
106 | </ImportGroup> | ||
107 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
108 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
109 | </ImportGroup> | ||
110 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
111 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
112 | </ImportGroup> | ||
113 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
114 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
115 | </ImportGroup> | ||
116 | <PropertyGroup Label="UserMacros" /> | ||
117 | <PropertyGroup> | ||
118 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
119 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
120 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
121 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
122 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
123 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
124 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
125 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
126 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
127 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
128 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
129 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
130 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
131 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
132 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
133 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
134 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
135 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
136 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
137 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
138 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
139 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
140 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
141 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
142 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
143 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental> | ||
144 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest> | ||
145 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
146 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
147 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
148 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
149 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
150 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
151 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
152 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
153 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
154 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
155 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
156 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
157 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
158 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
159 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
160 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
161 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
162 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
163 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
164 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
165 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
166 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
167 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
168 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
169 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
170 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
171 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
172 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
173 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
174 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
175 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
176 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
177 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
178 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
179 | </PropertyGroup> | ||
180 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
181 | <ClCompile> | ||
182 | <Optimization>Disabled</Optimization> | ||
183 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
184 | <PreprocessorDefinitions>ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
185 | <MinimalRebuild>true</MinimalRebuild> | ||
186 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
187 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
188 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
189 | <PrecompiledHeader> | ||
190 | </PrecompiledHeader> | ||
191 | <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | ||
192 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
193 | <WarningLevel>Level3</WarningLevel> | ||
194 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
195 | </ClCompile> | ||
196 | <Link> | ||
197 | <AdditionalDependencies>..\..\masmx86\gvmat32.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
198 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
199 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
200 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
201 | <SubSystem>Console</SubSystem> | ||
202 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
203 | <DataExecutionPrevention> | ||
204 | </DataExecutionPrevention> | ||
205 | <TargetMachine>MachineX86</TargetMachine> | ||
206 | </Link> | ||
207 | </ItemDefinitionGroup> | ||
208 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
209 | <ClCompile> | ||
210 | <Optimization>MaxSpeed</Optimization> | ||
211 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
212 | <OmitFramePointers>true</OmitFramePointers> | ||
213 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
214 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
215 | <StringPooling>true</StringPooling> | ||
216 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
217 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
218 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
219 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
220 | <PrecompiledHeader> | ||
221 | </PrecompiledHeader> | ||
222 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
223 | <WarningLevel>Level3</WarningLevel> | ||
224 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
225 | </ClCompile> | ||
226 | <Link> | ||
227 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
228 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
229 | <SubSystem>Console</SubSystem> | ||
230 | <OptimizeReferences>true</OptimizeReferences> | ||
231 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
232 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
233 | <DataExecutionPrevention> | ||
234 | </DataExecutionPrevention> | ||
235 | <TargetMachine>MachineX86</TargetMachine> | ||
236 | </Link> | ||
237 | </ItemDefinitionGroup> | ||
238 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
239 | <ClCompile> | ||
240 | <Optimization>MaxSpeed</Optimization> | ||
241 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
242 | <OmitFramePointers>true</OmitFramePointers> | ||
243 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
244 | <PreprocessorDefinitions>ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
245 | <StringPooling>true</StringPooling> | ||
246 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
247 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
248 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
249 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
250 | <PrecompiledHeader> | ||
251 | </PrecompiledHeader> | ||
252 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
253 | <WarningLevel>Level3</WarningLevel> | ||
254 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
255 | </ClCompile> | ||
256 | <Link> | ||
257 | <AdditionalDependencies>..\..\masmx86\gvmat32.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
258 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
259 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
260 | <SubSystem>Console</SubSystem> | ||
261 | <OptimizeReferences>true</OptimizeReferences> | ||
262 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
263 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
264 | <DataExecutionPrevention> | ||
265 | </DataExecutionPrevention> | ||
266 | <TargetMachine>MachineX86</TargetMachine> | ||
267 | </Link> | ||
268 | </ItemDefinitionGroup> | ||
269 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
270 | <ClCompile> | ||
271 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
272 | <PreprocessorDefinitions>ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
273 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
274 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
275 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
276 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
277 | </ClCompile> | ||
278 | <Link> | ||
279 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
280 | </Link> | ||
281 | </ItemDefinitionGroup> | ||
282 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
283 | <Midl> | ||
284 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
285 | </Midl> | ||
286 | <ClCompile> | ||
287 | <Optimization>Disabled</Optimization> | ||
288 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
289 | <PreprocessorDefinitions>ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
290 | <MinimalRebuild>true</MinimalRebuild> | ||
291 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
292 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
293 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
294 | <PrecompiledHeader> | ||
295 | </PrecompiledHeader> | ||
296 | <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | ||
297 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
298 | <WarningLevel>Level3</WarningLevel> | ||
299 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
300 | </ClCompile> | ||
301 | <Link> | ||
302 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
303 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
304 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
305 | <SubSystem>Console</SubSystem> | ||
306 | <TargetMachine>MachineIA64</TargetMachine> | ||
307 | </Link> | ||
308 | </ItemDefinitionGroup> | ||
309 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
310 | <ClCompile> | ||
311 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
312 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
313 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
314 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
315 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
316 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
317 | </ClCompile> | ||
318 | <Link> | ||
319 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
320 | </Link> | ||
321 | </ItemDefinitionGroup> | ||
322 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
323 | <Midl> | ||
324 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
325 | </Midl> | ||
326 | <ClCompile> | ||
327 | <Optimization>MaxSpeed</Optimization> | ||
328 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
329 | <OmitFramePointers>true</OmitFramePointers> | ||
330 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
331 | <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
332 | <StringPooling>true</StringPooling> | ||
333 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
334 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
335 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
336 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
337 | <PrecompiledHeader> | ||
338 | </PrecompiledHeader> | ||
339 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
340 | <WarningLevel>Level3</WarningLevel> | ||
341 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
342 | </ClCompile> | ||
343 | <Link> | ||
344 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
345 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
346 | <SubSystem>Console</SubSystem> | ||
347 | <OptimizeReferences>true</OptimizeReferences> | ||
348 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
349 | <TargetMachine>MachineIA64</TargetMachine> | ||
350 | </Link> | ||
351 | </ItemDefinitionGroup> | ||
352 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
353 | <ClCompile> | ||
354 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
355 | <PreprocessorDefinitions>ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
356 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
357 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
358 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
359 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
360 | </ClCompile> | ||
361 | <Link> | ||
362 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
363 | </Link> | ||
364 | </ItemDefinitionGroup> | ||
365 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
366 | <Midl> | ||
367 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
368 | </Midl> | ||
369 | <ClCompile> | ||
370 | <Optimization>MaxSpeed</Optimization> | ||
371 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
372 | <OmitFramePointers>true</OmitFramePointers> | ||
373 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
374 | <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
375 | <StringPooling>true</StringPooling> | ||
376 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
377 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
378 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
379 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
380 | <PrecompiledHeader> | ||
381 | </PrecompiledHeader> | ||
382 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
383 | <WarningLevel>Level3</WarningLevel> | ||
384 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
385 | </ClCompile> | ||
386 | <Link> | ||
387 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
388 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
389 | <SubSystem>Console</SubSystem> | ||
390 | <OptimizeReferences>true</OptimizeReferences> | ||
391 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
392 | <TargetMachine>MachineIA64</TargetMachine> | ||
393 | </Link> | ||
394 | </ItemDefinitionGroup> | ||
395 | <ItemGroup> | ||
396 | <ClCompile Include="..\..\..\adler32.c" /> | ||
397 | <ClCompile Include="..\..\..\compress.c" /> | ||
398 | <ClCompile Include="..\..\..\crc32.c" /> | ||
399 | <ClCompile Include="..\..\..\deflate.c" /> | ||
400 | <ClCompile Include="..\..\masmx86\gvmat32c.c"> | ||
401 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</ExcludedFromBuild> | ||
402 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> | ||
403 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">true</ExcludedFromBuild> | ||
404 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">true</ExcludedFromBuild> | ||
405 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">true</ExcludedFromBuild> | ||
406 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> | ||
407 | </ClCompile> | ||
408 | <ClCompile Include="..\..\..\infback.c" /> | ||
409 | <ClCompile Include="..\..\masmx64\inffas8664.c"> | ||
410 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</ExcludedFromBuild> | ||
411 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||
412 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">true</ExcludedFromBuild> | ||
413 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">true</ExcludedFromBuild> | ||
414 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">true</ExcludedFromBuild> | ||
415 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||
416 | </ClCompile> | ||
417 | <ClCompile Include="..\..\..\inffast.c" /> | ||
418 | <ClCompile Include="..\..\..\inflate.c" /> | ||
419 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
420 | <ClCompile Include="..\..\testzlib\testzlib.c" /> | ||
421 | <ClCompile Include="..\..\..\trees.c" /> | ||
422 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
423 | <ClCompile Include="..\..\..\zutil.c" /> | ||
424 | </ItemGroup> | ||
425 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
426 | <ImportGroup Label="ExtensionTargets"> | ||
427 | </ImportGroup> | ||
428 | </Project> \ No newline at end of file | ||