Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
716 lvd 1
<?xml version="1.0" encoding="utf-8"?>
1078 fyrex 2
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
716 lvd 3
  <ItemGroup Label="ProjectConfigurations">
800 DimkaM 4
    <ProjectConfiguration Include="clang-Debug|Win32">
5
      <Configuration>clang-Debug</Configuration>
6
      <Platform>Win32</Platform>
7
    </ProjectConfiguration>
8
    <ProjectConfiguration Include="clang-Debug|x64">
9
      <Configuration>clang-Debug</Configuration>
10
      <Platform>x64</Platform>
11
    </ProjectConfiguration>
12
    <ProjectConfiguration Include="clang-Release|Win32">
13
      <Configuration>clang-Release</Configuration>
14
      <Platform>Win32</Platform>
15
    </ProjectConfiguration>
16
    <ProjectConfiguration Include="clang-Release|x64">
17
      <Configuration>clang-Release</Configuration>
18
      <Platform>x64</Platform>
19
    </ProjectConfiguration>
716 lvd 20
    <ProjectConfiguration Include="Debug|Win32">
21
      <Configuration>Debug</Configuration>
22
      <Platform>Win32</Platform>
23
    </ProjectConfiguration>
800 DimkaM 24
    <ProjectConfiguration Include="icl-Debug|Win32">
25
      <Configuration>icl-Debug</Configuration>
26
      <Platform>Win32</Platform>
27
    </ProjectConfiguration>
28
    <ProjectConfiguration Include="icl-Debug|x64">
29
      <Configuration>icl-Debug</Configuration>
30
      <Platform>x64</Platform>
31
    </ProjectConfiguration>
32
    <ProjectConfiguration Include="icl-Release|Win32">
33
      <Configuration>icl-Release</Configuration>
34
      <Platform>Win32</Platform>
35
    </ProjectConfiguration>
36
    <ProjectConfiguration Include="icl-Release|x64">
37
      <Configuration>icl-Release</Configuration>
38
      <Platform>x64</Platform>
39
    </ProjectConfiguration>
716 lvd 40
    <ProjectConfiguration Include="Release|Win32">
41
      <Configuration>Release</Configuration>
42
      <Platform>Win32</Platform>
43
    </ProjectConfiguration>
44
    <ProjectConfiguration Include="Debug|x64">
45
      <Configuration>Debug</Configuration>
46
      <Platform>x64</Platform>
47
    </ProjectConfiguration>
48
    <ProjectConfiguration Include="Release|x64">
49
      <Configuration>Release</Configuration>
50
      <Platform>x64</Platform>
51
    </ProjectConfiguration>
52
  </ItemGroup>
53
  <PropertyGroup Label="Globals">
54
    <ProjectGuid>{C6001C32-3C0E-43EA-9665-BC26872A4B11}</ProjectGuid>
55
    <Keyword>Win32Proj</Keyword>
1122 chrv 56
    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
716 lvd 57
  </PropertyGroup>
58
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
59
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
60
    <ConfigurationType>Application</ConfigurationType>
61
    <UseDebugLibraries>true</UseDebugLibraries>
1122 chrv 62
    <PlatformToolset>v141</PlatformToolset>
800 DimkaM 63
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
716 lvd 64
  </PropertyGroup>
800 DimkaM 65
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|Win32'" Label="Configuration">
66
    <ConfigurationType>Application</ConfigurationType>
67
    <UseDebugLibraries>true</UseDebugLibraries>
68
    <PlatformToolset>Intel C++ Compiler 19.0</PlatformToolset>
69
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
70
  </PropertyGroup>
71
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|Win32'" Label="Configuration">
72
    <ConfigurationType>Application</ConfigurationType>
73
    <UseDebugLibraries>true</UseDebugLibraries>
74
    <PlatformToolset>LLVM-vs2017_xp</PlatformToolset>
75
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
76
  </PropertyGroup>
716 lvd 77
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
78
    <ConfigurationType>Application</ConfigurationType>
79
    <UseDebugLibraries>false</UseDebugLibraries>
800 DimkaM 80
    <PlatformToolset>v141_xp</PlatformToolset>
81
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
716 lvd 82
  </PropertyGroup>
800 DimkaM 83
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|Win32'" Label="Configuration">
84
    <ConfigurationType>Application</ConfigurationType>
85
    <UseDebugLibraries>false</UseDebugLibraries>
86
    <PlatformToolset>Intel C++ Compiler 19.0</PlatformToolset>
87
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
88
  </PropertyGroup>
89
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|Win32'" Label="Configuration">
90
    <ConfigurationType>Application</ConfigurationType>
91
    <UseDebugLibraries>false</UseDebugLibraries>
92
    <PlatformToolset>LLVM-vs2017_xp</PlatformToolset>
93
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
94
  </PropertyGroup>
716 lvd 95
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
96
    <ConfigurationType>Application</ConfigurationType>
97
    <UseDebugLibraries>true</UseDebugLibraries>
1122 chrv 98
    <PlatformToolset>v141</PlatformToolset>
800 DimkaM 99
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
716 lvd 100
  </PropertyGroup>
800 DimkaM 101
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'" Label="Configuration">
102
    <ConfigurationType>Application</ConfigurationType>
103
    <UseDebugLibraries>true</UseDebugLibraries>
