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"?>
800 DimkaM 2
<Project DefaultTargets="Build" ToolsVersion="15.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>
800 DimkaM 56
    <TargetPlatformVersion>10.0.15063.0</TargetPlatformVersion>
57
    <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
716 lvd 58
  </PropertyGroup>
59
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
60
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
61
    <ConfigurationType>StaticLibrary</ConfigurationType>
62
    <UseDebugLibraries>true</UseDebugLibraries>
800 DimkaM 63
    <PlatformToolset>v141_xp</PlatformToolset>
64
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
716 lvd 65
  </PropertyGroup>
800 DimkaM 66
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|Win32'" Label="Configuration">
67
    <ConfigurationType>StaticLibrary</ConfigurationType>
68
    <UseDebugLibraries>true</UseDebugLibraries>
69
    <PlatformToolset>Intel C++ Compiler 19.0</PlatformToolset>
70
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
71
  </PropertyGroup>
72
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|Win32'" Label="Configuration">
73
    <ConfigurationType>StaticLibrary</ConfigurationType>
74
    <UseDebugLibraries>true</UseDebugLibraries>
75
    <PlatformToolset>LLVM-vs2017_xp</PlatformToolset>
76
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
77
  </PropertyGroup>
716 lvd 78
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
79
    <ConfigurationType>StaticLibrary</ConfigurationType>
80
    <UseDebugLibraries>false</UseDebugLibraries>
800 DimkaM 81
    <PlatformToolset>v141_xp</PlatformToolset>
82
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
716 lvd 83
  </PropertyGroup>
800 DimkaM 84
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|Win32'" Label="Configuration">
85
    <ConfigurationType>StaticLibrary</ConfigurationType>
86
    <UseDebugLibraries>false</UseDebugLibraries>
87
    <PlatformToolset>Intel C++ Compiler 19.0</PlatformToolset>
88
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
89
  </PropertyGroup>
90
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|Win32'" Label="Configuration">
91
    <ConfigurationType>StaticLibrary</ConfigurationType>
92
    <UseDebugLibraries>false</UseDebugLibraries>
93
    <PlatformToolset>LLVM-vs2017_xp</PlatformToolset>
94
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
95
  </PropertyGroup>
716 lvd 96
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
97
    <ConfigurationType>StaticLibrary</ConfigurationType>
98
    <UseDebugLibraries>true</UseDebugLibraries>
800 DimkaM 99
    <PlatformToolset>v141_xp</PlatformToolset>
100
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
716 lvd 101
  </PropertyGroup>
800 DimkaM 102
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'" Label="Configuration">
103
    <ConfigurationType>StaticLibrary</ConfigurationType>
104
    <UseDebugLibraries>true</UseDebugLibraries>
105
    <PlatformToolset>Intel C++ Compiler 19.0</PlatformToolset>
106
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
107
  </PropertyGroup>
108
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'" Label="Configuration">
109
    <ConfigurationType>StaticLibrary</ConfigurationType>
110
    <UseDebugLibraries>true</UseDebugLibraries>
111
    <PlatformToolset>LLVM-vs2017_xp</PlatformToolset>
112
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
113
  </PropertyGroup>
716 lvd 114
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
115
    <ConfigurationType>StaticLibrary</ConfigurationType>
116
    <UseDebugLibraries>false</UseDebugLibraries>
800 DimkaM 117
    <PlatformToolset>v141_xp</PlatformToolset>
118
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
119
    <WholeProgramOptimization>true</WholeProgramOptimization>
716 lvd 120
  </PropertyGroup>
800 DimkaM 121
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'" Label="Configuration">
122
    <ConfigurationType>StaticLibrary</ConfigurationType>
123
    <UseDebugLibraries>false</UseDebugLibraries>
124
    <PlatformToolset>Intel C++ Compiler 19.0</PlatformToolset>
125
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
126
    <WholeProgramOptimization>true</WholeProgramOptimization>
127
  </PropertyGroup>
128
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'" Label="Configuration">
129
    <ConfigurationType>StaticLibrary</ConfigurationType>
130
    <UseDebugLibraries>false</UseDebugLibraries>
131
    <PlatformToolset>LLVM-vs2017_xp</PlatformToolset>
