|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Debug|Itanium"> |
5 | | - <Configuration>Debug</Configuration> |
6 | | - <Platform>Itanium</Platform> |
7 | | - </ProjectConfiguration> |
8 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
9 | 5 | <Configuration>Debug</Configuration> |
10 | 6 | <Platform>Win32</Platform> |
|
13 | 9 | <Configuration>Debug</Configuration> |
14 | 10 | <Platform>x64</Platform> |
15 | 11 | </ProjectConfiguration> |
16 | | - <ProjectConfiguration Include="Release|Itanium"> |
17 | | - <Configuration>Release</Configuration> |
18 | | - <Platform>Itanium</Platform> |
19 | | - </ProjectConfiguration> |
20 | 12 | <ProjectConfiguration Include="Release|Win32"> |
21 | 13 | <Configuration>Release</Configuration> |
22 | 14 | <Platform>Win32</Platform> |
|
36 | 28 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
37 | 29 | <UseOfAtl>Dynamic</UseOfAtl> |
38 | 30 | <CharacterSet>Unicode</CharacterSet> |
| 31 | + <PlatformToolset>v145</PlatformToolset> |
39 | 32 | </PropertyGroup> |
40 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
41 | 34 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
42 | 35 | <UseOfMfc>Static</UseOfMfc> |
43 | 36 | <UseOfAtl>false</UseOfAtl> |
44 | 37 | <CharacterSet>Unicode</CharacterSet> |
45 | | - </PropertyGroup> |
46 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> |
47 | | - <ConfigurationType>DynamicLibrary</ConfigurationType> |
48 | | - <UseOfAtl>Dynamic</UseOfAtl> |
49 | | - <CharacterSet>Unicode</CharacterSet> |
50 | | - </PropertyGroup> |
51 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> |
52 | | - <ConfigurationType>DynamicLibrary</ConfigurationType> |
53 | | - <UseOfMfc>Static</UseOfMfc> |
54 | | - <UseOfAtl>false</UseOfAtl> |
55 | | - <CharacterSet>Unicode</CharacterSet> |
| 38 | + <PlatformToolset>v145</PlatformToolset> |
56 | 39 | </PropertyGroup> |
57 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
58 | 41 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
59 | 42 | <UseOfAtl>Dynamic</UseOfAtl> |
60 | 43 | <CharacterSet>Unicode</CharacterSet> |
| 44 | + <PlatformToolset>v145</PlatformToolset> |
61 | 45 | </PropertyGroup> |
62 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
63 | 47 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
64 | 48 | <UseOfMfc>Static</UseOfMfc> |
65 | 49 | <UseOfAtl>false</UseOfAtl> |
66 | 50 | <CharacterSet>Unicode</CharacterSet> |
| 51 | + <PlatformToolset>v145</PlatformToolset> |
67 | 52 | </PropertyGroup> |
68 | 53 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
69 | 54 | <ImportGroup Label="ExtensionSettings"> |
|
74 | 59 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
75 | 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
76 | 61 | </ImportGroup> |
77 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> |
78 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
79 | | - </ImportGroup> |
80 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> |
81 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
82 | | - </ImportGroup> |
83 | 62 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
84 | 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
85 | 64 | </ImportGroup> |
|
105 | 84 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir> |
106 | 85 | <IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</IgnoreImportLibrary> |
107 | 86 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
108 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">$(Platform)\$(Configuration)\</OutDir> |
109 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">$(Platform)\$(Configuration)\</IntDir> |
110 | | - <IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</IgnoreImportLibrary> |
111 | | - <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> |
112 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">$(Platform)\$(Configuration)\</OutDir> |
113 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">$(Platform)\$(Configuration)\</IntDir> |
114 | | - <IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">true</IgnoreImportLibrary> |
115 | | - <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> |
116 | | - <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> |
117 | | - <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> |
118 | | - <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> |
119 | 87 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
120 | 88 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
121 | 89 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
122 | 90 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
123 | 91 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
124 | 92 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
125 | | - <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> |
126 | | - <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> |
127 | | - <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> |
128 | 93 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
129 | 94 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
130 | 95 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
|
170 | 135 | <GenerateDebugInformation>true</GenerateDebugInformation> |
171 | 136 | <SubSystem>Windows</SubSystem> |
172 | 137 | <TargetMachine>MachineX86</TargetMachine> |
| 138 | + <PerUserRedirection>true</PerUserRedirection> |
173 | 139 | </Link> |
174 | 140 | </ItemDefinitionGroup> |
175 | 141 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
208 | 174 | <OptimizeReferences>true</OptimizeReferences> |
209 | 175 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
210 | 176 | <TargetMachine>MachineX86</TargetMachine> |
| 177 | + <PerUserRedirection>true</PerUserRedirection> |
211 | 178 | </Link> |
212 | 179 | </ItemDefinitionGroup> |
213 | 180 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
246 | 213 | <GenerateDebugInformation>true</GenerateDebugInformation> |
247 | 214 | <SubSystem>Windows</SubSystem> |
248 | 215 | <TargetMachine>MachineX64</TargetMachine> |
| 216 | + <PerUserRedirection>true</PerUserRedirection> |
249 | 217 | </Link> |
250 | 218 | </ItemDefinitionGroup> |
251 | 219 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
282 | 250 | <OptimizeReferences>true</OptimizeReferences> |
283 | 251 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
284 | 252 | <TargetMachine>MachineX64</TargetMachine> |
285 | | - </Link> |
286 | | - </ItemDefinitionGroup> |
287 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> |
288 | | - <Midl> |
289 | | - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
290 | | - <MkTypLibCompatible>false</MkTypLibCompatible> |
291 | | - <WarningLevel>1</WarningLevel> |
292 | | - <WarnAsError>false</WarnAsError> |
293 | | - <TargetEnvironment>Itanium</TargetEnvironment> |
294 | | - <GenerateStublessProxies>true</GenerateStublessProxies> |
295 | | - <TypeLibraryName>$(IntDir)DlrComLibrary.tlb</TypeLibraryName> |
296 | | - <HeaderFileName>DlrComLibrary_i.h</HeaderFileName> |
297 | | - <DllDataFileName> |
298 | | - </DllDataFileName> |
299 | | - <InterfaceIdentifierFileName>DlrComLibrary_i.c</InterfaceIdentifierFileName> |
300 | | - <ProxyFileName>DlrComLibrary_p.c</ProxyFileName> |
301 | | - </Midl> |
302 | | - <ClCompile> |
303 | | - <Optimization>Disabled</Optimization> |
304 | | - <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
305 | | - <MinimalRebuild>true</MinimalRebuild> |
306 | | - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
307 | | - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
308 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
309 | | - <WarningLevel>Level3</WarningLevel> |
310 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
311 | | - </ClCompile> |
312 | | - <ResourceCompile> |
313 | | - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
314 | | - <Culture>0x0409</Culture> |
315 | | - <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
316 | | - </ResourceCompile> |
317 | | - <Link> |
318 | | - <AdditionalDependencies>comsvcs.lib;%(AdditionalDependencies)</AdditionalDependencies> |
319 | | - <ModuleDefinitionFile>.\DlrComLibrary.def</ModuleDefinitionFile> |
320 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
321 | | - <SubSystem>Windows</SubSystem> |
322 | | - <TargetMachine>MachineIA64</TargetMachine> |
323 | | - </Link> |
324 | | - </ItemDefinitionGroup> |
325 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> |
326 | | - <Midl> |
327 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
328 | | - <MkTypLibCompatible>false</MkTypLibCompatible> |
329 | | - <TargetEnvironment>Itanium</TargetEnvironment> |
330 | | - <GenerateStublessProxies>true</GenerateStublessProxies> |
331 | | - <TypeLibraryName>$(IntDir)DlrComLibrary.tlb</TypeLibraryName> |
332 | | - <HeaderFileName>DlrComLibrary_i.h</HeaderFileName> |
333 | | - <DllDataFileName> |
334 | | - </DllDataFileName> |
335 | | - <InterfaceIdentifierFileName>DlrComLibrary_i.c</InterfaceIdentifierFileName> |
336 | | - <ProxyFileName>DlrComLibrary_p.c</ProxyFileName> |
337 | | - </Midl> |
338 | | - <ClCompile> |
339 | | - <Optimization>MaxSpeed</Optimization> |
340 | | - <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
341 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
342 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
343 | | - <WarningLevel>Level3</WarningLevel> |
344 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
345 | | - </ClCompile> |
346 | | - <ResourceCompile> |
347 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
348 | | - <Culture>0x0409</Culture> |
349 | | - <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
350 | | - </ResourceCompile> |
351 | | - <Link> |
352 | | - <AdditionalDependencies>comsvcs.lib;%(AdditionalDependencies)</AdditionalDependencies> |
353 | | - <ModuleDefinitionFile>.\DlrComLibrary.def</ModuleDefinitionFile> |
354 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
355 | | - <SubSystem>Windows</SubSystem> |
356 | | - <OptimizeReferences>true</OptimizeReferences> |
357 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
358 | | - <TargetMachine>MachineIA64</TargetMachine> |
| 253 | + <PerUserRedirection>true</PerUserRedirection> |
359 | 254 | </Link> |
360 | 255 | </ItemDefinitionGroup> |
361 | 256 | <ItemGroup> |
362 | 257 | <ClCompile Include="DispEvents.cpp" /> |
363 | 258 | <ClCompile Include="dllmain.cpp"> |
364 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> |
365 | | - </PrecompiledHeader> |
366 | | - <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</CompileAsManaged> |
367 | 259 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
368 | 260 | </PrecompiledHeader> |
369 | 261 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> |
370 | 262 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
371 | 263 | </PrecompiledHeader> |
372 | 264 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> |
373 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> |
374 | | - </PrecompiledHeader> |
375 | | - <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</CompileAsManaged> |
376 | 265 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
377 | 266 | </PrecompiledHeader> |
378 | 267 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> |
|
398 | 287 | <ClCompile Include="ReturnValues.cpp" /> |
399 | 288 | <ClCompile Include="SimpleErrors.cpp" /> |
400 | 289 | <ClCompile Include="stdafx.cpp"> |
401 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">Create</PrecompiledHeader> |
402 | 290 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
403 | 291 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
404 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">Create</PrecompiledHeader> |
405 | 292 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
406 | 293 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
407 | 294 | </ClCompile> |
408 | 295 | <ClCompile Include="DlrComLibrary_i.c"> |
409 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> |
410 | | - </PrecompiledHeader> |
411 | | - <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</CompileAsManaged> |
412 | 296 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
413 | 297 | </PrecompiledHeader> |
414 | 298 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> |
415 | 299 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
416 | 300 | </PrecompiledHeader> |
417 | 301 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> |
418 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> |
419 | | - </PrecompiledHeader> |
420 | | - <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</CompileAsManaged> |
421 | 302 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
422 | 303 | </PrecompiledHeader> |
423 | 304 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> |
|
0 commit comments