104
    <PlatformToolset>Intel C++ Compiler 19.0</PlatformToolset>
105
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
106
  </PropertyGroup>
107
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'" Label="Configuration">
108
    <ConfigurationType>Application</ConfigurationType>
109
    <UseDebugLibraries>true</UseDebugLibraries>
110
    <PlatformToolset>LLVM-vs2017_xp</PlatformToolset>
111
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
112
  </PropertyGroup>
716 lvd 113
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
114
    <ConfigurationType>Application</ConfigurationType>
115
    <UseDebugLibraries>false</UseDebugLibraries>
800 DimkaM 116
    <PlatformToolset>v141_xp</PlatformToolset>
117
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
118
    <WholeProgramOptimization>true</WholeProgramOptimization>
716 lvd 119
  </PropertyGroup>
800 DimkaM 120
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'" Label="Configuration">
121
    <ConfigurationType>Application</ConfigurationType>
122
    <UseDebugLibraries>false</UseDebugLibraries>
123
    <PlatformToolset>Intel C++ Compiler 19.0</PlatformToolset>
124
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
125
    <WholeProgramOptimization>true</WholeProgramOptimization>
126
  </PropertyGroup>
127
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'" Label="Configuration">
128
    <ConfigurationType>Application</ConfigurationType>
129
    <UseDebugLibraries>false</UseDebugLibraries>
130
    <PlatformToolset>LLVM-vs2017_xp</PlatformToolset>
131
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
132
    <WholeProgramOptimization>true</WholeProgramOptimization>
133
  </PropertyGroup>
716 lvd 134
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
135
  <ImportGroup Label="ExtensionSettings">
136
  </ImportGroup>
137
  <ImportGroup Label="Shared">
138
  </ImportGroup>
139
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
140
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
141
    <Import Project="DefinesCommon.props" />
800 DimkaM 142
    <Import Project="msvc.props" />
716 lvd 143
  </ImportGroup>
800 DimkaM 144
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|Win32'" Label="PropertySheets">
145
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
146
    <Import Project="DefinesCommon.props" />
147
    <Import Project="msvc.props" />
148
    <Import Project="icl.props" />
149
  </ImportGroup>
150
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|Win32'" Label="PropertySheets">
151
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
152
    <Import Project="DefinesCommon.props" />
153
    <Import Project="llvm.props" />
154
  </ImportGroup>
716 lvd 155
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
156
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
157
    <Import Project="DefinesCommon.props" />
800 DimkaM 158
    <Import Project="msvc.props" />
716 lvd 159
  </ImportGroup>
800 DimkaM 160
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|Win32'" Label="PropertySheets">
161
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
162
    <Import Project="DefinesCommon.props" />
163
    <Import Project="msvc.props" />
164
    <Import Project="icl.props" />
165
  </ImportGroup>
166
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|Win32'" Label="PropertySheets">
167
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
168
    <Import Project="DefinesCommon.props" />
169
    <Import Project="llvm.props" />
170
  </ImportGroup>
716 lvd 171
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
172
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
173
    <Import Project="DefinesCommon.props" />
800 DimkaM 174
    <Import Project="msvc.props" />
716 lvd 175
  </ImportGroup>
800 DimkaM 176
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'" Label="PropertySheets">
177
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
178
    <Import Project="DefinesCommon.props" />
179
    <Import Project="msvc.props" />
180
    <Import Project="icl.props" />
181
  </ImportGroup>
182
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'" Label="PropertySheets">
183
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
184
    <Import Project="DefinesCommon.props" />
185
    <Import Project="llvm.props" />
186
  </ImportGroup>
716 lvd 187
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
188
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
189
    <Import Project="DefinesCommon.props" />
800 DimkaM 190
    <Import Project="msvc.props" />
716 lvd 191
  </ImportGroup>
800 DimkaM 192
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'" Label="PropertySheets">
193
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
194
    <Import Project="DefinesCommon.props" />
195
    <Import Project="msvc.props" />
196
    <Import Project="icl.props" />
197
  </ImportGroup>
198
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'" Label="PropertySheets">
199
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
200
    <Import Project="DefinesCommon.props" />
201
    <Import Project="llvm.props" />
202
  </ImportGroup>
716 lvd 203
  <PropertyGroup Label="UserMacros" />
204
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
205
    <LinkIncremental>true</LinkIncremental>
206
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
207
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
208
    <GenerateManifest>false</GenerateManifest>
800 DimkaM 209
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
716 lvd 210
  </PropertyGroup>
800 DimkaM 211
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|Win32'">
716 lvd 212
    <LinkIncremental>true</LinkIncremental>
213
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
214
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
215
    <GenerateManifest>false</GenerateManifest>
800 DimkaM 216
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
716 lvd 217
  </PropertyGroup>
800 DimkaM 218
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|Win32'">
219
    <LinkIncremental>true</LinkIncremental>
220
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
221
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
222
    <GenerateManifest>false</GenerateManifest>
223
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
224
  </PropertyGroup>
225
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
226
    <LinkIncremental>false</LinkIncremental>
227
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
228
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
229
    <GenerateManifest>false</GenerateManifest>
230
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
231
  </PropertyGroup>
232
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|Win32'">
233
    <LinkIncremental>false</LinkIncremental>
234
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
235
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
236
    <GenerateManifest>false</GenerateManifest>
237
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
238
  </PropertyGroup>