132
    <BasePlatformToolset>v141_xp</BasePlatformToolset>
133
    <WholeProgramOptimization>true</WholeProgramOptimization>
134
  </PropertyGroup>
716 lvd 135
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
136
  <ImportGroup Label="ExtensionSettings">
137
  </ImportGroup>
138
  <ImportGroup Label="Shared">
139
  </ImportGroup>
140
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
141
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
142
    <Import Project="DefinesCommon.props" />
800 DimkaM 143
    <Import Project="msvc.props" />
716 lvd 144
  </ImportGroup>
800 DimkaM 145
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|Win32'" Label="PropertySheets">
146
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
147
    <Import Project="DefinesCommon.props" />
148
    <Import Project="msvc.props" />
149
    <Import Project="icl.props" />
150
  </ImportGroup>
151
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|Win32'" Label="PropertySheets">
152
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
153
    <Import Project="DefinesCommon.props" />
154
    <Import Project="llvm.props" />
155
  </ImportGroup>
716 lvd 156
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
157
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
158
    <Import Project="DefinesCommon.props" />
800 DimkaM 159
    <Import Project="msvc.props" />
716 lvd 160
  </ImportGroup>
800 DimkaM 161
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|Win32'" Label="PropertySheets">
162
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
163
    <Import Project="DefinesCommon.props" />
164
    <Import Project="msvc.props" />
165
    <Import Project="icl.props" />
166
  </ImportGroup>
167
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|Win32'" Label="PropertySheets">
168
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
169
    <Import Project="DefinesCommon.props" />
170
    <Import Project="llvm.props" />
171
  </ImportGroup>
716 lvd 172
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
173
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
174
    <Import Project="DefinesCommon.props" />
800 DimkaM 175
    <Import Project="msvc.props" />
716 lvd 176
  </ImportGroup>
800 DimkaM 177
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'" Label="PropertySheets">
178
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
179
    <Import Project="DefinesCommon.props" />
180
    <Import Project="msvc.props" />
181
    <Import Project="icl.props" />
182
  </ImportGroup>
183
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'" Label="PropertySheets">
184
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
185
    <Import Project="DefinesCommon.props" />
186
    <Import Project="llvm.props" />
187
  </ImportGroup>
716 lvd 188
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
189
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
190
    <Import Project="DefinesCommon.props" />
800 DimkaM 191
    <Import Project="msvc.props" />
716 lvd 192
  </ImportGroup>
800 DimkaM 193
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'" Label="PropertySheets">
194
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
195
    <Import Project="DefinesCommon.props" />
196
    <Import Project="msvc.props" />
197
    <Import Project="icl.props" />
198
  </ImportGroup>
199
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'" Label="PropertySheets">
200
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
201
    <Import Project="DefinesCommon.props" />
202
    <Import Project="llvm.props" />
203
  </ImportGroup>
716 lvd 204
  <PropertyGroup Label="UserMacros" />
205
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
206
    <LinkIncremental>true</LinkIncremental>
207
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
208
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
209
  </PropertyGroup>
800 DimkaM 210
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|Win32'">
211
    <LinkIncremental>true</LinkIncremental>
212
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
213
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
214
  </PropertyGroup>
215
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|Win32'">
216
    <LinkIncremental>true</LinkIncremental>
217
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
218
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
219
  </PropertyGroup>
716 lvd 220
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
221
    <LinkIncremental>true</LinkIncremental>
222
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
223
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
224
  </PropertyGroup>
800 DimkaM 225
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|Win32'">
226
    <LinkIncremental>true</LinkIncremental>
227
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
228
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
229
  </PropertyGroup>
230
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|Win32'">
231
    <LinkIncremental>true</LinkIncremental>
232
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
233
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
234
  </PropertyGroup>
716 lvd 235
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
236
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
237
    <TargetExt>.lib</TargetExt>
238
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
239
  </PropertyGroup>
800 DimkaM 240
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'">
241
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
242
    <TargetExt>.lib</TargetExt>
243
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
244
  </PropertyGroup>
245
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'">
246
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
247
    <TargetExt>.lib</TargetExt>
248
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
249
  </PropertyGroup>
