Subversion Repositories pentevo

Rev

Rev 1122 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
716 lvd 1
<?xml version="1.0" encoding="utf-8"?>
1081 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>{D83EF518-4C10-46B6-8A64-138CEF801212}</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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
  </PropertyGroup>
800 DimkaM 209
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|Win32'">
210
    <LinkIncremental>true</LinkIncremental>
211
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
212
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
213
  </PropertyGroup>
214
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|Win32'">
215
    <LinkIncremental>true</LinkIncremental>
216
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
217
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
218
  </PropertyGroup>
716 lvd 219
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
220
    <LinkIncremental>true</LinkIncremental>
221
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
222
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
223
  </PropertyGroup>
800 DimkaM 224
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|Win32'">
225
    <LinkIncremental>true</LinkIncremental>
226
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
227
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
228
  </PropertyGroup>
229
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|Win32'">
230
    <LinkIncremental>true</LinkIncremental>
231
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
232
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
233
  </PropertyGroup>
716 lvd 234
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
235
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
236
    <TargetExt>.lib</TargetExt>
237
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
238
  </PropertyGroup>
800 DimkaM 239
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'">
240
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
241
    <TargetExt>.lib</TargetExt>
242
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
243
  </PropertyGroup>
244
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'">
245
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
246
    <TargetExt>.lib</TargetExt>
247
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
248
  </PropertyGroup>
716 lvd 249
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
250
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
251
    <TargetExt>.lib</TargetExt>
252
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
253
  </PropertyGroup>
800 DimkaM 254
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'">
255
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
256
    <TargetExt>.lib</TargetExt>
257
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
258
  </PropertyGroup>
259
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'">
260
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
261
    <TargetExt>.lib</TargetExt>
262
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
263
  </PropertyGroup>
716 lvd 264
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
265
    <ClCompile>
266
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
800 DimkaM 267
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
268
      <WarningLevel>EnableAllWarnings</WarningLevel>
716 lvd 269
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
270
      <Optimization>Disabled</Optimization>
800 DimkaM 271
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
272
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
273
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
274
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
275
      <SuppressStartupBanner>false</SuppressStartupBanner>
276
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
277
      <ExceptionHandling>false</ExceptionHandling>
278
      <BufferSecurityCheck>false</BufferSecurityCheck>
279
      <FunctionLevelLinking>true</FunctionLevelLinking>
280
      <ConformanceMode>true</ConformanceMode>
281
      <LanguageStandard>stdcpplatest</LanguageStandard>
716 lvd 282
    </ClCompile>
283
    <Link>
284
      <TargetMachine>MachineX86</TargetMachine>
285
      <GenerateDebugInformation>true</GenerateDebugInformation>
286
      <SubSystem>Windows</SubSystem>
287
    </Link>
288
  </ItemDefinitionGroup>
800 DimkaM 289
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|Win32'">
290
    <ClCompile>
291
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
292
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
293
      <WarningLevel>EnableAllWarnings</WarningLevel>
294
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
295
      <Optimization>Disabled</Optimization>
296
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
297
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
298
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
299
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
300
      <SuppressStartupBanner>false</SuppressStartupBanner>
301
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
302
      <ExceptionHandling>false</ExceptionHandling>
303
      <BufferSecurityCheck>false</BufferSecurityCheck>
304
      <FunctionLevelLinking>true</FunctionLevelLinking>
305
      <ConformanceMode>true</ConformanceMode>
306
      <LanguageStandard>stdcpplatest</LanguageStandard>
307
    </ClCompile>
308
    <Link>
309
      <TargetMachine>MachineX86</TargetMachine>
310
      <GenerateDebugInformation>true</GenerateDebugInformation>
311
      <SubSystem>Windows</SubSystem>
312
    </Link>
313
  </ItemDefinitionGroup>
314
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|Win32'">
315
    <ClCompile>
316
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
317
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
318
      <WarningLevel>EnableAllWarnings</WarningLevel>
319
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
320
      <Optimization>Disabled</Optimization>
321
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
322
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
323
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
324
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
325
      <SuppressStartupBanner>false</SuppressStartupBanner>
326
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
327
      <ExceptionHandling>false</ExceptionHandling>
328
      <BufferSecurityCheck>false</BufferSecurityCheck>
329
      <FunctionLevelLinking>true</FunctionLevelLinking>
330
      <ConformanceMode>true</ConformanceMode>
331
      <LanguageStandard>stdcpplatest</LanguageStandard>
332
    </ClCompile>
333
    <Link>
334
      <TargetMachine>MachineX86</TargetMachine>
335
      <GenerateDebugInformation>true</GenerateDebugInformation>
336
      <SubSystem>Windows</SubSystem>
337
    </Link>
338
  </ItemDefinitionGroup>
716 lvd 339
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
340
    <ClCompile>
341
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
800 DimkaM 342
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
343
      <WarningLevel>EnableAllWarnings</WarningLevel>