239
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|Win32'">
240
    <LinkIncremental>false</LinkIncremental>
241
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
242
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
243
    <GenerateManifest>false</GenerateManifest>
244
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
245
  </PropertyGroup>
716 lvd 246
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
247
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
248
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
249
    <GenerateManifest>false</GenerateManifest>
800 DimkaM 250
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
716 lvd 251
  </PropertyGroup>
800 DimkaM 252
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'">
253
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
254
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
255
    <GenerateManifest>false</GenerateManifest>
256
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
257
  </PropertyGroup>
258
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'">
259
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
260
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
261
    <GenerateManifest>false</GenerateManifest>
262
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
263
  </PropertyGroup>
716 lvd 264
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
265
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
266
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
267
    <GenerateManifest>false</GenerateManifest>
800 DimkaM 268
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
269
    <LinkIncremental>false</LinkIncremental>
716 lvd 270
  </PropertyGroup>
800 DimkaM 271
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'">
272
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
273
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
274
    <GenerateManifest>false</GenerateManifest>
275
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
276
    <LinkIncremental>false</LinkIncremental>
277
  </PropertyGroup>
278
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'">
279
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
280
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
281
    <GenerateManifest>false</GenerateManifest>
282
    <LibraryPath>$(LibraryPath);$(ICLibDir)</LibraryPath>
283
    <LinkIncremental>false</LinkIncremental>
284
  </PropertyGroup>
716 lvd 285
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
286
    <ClCompile>
1081 fyrex 287
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PNG_STDIO_SUPPORTED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
800 DimkaM 288
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
289
      <WarningLevel>EnableAllWarnings</WarningLevel>
716 lvd 290
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
291
      <Optimization>Disabled</Optimization>
292
      <PrecompiledHeader>Use</PrecompiledHeader>
293
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
800 DimkaM 294
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
295
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
296
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
297
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
298
      <SuppressStartupBanner>false</SuppressStartupBanner>
299
      <ExceptionHandling>false</ExceptionHandling>
300
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
301
      <BufferSecurityCheck>false</BufferSecurityCheck>
302
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
303
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
304
      <FunctionLevelLinking>true</FunctionLevelLinking>
305
      <LanguageStandard>stdcpplatest</LanguageStandard>
306
      <ConformanceMode>true</ConformanceMode>
307
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
308
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
309
      <IntrinsicFunctions>true</IntrinsicFunctions>
716 lvd 310
    </ClCompile>
311
    <Link>
312
      <TargetMachine>MachineX86</TargetMachine>
800 DimkaM 313
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
716 lvd 314
      <SubSystem>Console</SubSystem>
800 DimkaM 315
      <AdditionalLibraryDirectories>..\lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
316
      <AdditionalOptions>-pdbaltpath:%_PDB% %(AdditionalOptions)</AdditionalOptions>
716 lvd 317
    </Link>
318
  </ItemDefinitionGroup>
800 DimkaM 319
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|Win32'">
320
    <ClCompile>
321
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
322
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
323
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
324
      <Optimization>Disabled</Optimization>
325
      <PrecompiledHeader>Use</PrecompiledHeader>
326
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
327
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
328
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
329
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
330
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
331
      <SuppressStartupBanner>false</SuppressStartupBanner>
332
      <ExceptionHandling>false</ExceptionHandling>
333
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
334
      <BufferSecurityCheck>false</BufferSecurityCheck>
335
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
336
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
337
      <FunctionLevelLinking>true</FunctionLevelLinking>
338
      <LanguageStandard>stdcpplatest</LanguageStandard>
339
      <ConformanceMode>true</ConformanceMode>
340
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
341
    </ClCompile>
342
    <Link>
343
      <TargetMachine>MachineX86</TargetMachine>
344
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
345
      <SubSystem>Console</SubSystem>
346
      <AdditionalLibraryDirectories>..\lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
347
      <AdditionalOptions>-pdbaltpath:%_PDB% %(AdditionalOptions)</AdditionalOptions>
348
    </Link>
349
  </ItemDefinitionGroup>
350
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|Win32'">
351
    <ClCompile>
352
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
353
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
354
      <WarningLevel>EnableAllWarnings</WarningLevel>
355
      <Optimization>Disabled</Optimization>
356
      <PrecompiledHeader>Use</PrecompiledHeader>
357
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
358
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
359
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
360
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
361
      <ExceptionHandling>false</ExceptionHandling>
362
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
363
      <BufferSecurityCheck>false</BufferSecurityCheck>
364
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
365
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
366
      <FunctionLevelLinking>true</FunctionLevelLinking>
367
      <LanguageStandard>stdcpplatest</LanguageStandard>
368
      <ConformanceMode>true</ConformanceMode>
369
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
370
      <RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData>
371
    </ClCompile>
372
    <Link>
373
      <TargetMachine>MachineX86</TargetMachine>
374
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
375
      <SubSystem>Console</SubSystem>
376
      <AdditionalLibraryDirectories>..\lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
377
    </Link>
378
  </ItemDefinitionGroup>
716 lvd 379
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
380
    <ClCompile>
381
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
800 DimkaM 382
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
383
      <WarningLevel>EnableAllWarnings</WarningLevel>
716 lvd 384
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
385
      <PrecompiledHeader>Use</PrecompiledHeader>
