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