716 lvd 250
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
251
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
252
    <TargetExt>.lib</TargetExt>
253
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
254
  </PropertyGroup>
800 DimkaM 255
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'">
256
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
257
    <TargetExt>.lib</TargetExt>
258
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
259
  </PropertyGroup>
260
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'">
261
    <OutDir>$(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
262
    <TargetExt>.lib</TargetExt>
263
    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
264
  </PropertyGroup>
716 lvd 265
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
266
    <ClCompile>
267
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
800 DimkaM 268
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
269
      <WarningLevel>EnableAllWarnings</WarningLevel>
716 lvd 270
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
271
      <Optimization>Disabled</Optimization>
800 DimkaM 272
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
273
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
274
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
275
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
276
      <SuppressStartupBanner>false</SuppressStartupBanner>
277
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
278
      <ExceptionHandling>false</ExceptionHandling>
279
      <BufferSecurityCheck>false</BufferSecurityCheck>
280
      <FunctionLevelLinking>true</FunctionLevelLinking>
281
      <ConformanceMode>true</ConformanceMode>
282
      <LanguageStandard>stdcpplatest</LanguageStandard>
716 lvd 283
    </ClCompile>
284
    <Link>
285
      <TargetMachine>MachineX86</TargetMachine>
286
      <GenerateDebugInformation>true</GenerateDebugInformation>
287
      <SubSystem>Windows</SubSystem>
288
    </Link>
289
  </ItemDefinitionGroup>
800 DimkaM 290
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|Win32'">
291
    <ClCompile>
292
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
293
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
294
      <WarningLevel>EnableAllWarnings</WarningLevel>
295
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
296
      <Optimization>Disabled</Optimization>
297
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
298
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
299
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
300
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
301
      <SuppressStartupBanner>false</SuppressStartupBanner>
302
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
303
      <ExceptionHandling>false</ExceptionHandling>
304
      <BufferSecurityCheck>false</BufferSecurityCheck>
305
      <FunctionLevelLinking>true</FunctionLevelLinking>
306
      <ConformanceMode>true</ConformanceMode>
307
      <LanguageStandard>stdcpplatest</LanguageStandard>
308
    </ClCompile>
309
    <Link>
310
      <TargetMachine>MachineX86</TargetMachine>
311
      <GenerateDebugInformation>true</GenerateDebugInformation>
312
      <SubSystem>Windows</SubSystem>
313
    </Link>
314
  </ItemDefinitionGroup>
315
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|Win32'">
316
    <ClCompile>
317
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
318
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
319
      <WarningLevel>EnableAllWarnings</WarningLevel>
320
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
321
      <Optimization>Disabled</Optimization>
322
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
323
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
324
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
325
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
326
      <SuppressStartupBanner>false</SuppressStartupBanner>
327
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
328
      <ExceptionHandling>false</ExceptionHandling>
329
      <BufferSecurityCheck>false</BufferSecurityCheck>
330
      <FunctionLevelLinking>true</FunctionLevelLinking>
331
      <ConformanceMode>true</ConformanceMode>
332
      <LanguageStandard>stdcpplatest</LanguageStandard>
333
    </ClCompile>
334
    <Link>
335
      <TargetMachine>MachineX86</TargetMachine>
336
      <GenerateDebugInformation>true</GenerateDebugInformation>
337
      <SubSystem>Windows</SubSystem>
338
    </Link>
339
  </ItemDefinitionGroup>
716 lvd 340
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
341
    <ClCompile>
342
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
800 DimkaM 343
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
344
      <WarningLevel>EnableAllWarnings</WarningLevel>
716 lvd 345
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
800 DimkaM 346
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
347
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
348
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
349
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
350
      <SuppressStartupBanner>false</SuppressStartupBanner>
351
      <ExceptionHandling>false</ExceptionHandling>
352
      <BufferSecurityCheck>false</BufferSecurityCheck>
353
      <FunctionLevelLinking>true</FunctionLevelLinking>
354
      <ConformanceMode>true</ConformanceMode>
355
      <LanguageStandard>stdcpplatest</LanguageStandard>
716 lvd 356
    </ClCompile>
357
    <Link>
358
      <TargetMachine>MachineX86</TargetMachine>
359
      <GenerateDebugInformation>true</GenerateDebugInformation>
360
      <SubSystem>Windows</SubSystem>
361
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
362
      <OptimizeReferences>true</OptimizeReferences>
363
    </Link>
364
  </ItemDefinitionGroup>
800 DimkaM 365
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|Win32'">
366
    <ClCompile>
367
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
368
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
369
      <WarningLevel>EnableAllWarnings</WarningLevel>
370
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
371
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
372
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
373
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
374
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
375
      <SuppressStartupBanner>false</SuppressStartupBanner>
376
      <ExceptionHandling>false</ExceptionHandling>
377
      <BufferSecurityCheck>false</BufferSecurityCheck>
378
      <FunctionLevelLinking>true</FunctionLevelLinking>
379
      <ConformanceMode>true</ConformanceMode>
380
      <LanguageStandard>stdcpplatest</LanguageStandard>
381
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
382
      <Optimization>Full</Optimization>
383
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
384
      <IntrinsicFunctions>true</IntrinsicFunctions>
385
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
386
      <OmitFramePointers>true</OmitFramePointers>
387
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
388
    </ClCompile>
389
    <Link>
390
      <TargetMachine>MachineX86</TargetMachine>
391
      <GenerateDebugInformation>true</GenerateDebugInformation>
392
      <SubSystem>Windows</SubSystem>
393
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
394
      <OptimizeReferences>true</OptimizeReferences>
395
    </Link>
396
  </ItemDefinitionGroup>
397
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|Win32'">
398
    <ClCompile>
399
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
400
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
401
      <WarningLevel>EnableAllWarnings</WarningLevel>
402
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
403
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
404
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
405
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
406
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
407
      <SuppressStartupBanner>false</SuppressStartupBanner>
408
      <ExceptionHandling>false</ExceptionHandling>
409
      <BufferSecurityCheck>false</BufferSecurityCheck>
410
      <FunctionLevelLinking>true</FunctionLevelLinking>
411
      <ConformanceMode>true</ConformanceMode>
412
      <LanguageStandard>stdcpplatest</LanguageStandard>
413
    </ClCompile>
414
    <Link>
415
      <TargetMachine>MachineX86</TargetMachine>
416
      <GenerateDebugInformation>true</GenerateDebugInformation>
417
      <SubSystem>Windows</SubSystem>
418
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
419
      <OptimizeReferences>true</OptimizeReferences>
420
    </Link>
421
  </ItemDefinitionGroup>
422
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
423
    <ClCompile>
424
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
425
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
426
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
427
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
428
      <WarningLevel>EnableAllWarnings</WarningLevel>
429
      <SuppressStartupBanner>false</SuppressStartupBanner>
430
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
431
      <ExceptionHandling>false</ExceptionHandling>
432
      <BufferSecurityCheck>false</BufferSecurityCheck>
433
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
434
      <FunctionLevelLinking>true</FunctionLevelLinking>
435
      <ConformanceMode>true</ConformanceMode>
436
      <LanguageStandard>stdcpplatest</LanguageStandard>
437
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
438
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
439
      <IntrinsicFunctions>true</IntrinsicFunctions>
440
    </ClCompile>
441
  </ItemDefinitionGroup>
442
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Debug|x64'">
443
    <ClCompile>
444
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
445
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
446
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
447
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
448
      <WarningLevel>EnableAllWarnings</WarningLevel>
449
      <SuppressStartupBanner>false</SuppressStartupBanner>
450
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
451
      <ExceptionHandling>false</ExceptionHandling>
452
      <BufferSecurityCheck>false</BufferSecurityCheck>
453
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
454
      <FunctionLevelLinking>true</FunctionLevelLinking>
455
      <ConformanceMode>true</ConformanceMode>
456
      <LanguageStandard>stdcpplatest</LanguageStandard>
457
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
458
    </ClCompile>
459
  </ItemDefinitionGroup>
460
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Debug|x64'">
461
    <ClCompile>
462
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
463
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
464
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
465
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
466
      <WarningLevel>EnableAllWarnings</WarningLevel>
467
      <SuppressStartupBanner>false</SuppressStartupBanner>
468
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
469
      <ExceptionHandling>false</ExceptionHandling>
470
      <BufferSecurityCheck>false</BufferSecurityCheck>
471
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
472
      <FunctionLevelLinking>true</FunctionLevelLinking>
473
      <ConformanceMode>true</ConformanceMode>
474
      <LanguageStandard>stdcpplatest</LanguageStandard>
475
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
476
    </ClCompile>
477
  </ItemDefinitionGroup>
478
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
479
    <ClCompile>
480
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
481
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
482
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
483
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
484
      <WarningLevel>EnableAllWarnings</WarningLevel>
485
      <SuppressStartupBanner>false</SuppressStartupBanner>
486
      <ExceptionHandling>false</ExceptionHandling>
487
      <BufferSecurityCheck>false</BufferSecurityCheck>
488
      <Optimization>Full</Optimization>
489
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
490
      <IntrinsicFunctions>true</IntrinsicFunctions>
491
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
492
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
493
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
494
      <UseProcessorExtensions>SSE42</UseProcessorExtensions>
495
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
496
      <FunctionLevelLinking>true</FunctionLevelLinking>
497
      <ConformanceMode>true</ConformanceMode>
498
      <LanguageStandard>stdcpplatest</LanguageStandard>
499
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
500
    </ClCompile>
501
    <Lib>
502
      <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
503
    </Lib>
504
  </ItemDefinitionGroup>
505
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='icl-Release|x64'">
506
    <ClCompile>
507
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
508
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
509
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
510
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
511
      <WarningLevel>EnableAllWarnings</WarningLevel>
512
      <SuppressStartupBanner>false</SuppressStartupBanner>
513
      <ExceptionHandling>false</ExceptionHandling>
514
      <BufferSecurityCheck>false</BufferSecurityCheck>
515
      <Optimization>Full</Optimization>
516
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
517
      <IntrinsicFunctions>true</IntrinsicFunctions>
518
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
519
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
520
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
521
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
522
      <FunctionLevelLinking>true</FunctionLevelLinking>
523
      <ConformanceMode>true</ConformanceMode>
524
      <LanguageStandard>stdcpplatest</LanguageStandard>
525
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
526
    </ClCompile>
527
    <Lib>
528
      <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
529
    </Lib>
530
  </ItemDefinitionGroup>
531
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='clang-Release|x64'">
532
    <ClCompile>
533
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
534
      <RuntimeTypeInfo>false</RuntimeTypeInfo>
535
      <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
536
      <EnableExpandedLineNumberInfo>true</EnableExpandedLineNumberInfo>
537
      <WarningLevel>EnableAllWarnings</WarningLevel>
538
      <SuppressStartupBanner>false</SuppressStartupBanner>
539
      <ExceptionHandling>false</ExceptionHandling>
540
      <BufferSecurityCheck>false</BufferSecurityCheck>
541
      <Optimization>Full</Optimization>
542
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
543
      <IntrinsicFunctions>true</IntrinsicFunctions>
544
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
545
      <InterproceduralOptimization>MultiFile</InterproceduralOptimization>
546
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
547
      <UseProcessorExtensions>SSE42</UseProcessorExtensions>
548
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
549
      <FunctionLevelLinking>true</FunctionLevelLinking>
550
      <ConformanceMode>true</ConformanceMode>
551
      <LanguageStandard>stdcpplatest</LanguageStandard>
552
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
553
    </ClCompile>
554
    <Lib>
555
      <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
556
    </Lib>
557
  </ItemDefinitionGroup>
716 lvd 558
  <ItemGroup>
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" />
565
  </ItemGroup>
566
  <ItemGroup>
800 DimkaM 567
    <ClInclude Include="..\sndrender\emul_2203.h" />
716 lvd 568
    <ClInclude Include="..\sndrender\saa1099.h" />
569
    <ClInclude Include="..\sndrender\sndbuffer.h" />
570
    <ClInclude Include="..\sndrender\sndchip.h" />
571
    <ClInclude Include="..\sndrender\sndcounter.h" />
572
    <ClInclude Include="..\sndrender\sndrender.h" />
573
  </ItemGroup>
574
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
575
  <ImportGroup Label="ExtensionTargets">
576
  </ImportGroup>
577
</Project>