386
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
800 DimkaM 387
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
388
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
389
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
390
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
391
      <SuppressStartupBanner>false</SuppressStartupBanner>
392
      <ExceptionHandling>false</ExceptionHandling>
393
      <BufferSecurityCheck>false</BufferSecurityCheck>
394
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
395
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
396
      <FunctionLevelLinking>true</FunctionLevelLinking>
397
      <LanguageStandard>stdcpplatest</LanguageStandard>
398
      <ConformanceMode>true</ConformanceMode>
399
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
716 lvd 400
    </ClCompile>
401
    <Link>
402
      <TargetMachine>MachineX86</TargetMachine>
800 DimkaM 403
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
716 lvd 404
      <SubSystem>Console</SubSystem>
405
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
406
      <OptimizeReferences>true</OptimizeReferences>
800 DimkaM 407
      <AdditionalLibraryDirectories>..\lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
408
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
409
      <AdditionalOptions>-pdbaltpath:%_PDB% %(AdditionalOptions)</AdditionalOptions>
716 lvd 410
    </Link>
411
  </ItemDefinitionGroup>
800 DimkaM 412
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|Win32'">
413
    <ClCompile>
414
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
415
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
416
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
417
      <PrecompiledHeader>Use</PrecompiledHeader>
418
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
419
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
420
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
421
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
422
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
423
      <SuppressStartupBanner>false</SuppressStartupBanner>
424
      <ExceptionHandling>false</ExceptionHandling>
425
      <BufferSecurityCheck>false</BufferSecurityCheck>
426
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
427
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
428
      <FunctionLevelLinking>true</FunctionLevelLinking>
429
      <LanguageStandard>stdcpplatest</LanguageStandard>
430
      <ConformanceMode>true</ConformanceMode>
431
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
432
      <Optimization>Full</Optimization>
433
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
434
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
435
      <OmitFramePointers>true</OmitFramePointers>
436
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
437
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
438
      <IntrinsicFunctions>true</IntrinsicFunctions>
439
    </ClCompile>
440
    <Link>
441
      <TargetMachine>MachineX86</TargetMachine>
442
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
443
      <SubSystem>Console</SubSystem>
444
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
445
      <OptimizeReferences>true</OptimizeReferences>
446
      <AdditionalLibraryDirectories>..\lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
447
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
448
      <AdditionalOptions>-pdbaltpath:%_PDB% %(AdditionalOptions)</AdditionalOptions>
449
    </Link>
450
  </ItemDefinitionGroup>
451
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|Win32'">
452
    <ClCompile>
453
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
454
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
455
      <WarningLevel>EnableAllWarnings</WarningLevel>
456
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
457
      <PrecompiledHeader>Use</PrecompiledHeader>
458
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
459
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
460
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
461
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
462
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
463
      <SuppressStartupBanner>false</SuppressStartupBanner>
464
      <ExceptionHandling>false</ExceptionHandling>
465
      <BufferSecurityCheck>false</BufferSecurityCheck>
466
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
467
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
468
      <FunctionLevelLinking>true</FunctionLevelLinking>
469
      <LanguageStandard>stdcpplatest</LanguageStandard>
470
      <ConformanceMode>true</ConformanceMode>
471
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
472
    </ClCompile>
473
    <Link>
474
      <TargetMachine>MachineX86</TargetMachine>
475
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
476
      <SubSystem>Console</SubSystem>
477
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
478
      <OptimizeReferences>true</OptimizeReferences>
479
      <AdditionalLibraryDirectories>..\lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
480
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
481
    </Link>
482
  </ItemDefinitionGroup>
716 lvd 483
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
484
    <ClCompile>
485
      <PrecompiledHeader>Use</PrecompiledHeader>
486
    </ClCompile>
487
  </ItemDefinitionGroup>
800 DimkaM 488
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'">
489
    <ClCompile>
490
      <PrecompiledHeader>Use</PrecompiledHeader>
491
    </ClCompile>
492
  </ItemDefinitionGroup>
493
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'">
494
    <ClCompile>
495
      <PrecompiledHeader>Use</PrecompiledHeader>
496
    </ClCompile>
497
  </ItemDefinitionGroup>
716 lvd 498
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
499
    <ClCompile>
500
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
800 DimkaM 501
      <WarningLevel>EnableAllWarnings</WarningLevel>
502
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
503
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
504
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
505
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
506
      <SuppressStartupBanner>false</SuppressStartupBanner>
507
      <ExceptionHandling>false</ExceptionHandling>
508
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
509
      <BufferSecurityCheck>false</BufferSecurityCheck>
510
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
511
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
512
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
513
      <FunctionLevelLinking>true</FunctionLevelLinking>
514
      <LanguageStandard>stdcpplatest</LanguageStandard>
515
      <ConformanceMode>true</ConformanceMode>
516
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
517
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
518
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
519
      <IntrinsicFunctions>true</IntrinsicFunctions>
1081 fyrex 520
      <PreprocessorDefinitions>MOD_SSE2;PNG_STDIO_SUPPORTED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
716 lvd 521
    </ClCompile>
522
    <Link>
800 DimkaM 523
      <AdditionalLibraryDirectories>..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
524
      <SubSystem>Console</SubSystem>
525
      <AdditionalOptions>-pdbaltpath:%_PDB% %(AdditionalOptions)</AdditionalOptions>
