source: trunk/Utilities/LogicalProcessorInformation/LogicalProcessorInformation.vcxproj @ 506

Last change on this file since 506 was 506, checked in by roman, 9 years ago
File size: 15.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{3454D960-8277-4756-BD5B-B01DC91590F6}</ProjectGuid>
23    <RootNamespace>LogicalProcessorInformation</RootNamespace>
24  </PropertyGroup>
25  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <UseOfAtl>Static</UseOfAtl>
29    <CharacterSet>Unicode</CharacterSet>
30    <WholeProgramOptimization>true</WholeProgramOptimization>
31    <PlatformToolset>v120_xp</PlatformToolset>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
34    <ConfigurationType>Application</ConfigurationType>
35    <UseOfAtl>Static</UseOfAtl>
36    <CharacterSet>Unicode</CharacterSet>
37    <WholeProgramOptimization>true</WholeProgramOptimization>
38    <PlatformToolset>v120_xp</PlatformToolset>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
41    <ConfigurationType>Application</ConfigurationType>
42    <CharacterSet>Unicode</CharacterSet>
43    <PlatformToolset>v120_xp</PlatformToolset>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46    <ConfigurationType>Application</ConfigurationType>
47    <CharacterSet>Unicode</CharacterSet>
48    <PlatformToolset>v120_xp</PlatformToolset>
49  </PropertyGroup>
50  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51  <ImportGroup Label="ExtensionSettings">
52  </ImportGroup>
53  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
56  </ImportGroup>
57  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
60  </ImportGroup>
61  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
62    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
64  </ImportGroup>
65  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
66    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
68  </ImportGroup>
69  <PropertyGroup Label="UserMacros" />
70  <PropertyGroup>
71    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
72    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_Bin\$(PlatformName)\$(Configuration)\</OutDir>
73    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_Bin\$(PlatformName)\$(Configuration)\</OutDir>
74    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
75    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
76    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
77    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
78    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_Bin\$(PlatformName)\$(Configuration)\</OutDir>
79    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_Bin\$(PlatformName)\$(Configuration)\</OutDir>
80    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
81    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
82    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
83    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
84    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
85    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
86    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
87    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
88    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
89    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
90    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
91    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
92    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
93    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
94    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
95    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
96  </PropertyGroup>
97  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
98    <Midl>
99      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
100      <MkTypLibCompatible>false</MkTypLibCompatible>
101      <TargetEnvironment>Win32</TargetEnvironment>
102      <GenerateStublessProxies>true</GenerateStublessProxies>
103      <TypeLibraryName>$(IntDir)LogicalProcessorInformation.tlb</TypeLibraryName>
104      <HeaderFileName>LogicalProcessorInformation.h</HeaderFileName>
105      <DllDataFileName>
106      </DllDataFileName>
107      <InterfaceIdentifierFileName>LogicalProcessorInformation_i.c</InterfaceIdentifierFileName>
108      <ProxyFileName>LogicalProcessorInformation_p.c</ProxyFileName>
109    </Midl>
110    <ClCompile>
111      <Optimization>Disabled</Optimization>
112      <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113      <MinimalRebuild>true</MinimalRebuild>
114      <ExceptionHandling>Async</ExceptionHandling>
115      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
116      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
117      <PrecompiledHeader>Use</PrecompiledHeader>
118      <WarningLevel>Level3</WarningLevel>
119      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
120    </ClCompile>
121    <ResourceCompile>
122      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123      <Culture>0x0409</Culture>
124      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
125    </ResourceCompile>
126    <Link>
127      <GenerateDebugInformation>true</GenerateDebugInformation>
128      <SubSystem>Windows</SubSystem>
129      <RandomizedBaseAddress>false</RandomizedBaseAddress>
130      <DataExecutionPrevention>
131      </DataExecutionPrevention>
132      <TargetMachine>MachineX86</TargetMachine>
133    </Link>
134  </ItemDefinitionGroup>
135  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
136    <Midl>
137      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138      <MkTypLibCompatible>false</MkTypLibCompatible>
139      <GenerateStublessProxies>true</GenerateStublessProxies>
140      <TypeLibraryName>$(IntDir)LogicalProcessorInformation.tlb</TypeLibraryName>
141      <HeaderFileName>LogicalProcessorInformation.h</HeaderFileName>
142      <DllDataFileName>
143      </DllDataFileName>
144      <InterfaceIdentifierFileName>LogicalProcessorInformation_i.c</InterfaceIdentifierFileName>
145      <ProxyFileName>LogicalProcessorInformation_p.c</ProxyFileName>
146    </Midl>
147    <ClCompile>
148      <Optimization>Disabled</Optimization>
149      <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150      <ExceptionHandling>Async</ExceptionHandling>
151      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
152      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
153      <PrecompiledHeader>Use</PrecompiledHeader>
154      <WarningLevel>Level3</WarningLevel>
155      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
156    </ClCompile>
157    <ResourceCompile>
158      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
159      <Culture>0x0409</Culture>
160      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
161    </ResourceCompile>
162    <Link>
163      <GenerateDebugInformation>true</GenerateDebugInformation>
164      <SubSystem>Windows</SubSystem>
165      <RandomizedBaseAddress>false</RandomizedBaseAddress>
166      <DataExecutionPrevention>
167      </DataExecutionPrevention>
168    </Link>
169  </ItemDefinitionGroup>
170  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
171    <Midl>
172      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
173      <MkTypLibCompatible>false</MkTypLibCompatible>
174      <TargetEnvironment>Win32</TargetEnvironment>
175      <GenerateStublessProxies>true</GenerateStublessProxies>
176      <TypeLibraryName>$(IntDir)LogicalProcessorInformation.tlb</TypeLibraryName>
177      <HeaderFileName>LogicalProcessorInformation.h</HeaderFileName>
178      <DllDataFileName>
179      </DllDataFileName>
180      <InterfaceIdentifierFileName>LogicalProcessorInformation_i.c</InterfaceIdentifierFileName>
181      <ProxyFileName>LogicalProcessorInformation_p.c</ProxyFileName>
182    </Midl>
183    <ClCompile>
184      <Optimization>Full</Optimization>
185      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
186      <IntrinsicFunctions>true</IntrinsicFunctions>
187      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
188      <OmitFramePointers>true</OmitFramePointers>
189      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
190      <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
191      <StringPooling>true</StringPooling>
192      <ExceptionHandling>Async</ExceptionHandling>
193      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
194      <PrecompiledHeader>Use</PrecompiledHeader>
195      <WarningLevel>Level3</WarningLevel>
196      <DebugInformationFormat>
197      </DebugInformationFormat>
198    </ClCompile>
199    <ResourceCompile>
200      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
201      <Culture>0x0409</Culture>
202      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
203    </ResourceCompile>
204    <Link>
205      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
206      <GenerateDebugInformation>true</GenerateDebugInformation>
207      <SubSystem>Windows</SubSystem>
208      <RandomizedBaseAddress>false</RandomizedBaseAddress>
209      <DataExecutionPrevention>
210      </DataExecutionPrevention>
211      <TargetMachine>MachineX86</TargetMachine>
212    </Link>
213  </ItemDefinitionGroup>
214  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
215    <Midl>
216      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
217      <MkTypLibCompatible>false</MkTypLibCompatible>
218      <GenerateStublessProxies>true</GenerateStublessProxies>
219      <TypeLibraryName>$(IntDir)LogicalProcessorInformation.tlb</TypeLibraryName>
220      <HeaderFileName>LogicalProcessorInformation.h</HeaderFileName>
221      <DllDataFileName>
222      </DllDataFileName>
223      <InterfaceIdentifierFileName>LogicalProcessorInformation_i.c</InterfaceIdentifierFileName>
224      <ProxyFileName>LogicalProcessorInformation_p.c</ProxyFileName>
225    </Midl>
226    <ClCompile>
227      <Optimization>Full</Optimization>
228      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
229      <IntrinsicFunctions>true</IntrinsicFunctions>
230      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
231      <OmitFramePointers>true</OmitFramePointers>
232      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
233      <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
234      <StringPooling>true</StringPooling>
235      <ExceptionHandling>Async</ExceptionHandling>
236      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
237      <PrecompiledHeader>Use</PrecompiledHeader>
238      <WarningLevel>Level3</WarningLevel>
239      <DebugInformationFormat>
240      </DebugInformationFormat>
241    </ClCompile>
242    <ResourceCompile>
243      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
244      <Culture>0x0409</Culture>
245      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
246    </ResourceCompile>
247    <Link>
248      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
249      <GenerateDebugInformation>true</GenerateDebugInformation>
250      <SubSystem>Windows</SubSystem>
251      <RandomizedBaseAddress>false</RandomizedBaseAddress>
252      <DataExecutionPrevention>
253      </DataExecutionPrevention>
254    </Link>
255  </ItemDefinitionGroup>
256  <ItemGroup>
257    <ClCompile Include="Application.cpp" />
258    <ClCompile Include="stdafx.cpp">
259      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
260      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
261      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
262      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
263    </ClCompile>
264  </ItemGroup>
265  <ItemGroup>
266    <ClInclude Include="MainDialog.h" />
267    <ClInclude Include="resource.h" />
268    <ClInclude Include="stdafx.h" />
269  </ItemGroup>
270  <ItemGroup>
271    <None Include="Module.ico" />
272  </ItemGroup>
273  <ItemGroup>
274    <ResourceCompile Include="Module.rc" />
275  </ItemGroup>
276  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
277  <ImportGroup Label="ExtensionTargets">
278  </ImportGroup>
279</Project>
Note: See TracBrowser for help on using the repository browser.