716 lvd 344
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
800 DimkaM 345
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
346
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
347
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
348
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
349
      <SuppressStartupBanner>false</SuppressStartupBanner>
350
      <ExceptionHandling>false</ExceptionHandling>
351
      <BufferSecurityCheck>false</BufferSecurityCheck>
352
      <FunctionLevelLinking>true</FunctionLevelLinking>
353
      <ConformanceMode>true</ConformanceMode>
354
      <LanguageStandard>stdcpplatest</LanguageStandard>
716 lvd 355
    </ClCompile>
356
    <Link>
357
      <TargetMachine>MachineX86</TargetMachine>
358
      <GenerateDebugInformation>true</GenerateDebugInformation>
359
      <SubSystem>Windows</SubSystem>
360
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
361
      <OptimizeReferences>true</OptimizeReferences>
362
    </Link>
363
  </ItemDefinitionGroup>
800 DimkaM 364
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|Win32'">
365
    <ClCompile>
366
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
367
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
368
      <WarningLevel>EnableAllWarnings</WarningLevel>
369
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
370
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
371
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
372
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
373
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
374
      <SuppressStartupBanner>false</SuppressStartupBanner>
375
      <ExceptionHandling>false</ExceptionHandling>
376
      <BufferSecurityCheck>false</BufferSecurityCheck>
377
      <FunctionLevelLinking>true</FunctionLevelLinking>
378
      <ConformanceMode>true</ConformanceMode>
379
      <LanguageStandard>stdcpplatest</LanguageStandard>
380
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
381
      <Optimization>Full</Optimization>
382
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
383
      <IntrinsicFunctions>true</IntrinsicFunctions>
384
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
385
      <OmitFramePointers>true</OmitFramePointers>
386
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
387
    </ClCompile>
388
    <Link>
389
      <TargetMachine>MachineX86</TargetMachine>
390
      <GenerateDebugInformation>true</GenerateDebugInformation>
391
      <SubSystem>Windows</SubSystem>
392
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
393
      <OptimizeReferences>true</OptimizeReferences>
394
    </Link>
395
  </ItemDefinitionGroup>
396
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|Win32'">
397
    <ClCompile>
398
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
399
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
400
      <WarningLevel>EnableAllWarnings</WarningLevel>
401
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
402
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
403
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
404
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
405
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
406
      <SuppressStartupBanner>false</SuppressStartupBanner>
407
      <ExceptionHandling>false</ExceptionHandling>
408
      <BufferSecurityCheck>false</BufferSecurityCheck>
409
      <FunctionLevelLinking>true</FunctionLevelLinking>
410
      <ConformanceMode>true</ConformanceMode>
411
      <LanguageStandard>stdcpplatest</LanguageStandard>
412
    </ClCompile>
413
    <Link>
414
      <TargetMachine>MachineX86</TargetMachine>
415
      <GenerateDebugInformation>true</GenerateDebugInformation>
416
      <SubSystem>Windows</SubSystem>
417
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
418
      <OptimizeReferences>true</OptimizeReferences>
419
    </Link>
420
  </ItemDefinitionGroup>
421
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
422
    <ClCompile>
423
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
424
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
425
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
426
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
427
      <WarningLevel>EnableAllWarnings</WarningLevel>
428
      <SuppressStartupBanner>false</SuppressStartupBanner>
429
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
430
      <ExceptionHandling>false</ExceptionHandling>
431
      <BufferSecurityCheck>false</BufferSecurityCheck>
432
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
433
      <FunctionLevelLinking>true</FunctionLevelLinking>
434
      <ConformanceMode>true</ConformanceMode>
435
      <LanguageStandard>stdcpplatest</LanguageStandard>
436
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
437
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
438
      <IntrinsicFunctions>true</IntrinsicFunctions>
439
    </ClCompile>
440
  </ItemDefinitionGroup>
441
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'">
442
    <ClCompile>
443
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
444
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
445
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
446
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
447
      <WarningLevel>EnableAllWarnings</WarningLevel>
448
      <SuppressStartupBanner>false</SuppressStartupBanner>
449
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
450
      <ExceptionHandling>false</ExceptionHandling>
451
      <BufferSecurityCheck>false</BufferSecurityCheck>
452
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
453
      <FunctionLevelLinking>true</FunctionLevelLinking>
454
      <ConformanceMode>true</ConformanceMode>
455
      <LanguageStandard>stdcpplatest</LanguageStandard>
456
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
457
    </ClCompile>
458
  </ItemDefinitionGroup>
459
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'">
460
    <ClCompile>
461
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
462
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
463
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
464
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
465
      <WarningLevel>EnableAllWarnings</WarningLevel>
466
      <SuppressStartupBanner>false</SuppressStartupBanner>
467
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
468
      <ExceptionHandling>false</ExceptionHandling>
469
      <BufferSecurityCheck>false</BufferSecurityCheck>