526
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
1079 fyrex 527
      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
716 lvd 528
    </Link>
529
  </ItemDefinitionGroup>
800 DimkaM 530
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'">
531
    <ClCompile>
532
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
533
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
534
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
535
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
536
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
537
      <SuppressStartupBanner>false</SuppressStartupBanner>
538
      <ExceptionHandling>false</ExceptionHandling>
539
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
540
      <BufferSecurityCheck>false</BufferSecurityCheck>
541
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
542
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
543
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
544
      <FunctionLevelLinking>true</FunctionLevelLinking>
545
      <LanguageStandard>stdcpplatest</LanguageStandard>
546
      <ConformanceMode>true</ConformanceMode>
547
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
548
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
549
    </ClCompile>
550
    <Link>
551
      <AdditionalLibraryDirectories>..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
552
      <SubSystem>Console</SubSystem>
553
      <AdditionalOptions>-pdbaltpath:%_PDB% %(AdditionalOptions)</AdditionalOptions>
554
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
555
    </Link>
556
  </ItemDefinitionGroup>
557
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'">
558
    <ClCompile>
559
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
560
      <WarningLevel>EnableAllWarnings</WarningLevel>
561
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
562
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
563
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
564
      <ExceptionHandling>false</ExceptionHandling>
565
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
566
      <BufferSecurityCheck>false</BufferSecurityCheck>
567
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
568
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
569
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
570
      <FunctionLevelLinking>true</FunctionLevelLinking>
571
      <LanguageStandard>stdcpplatest</LanguageStandard>
572
      <ConformanceMode>true</ConformanceMode>
573
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
574
      <RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData>
575
    </ClCompile>
576
    <Link>
577
      <AdditionalLibraryDirectories>..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
578
      <SubSystem>Console</SubSystem>
579
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
580
      <OptimizeReferences>false</OptimizeReferences>
581
      <EnableCOMDATFolding>false</EnableCOMDATFolding>
582
    </Link>
583
  </ItemDefinitionGroup>
716 lvd 584
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
585
    <ClCompile>
586
      <PrecompiledHeader>Use</PrecompiledHeader>
587
    </ClCompile>
588
  </ItemDefinitionGroup>
800 DimkaM 589
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'">
590
    <ClCompile>
591
      <PrecompiledHeader>Use</PrecompiledHeader>
592
    </ClCompile>
593
  </ItemDefinitionGroup>
594
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'">
595
    <ClCompile>
596
      <PrecompiledHeader>Use</PrecompiledHeader>
597
    </ClCompile>
598
  </ItemDefinitionGroup>
716 lvd 599
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
600
    <ClCompile>
601
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
800 DimkaM 602
      <WarningLevel>EnableAllWarnings</WarningLevel>
603
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
604
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
605
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
606
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
607
      <SuppressStartupBanner>false</SuppressStartupBanner>
608
      <ExceptionHandling>false</ExceptionHandling>
609
      <BufferSecurityCheck>false</BufferSecurityCheck>
610
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
611
      <IntrinsicFunctions>true</IntrinsicFunctions>
612
      <Optimization>Full</Optimization>
613
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
614
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
615
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
616
      <UseProcessorExtensions>SSE42</UseProcessorExtensions>
617
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
618
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
619
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
620
      <FunctionLevelLinking>true</FunctionLevelLinking>
621
      <LanguageStandard>stdcpplatest</LanguageStandard>
622
      <ConformanceMode>true</ConformanceMode>
623
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
624
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
716 lvd 625
    </ClCompile>
626
    <Link>
800 DimkaM 627
      <AdditionalLibraryDirectories>..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
628
      <SubSystem>Console</SubSystem>
629
      <SuppressStartupBanner>false</SuppressStartupBanner>
630
      <AdditionalOptions>-pdbaltpath:%_PDB% %(AdditionalOptions)</AdditionalOptions>
631
      <OptimizeReferences>true</OptimizeReferences>
632
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
633
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
634
      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
716 lvd 635
    </Link>
800 DimkaM 636
    <Manifest>
637
      <AdditionalManifestFiles>$(ProjectDir)..\unreal.manifest</AdditionalManifestFiles>
638
    </Manifest>
716 lvd 639
  </ItemDefinitionGroup>
800 DimkaM 640
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'">
641
    <ClCompile>
642
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
643
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
644
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
645
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
646
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
647
      <SuppressStartupBanner>false</SuppressStartupBanner>
648
      <ExceptionHandling>false</ExceptionHandling>
649
      <BufferSecurityCheck>false</BufferSecurityCheck>
650
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
651
      <IntrinsicFunctions>true</IntrinsicFunctions>
652
      <Optimization>Full</Optimization>
653
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
654
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
655
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
656
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
657
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
658
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
659
      <FunctionLevelLinking>true</FunctionLevelLinking>
660
      <LanguageStandard>stdcpplatest</LanguageStandard>
661
      <ConformanceMode>true</ConformanceMode>
662
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
663
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
664
    </ClCompile>
665
    <Link>
666
      <AdditionalLibraryDirectories>..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
667
      <SubSystem>Console</SubSystem>
668
      <SuppressStartupBanner>false</SuppressStartupBanner>
669
      <AdditionalOptions>-pdbaltpath:%_PDB% %(AdditionalOptions)</AdditionalOptions>
670
      <OptimizeReferences>true</OptimizeReferences>
671
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
672
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
673
      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
674
    </Link>
675
    <Manifest>
676
      <AdditionalManifestFiles>$(ProjectDir)..\unreal.manifest</AdditionalManifestFiles>
677
    </Manifest>
678
  </ItemDefinitionGroup>
679
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'">
680
    <ClCompile>
681
      <PrecompiledHeaderFile>std.h</PrecompiledHeaderFile>
682
      <WarningLevel>EnableAllWarnings</WarningLevel>
683
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
684
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
685
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
686
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
687
      <SuppressStartupBanner>false</SuppressStartupBanner>
688
      <ExceptionHandling>false</ExceptionHandling>
689
      <BufferSecurityCheck>false</BufferSecurityCheck>
690
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
691
      <IntrinsicFunctions>true</IntrinsicFunctions>
692
      <Optimization>Full</Optimization>
693
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
694
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
695
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
696
      <UseProcessorExtensions>SSE42</UseProcessorExtensions>
697
      <OptimizationDiagnosticLevel>Level4</OptimizationDiagnosticLevel>
698
      <EmitOptimizationDiagnosticsToFile>true</EmitOptimizationDiagnosticsToFile>
699
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
700
      <FunctionLevelLinking>true</FunctionLevelLinking>
701
      <LanguageStandard>stdcpplatest</LanguageStandard>
702
      <ConformanceMode>true</ConformanceMode>
703
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
704
      <ForcedIncludeFiles>std.h</ForcedIncludeFiles>
705
    </ClCompile>
706
    <Link>
707
      <AdditionalLibraryDirectories>..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
708
      <SubSystem>Console</SubSystem>
709
      <SuppressStartupBanner>false</SuppressStartupBanner>
710
      <OptimizeReferences>true</OptimizeReferences>
711
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
712
      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
713
      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
714
    </Link>
715
    <Manifest>
716
      <AdditionalManifestFiles>$(ProjectDir)..\unreal.manifest</AdditionalManifestFiles>
717
    </Manifest>
718
  </ItemDefinitionGroup>
716 lvd 719
  <ItemGroup>
720
    <ClCompile Include="..\atm.cpp" />
721
    <ClCompile Include="..\cheat.cpp" />
722
    <ClCompile Include="..\config.cpp" />
723
    <ClCompile Include="..\dbgbpx.cpp" />
724
    <ClCompile Include="..\dbgcmd.cpp" />
725
    <ClCompile Include="..\dbglabls.cpp" />
726
    <ClCompile Include="..\dbgmem.cpp" />
727
    <ClCompile Include="..\dbgoth.cpp" />
728
    <ClCompile Include="..\dbgpaint.cpp" />
729
    <ClCompile Include="..\dbgreg.cpp" />
730
    <ClCompile Include="..\dbgrwdlg.cpp" />
731
    <ClCompile Include="..\dbgtrace.cpp" />
732
    <ClCompile Include="..\debug.cpp" />
733
    <ClCompile Include="..\draw.cpp" />
734
    <ClCompile Include="..\drawnomc.cpp" />
735
    <ClCompile Include="..\draw_384.cpp" />
736
    <ClCompile Include="..\dx.cpp" />
737
    <ClCompile Include="..\dxerr.cpp" />
738
    <ClCompile Include="..\dxovr.cpp" />
739
    <ClCompile Include="..\dxrcopy.cpp" />
740
    <ClCompile Include="..\dxrend.cpp" />
741
    <ClCompile Include="..\dxrendch.cpp" />
742
    <ClCompile Include="..\dxrframe.cpp" />
743
    <ClCompile Include="..\dxr_4bpp.cpp" />
744
    <ClCompile Include="..\dxr_512.cpp" />
745
    <ClCompile Include="..\dxr_advm.cpp" />
746
    <ClCompile Include="..\dxr_atm.cpp" />
747
    <ClCompile Include="..\dxr_atm0.cpp" />
748
    <ClCompile Include="..\dxr_atm2.cpp" />
749
    <ClCompile Include="..\dxr_atm4.cpp" />
750
    <ClCompile Include="..\dxr_atm6.cpp" />
751
    <ClCompile Include="..\dxr_atm7.cpp" />
752
    <ClCompile Include="..\dxr_atmf.cpp" />
1078 fyrex 753
    <ClCompile Include="..\dxr_pentatm7.cpp" />
716 lvd 754
    <ClCompile Include="..\dxr_prof.cpp" />
755
    <ClCompile Include="..\dxr_rsm.cpp" />
756
    <ClCompile Include="..\dxr_text.cpp" />
757
    <ClCompile Include="..\dxr_vd.cpp" />
758
    <ClCompile Include="..\emul.cpp" />
759
    <ClCompile Include="..\emulkeys.cpp" />
800 DimkaM 760
    <ClCompile Include="..\fdd.cpp" />
716 lvd 761
    <ClCompile Include="..\fntsrch.cpp" />
762
    <ClCompile Include="..\font.cpp" />
763
    <ClCompile Include="..\font14.cpp" />
764
    <ClCompile Include="..\font16.cpp" />
765
    <ClCompile Include="..\font8.cpp" />
766
    <ClCompile Include="..\fontatm2.cpp" />
767
    <ClCompile Include="..\fontdata.cpp" />
768
    <ClCompile Include="..\gs.cpp" />