470
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
471
      <FunctionLevelLinking>true</FunctionLevelLinking>
472
      <ConformanceMode>true</ConformanceMode>
473
      <LanguageStandard>stdcpplatest</LanguageStandard>
474
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
475
    </ClCompile>
476
  </ItemDefinitionGroup>
477
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
478
    <ClCompile>
479
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
480
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
481
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
482
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
483
      <WarningLevel>EnableAllWarnings</WarningLevel>
484
      <SuppressStartupBanner>false</SuppressStartupBanner>
485
      <ExceptionHandling>false</ExceptionHandling>
486
      <BufferSecurityCheck>false</BufferSecurityCheck>
487
      <Optimization>Full</Optimization>
488
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
489
      <IntrinsicFunctions>true</IntrinsicFunctions>
490
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
491
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
492
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
493
      <UseProcessorExtensions>SSE42</UseProcessorExtensions>
494
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
495
      <FunctionLevelLinking>true</FunctionLevelLinking>
496
      <ConformanceMode>true</ConformanceMode>
497
      <LanguageStandard>stdcpplatest</LanguageStandard>
498
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
499
    </ClCompile>
500
    <Lib>
501
      <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
502
    </Lib>
503
  </ItemDefinitionGroup>
504
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'">
505
    <ClCompile>
506
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
507
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
508
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
509
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
510
      <WarningLevel>EnableAllWarnings</WarningLevel>
511
      <SuppressStartupBanner>false</SuppressStartupBanner>
512
      <ExceptionHandling>false</ExceptionHandling>
513
      <BufferSecurityCheck>false</BufferSecurityCheck>
514
      <Optimization>Full</Optimization>
515
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
516
      <IntrinsicFunctions>true</IntrinsicFunctions>
517
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
518
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
519
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
520
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
521
      <FunctionLevelLinking>true</FunctionLevelLinking>
522
      <ConformanceMode>true</ConformanceMode>
523
      <LanguageStandard>stdcpplatest</LanguageStandard>
524
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
525
    </ClCompile>
526
    <Lib>
527
      <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
528
    </Lib>
529
  </ItemDefinitionGroup>
530
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'">
531
    <ClCompile>
532
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
533
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
534
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
535
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
536
      <WarningLevel>EnableAllWarnings</WarningLevel>
537
      <SuppressStartupBanner>false</SuppressStartupBanner>
538
      <ExceptionHandling>false</ExceptionHandling>
539
      <BufferSecurityCheck>false</BufferSecurityCheck>
540
      <Optimization>Full</Optimization>
541
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
542
      <IntrinsicFunctions>true</IntrinsicFunctions>
543
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
544
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
545
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
546
      <UseProcessorExtensions>SSE42</UseProcessorExtensions>
547
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
548
      <FunctionLevelLinking>true</FunctionLevelLinking>
549
      <ConformanceMode>true</ConformanceMode>
550
      <LanguageStandard>stdcpplatest</LanguageStandard>
551
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
552
    </ClCompile>
553
    <Lib>
554
      <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
555
    </Lib>
556
  </ItemDefinitionGroup>
716 lvd 557
  <ItemGroup>
1099 galstaff 558
    <ClCompile Include="..\sndrender\dev_moonsound.cpp" />
800 DimkaM 559
    <ClCompile Include="..\sndrender\emul_2203.cpp" />
716 lvd 560
    <ClCompile Include="..\sndrender\saa1099.cpp" />
561
    <ClCompile Include="..\sndrender\sndbuffer.cpp" />
562
    <ClCompile Include="..\sndrender\sndchip.cpp" />
563
    <ClCompile Include="..\sndrender\sndcounter.cpp" />
564
    <ClCompile Include="..\sndrender\sndrender.cpp" />
1099 galstaff 565
    <ClCompile Include="..\sndrender\ymf262.cpp" />
566
    <ClCompile Include="..\sndrender\ymf278.cpp" />
716 lvd 567
  </ItemGroup>
568
  <ItemGroup>
1099 galstaff 569
    <ClInclude Include="..\sndrender\dev_moonsound.h" />
800 DimkaM 570
    <ClInclude Include="..\sndrender\emul_2203.h" />
716 lvd 571
    <ClInclude Include="..\sndrender\saa1099.h" />
572
    <ClInclude Include="..\sndrender\sndbuffer.h" />
573
    <ClInclude Include="..\sndrender\sndchip.h" />
574
    <ClInclude Include="..\sndrender\sndcounter.h" />
575
    <ClInclude Include="..\sndrender\sndrender.h" />
1099 galstaff 576
    <ClInclude Include="..\sndrender\ymf262.h" />
577
    <ClInclude Include="..\sndrender\ymf278.h" />
716 lvd 578
  </ItemGroup>
579
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
580
  <ImportGroup Label="ExtensionTargets">
581
  </ImportGroup>
582
</Project>