769
    <ClCompile Include="..\gshlbass.cpp" />
770
    <ClCompile Include="..\gshle.cpp" />
771
    <ClCompile Include="..\gsz80.cpp" />
772
    <ClCompile Include="..\gui.cpp" />
773
    <ClCompile Include="..\hdd.cpp" />
774
    <ClCompile Include="..\hddio.cpp" />
775
    <ClCompile Include="..\iehelp.cpp" />
776
    <ClCompile Include="..\init.cpp" />
777
    <ClCompile Include="..\input.cpp" />
778
    <ClCompile Include="..\inputpc.cpp" />
779
    <ClCompile Include="..\io.cpp" />
780
    <ClCompile Include="..\keydefs.cpp" />
781
    <ClCompile Include="..\leds.cpp" />
782
    <ClCompile Include="..\mainloop.cpp" />
783
    <ClCompile Include="..\memory.cpp" />
784
    <ClCompile Include="..\modem.cpp" />
785
    <ClCompile Include="..\opendlg.cpp" />
800 DimkaM 786
    <ClCompile Include="..\profi.cpp" />
716 lvd 787
    <ClCompile Include="..\savesnd.cpp" />
788
    <ClCompile Include="..\savevid.cpp" />
789
    <ClCompile Include="..\sdcard.cpp" />
790
    <ClCompile Include="..\snapshot.cpp" />
791
    <ClCompile Include="..\snd_bass.cpp" />
792
    <ClCompile Include="..\sound.cpp" />
793
    <ClCompile Include="..\sshot_png.cpp" />
794
    <ClCompile Include="..\std.cpp">
795
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
800 DimkaM 796
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='icl-Debug|Win32'">Create</PrecompiledHeader>
797
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='clang-Debug|Win32'">Create</PrecompiledHeader>
716 lvd 798
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
800 DimkaM 799
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='icl-Release|Win32'">Create</PrecompiledHeader>
800
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='clang-Release|Win32'">Create</PrecompiledHeader>
716 lvd 801
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
800 DimkaM 802
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'">Create</PrecompiledHeader>
803
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'">Create</PrecompiledHeader>
716 lvd 804
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
800 DimkaM 805
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'">Create</PrecompiledHeader>
806
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'">Create</PrecompiledHeader>
716 lvd 807
    </ClCompile>
808
    <ClCompile Include="..\tape.cpp" />
800 DimkaM 809
    <ClCompile Include="..\upd765.cpp" />
716 lvd 810
    <ClCompile Include="..\util.cpp" />
811
    <ClCompile Include="..\vars.cpp" />
812
    <ClCompile Include="..\vs1001.cpp" />
813
    <ClCompile Include="..\wd93cmd.cpp" />
814
    <ClCompile Include="..\wd93crc.cpp" />
815
    <ClCompile Include="..\wd93trk.cpp" />
800 DimkaM 816
    <ClCompile Include="..\wldr_dsk.cpp" />
716 lvd 817
    <ClCompile Include="..\wldr_fdi.cpp" />
800 DimkaM 818
    <ClCompile Include="..\wldr_ipf.cpp" />
716 lvd 819
    <ClCompile Include="..\wldr_isd.cpp" />
820
    <ClCompile Include="..\wldr_pro.cpp" />
821
    <ClCompile Include="..\wldr_td0.cpp" />
822
    <ClCompile Include="..\wldr_trd.cpp" />
823
    <ClCompile Include="..\wldr_udi.cpp" />
824
    <ClCompile Include="..\z80.cpp" />
825
    <ClCompile Include="..\z80asm.cpp" />
826
    <ClCompile Include="..\zc.cpp" />
1078 fyrex 827
    <ClCompile Include="..\zxevo.cpp" />
828
    <ClCompile Include="..\zxusbnet.cpp" />
716 lvd 829
  </ItemGroup>
830
  <ItemGroup>
831
    <ClInclude Include="..\atm.h" />
832
    <ClInclude Include="..\bass.h" />
833
    <ClInclude Include="..\cheat.h" />
834
    <ClInclude Include="..\config.h" />
835
    <ClInclude Include="..\dbgbpx.h" />
836
    <ClInclude Include="..\dbgcmd.h" />
837
    <ClInclude Include="..\dbglabls.h" />
838
    <ClInclude Include="..\dbgmem.h" />
839
    <ClInclude Include="..\dbgoth.h" />
840
    <ClInclude Include="..\dbgpaint.h" />
841
    <ClInclude Include="..\dbgreg.h" />
842
    <ClInclude Include="..\dbgrwdlg.h" />
843
    <ClInclude Include="..\dbgtrace.h" />
844
    <ClInclude Include="..\debug.h" />
845
    <ClInclude Include="..\draw.h" />
846
    <ClInclude Include="..\drawnomc.h" />
847
    <ClInclude Include="..\dx.h" />
848
    <ClInclude Include="..\dxerr.h" />
849
    <ClInclude Include="..\DxErr9.h" />
850
    <ClInclude Include="..\dxovr.h" />
851
    <ClInclude Include="..\dxrcopy.h" />
852
    <ClInclude Include="..\dxrend.h" />
853
    <ClInclude Include="..\dxrendch.h" />
854
    <ClInclude Include="..\dxrframe.h" />
855
    <ClInclude Include="..\dxr_4bpp.h" />
856
    <ClInclude Include="..\dxr_512.h" />
857
    <ClInclude Include="..\dxr_advm.h" />
858
    <ClInclude Include="..\dxr_atm.h" />
859
    <ClInclude Include="..\dxr_atm0.h" />
860
    <ClInclude Include="..\dxr_atm2.h" />
861
    <ClInclude Include="..\dxr_atm4.h" />
862
    <ClInclude Include="..\dxr_atm6.h" />
863
    <ClInclude Include="..\dxr_atm7.h" />
864
    <ClInclude Include="..\dxr_atmf.h" />
865
    <ClInclude Include="..\dxr_prof.h" />
866
    <ClInclude Include="..\dxr_rsm.h" />
867
    <ClInclude Include="..\dxr_text.h" />
868
    <ClInclude Include="..\emul.h" />
869
    <ClInclude Include="..\emulkeys.h" />
800 DimkaM 870
    <ClInclude Include="..\fdd.h" />
716 lvd 871
    <ClInclude Include="..\fntsrch.h" />
872
    <ClInclude Include="..\font.h" />
873
    <ClInclude Include="..\font14.h" />
874
    <ClInclude Include="..\font16.h" />
875
    <ClInclude Include="..\font8.h" />
876
    <ClInclude Include="..\fontatm2.h" />
877
    <ClInclude Include="..\fontdata.h" />
878
    <ClInclude Include="..\funcs.h" />
879
    <ClInclude Include="..\gs.h" />
880
    <ClInclude Include="..\gshlbass.h" />
881
    <ClInclude Include="..\gshle.h" />
882
    <ClInclude Include="..\gsz80.h" />
883
    <ClInclude Include="..\gui.h" />
884
    <ClInclude Include="..\hdd.h" />
885
    <ClInclude Include="..\hddio.h" />
886
    <ClInclude Include="..\iehelp.h" />
887
    <ClInclude Include="..\init.h" />
888
    <ClInclude Include="..\input.h" />
889
    <ClInclude Include="..\inputpc.h" />
890
    <ClInclude Include="..\leds.h" />
891
    <ClInclude Include="..\mainloop.h" />
892
    <ClInclude Include="..\memory.h" />
893
    <ClInclude Include="..\modem.h" />
894
    <ClInclude Include="..\mods.h" />
895
    <ClInclude Include="..\opendlg.h" />
800 DimkaM 896
    <ClInclude Include="..\profi.h" />
716 lvd 897
    <ClInclude Include="..\resource.h" />
898
    <ClInclude Include="..\savesnd.h" />
899
    <ClInclude Include="..\savevid.h" />
900
    <ClInclude Include="..\sdcard.h" />
901
    <ClInclude Include="..\snapshot.h" />
902
    <ClInclude Include="..\snd_bass.h" />
903
    <ClInclude Include="..\sound.h" />
904
    <ClInclude Include="..\sshot_png.h" />
905
    <ClInclude Include="..\std.h" />
906
    <ClInclude Include="..\sysdefs.h" />
907
    <ClInclude Include="..\tape.h" />
800 DimkaM 908
    <ClInclude Include="..\upd765.h" />
716 lvd 909
    <ClInclude Include="..\util.h" />
910
    <ClInclude Include="..\vars.h" />
911
    <ClInclude Include="..\vs1001.h" />
912
    <ClInclude Include="..\wd93.h" />
913
    <ClInclude Include="..\wd93crc.h" />
914
    <ClInclude Include="..\z80.h" />
915
    <ClInclude Include="..\z80asm.h" />
916
    <ClInclude Include="..\z80_main.h" />
917
    <ClInclude Include="..\zc.h" />
918
  </ItemGroup>
919
  <ItemGroup>
920
    <None Include="..\gsz80.inl" />
921
    <None Include="..\res\cur00000.cur" />
922
    <None Include="..\res\cur00001.cur" />
923
    <None Include="..\res\cur00002.cur" />
924
    <None Include="..\res\cur00003.cur" />
925
    <None Include="..\res\cur00004.cur" />
926
    <None Include="..\res\cur00005.cur" />
927
    <None Include="..\res\cur00006.cur" />
928
    <None Include="..\res\cur00007.cur" />
929
    <None Include="..\res\cur00008.cur" />
930
    <None Include="..\z80_main.inl" />
931
  </ItemGroup>
932
  <ItemGroup>
933
    <ResourceCompile Include="..\settings.rc" />
934
  </ItemGroup>
935
  <ItemGroup>
936
    <ProjectReference Include="snd.vcxproj">
937
      <Project>{d83ef518-4c10-46b6-8a64-138cef801212}</Project>
938
    </ProjectReference>
939
    <ProjectReference Include="z80.vcxproj">
940
      <Project>{72b23501-7f3f-4ade-ba9e-3bea8ad74dc8}</Project>
941
    </ProjectReference>
942
  </ItemGroup>
943
  <ItemGroup>
944
    <Image Include="..\res\u1.ico" />
945
  </ItemGroup>
946
  <ItemGroup>
800 DimkaM 947
    <Manifest Include="..\unreal.manifest">
948
      <SubType>Designer</SubType>
949
    </Manifest>
716 lvd 950
  </ItemGroup>
951
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
952
  <ImportGroup Label="ExtensionTargets">
953
  </ImportGroup>
954
</Project>