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

Last change on this file since 937 was 795, checked in by roman, 6 years ago
File size: 18.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    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
25  </PropertyGroup>
26  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28    <ConfigurationType>Application</ConfigurationType>
29    <UseOfAtl>Static</UseOfAtl>
30    <CharacterSet>Unicode</CharacterSet>
31    <WholeProgramOptimization>true</WholeProgramOptimization>
32    <PlatformToolset>v141</PlatformToolset>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
35    <ConfigurationType>Application</ConfigurationType>
36    <UseOfAtl>Static</UseOfAtl>
37    <CharacterSet>Unicode</CharacterSet>
38    <WholeProgramOptimization>true</WholeProgramOptimization>
39    <PlatformToolset>v141</PlatformToolset>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
42    <ConfigurationType>Application</ConfigurationType>
43    <CharacterSet>Unicode</CharacterSet>
44    <PlatformToolset>v141</PlatformToolset>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
47    <ConfigurationType>Application</ConfigurationType>
48    <CharacterSet>Unicode</CharacterSet>
49    <PlatformToolset>v141</PlatformToolset>
50  </PropertyGroup>
51  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52  <ImportGroup Label="ExtensionSettings">
53  </ImportGroup>
54  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
55    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
57  </ImportGroup>
58  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
59    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
61  </ImportGroup>
62  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
63    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
65  </ImportGroup>
66  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
67    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
69  </ImportGroup>
70  <PropertyGroup Label="UserMacros" />
71  <PropertyGroup>
72    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
73    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_Bin\$(PlatformName)\$(Configuration)\</OutDir>
74    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_Bin\$(PlatformName)\$(Configuration)\</OutDir>
75    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
76    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
77    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
78    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
79    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_Bin\$(PlatformName)\$(Configuration)\</OutDir>
80    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_Bin\$(PlatformName)\$(Configuration)\</OutDir>
81    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
82    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
83    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
84    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
85    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
86    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
87    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
88    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
89    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
90    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
91    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
92    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
93    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
94    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
95    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
96    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
97  </PropertyGroup>
98  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
99    <PostBuildEventUseInBuild>false</PostBuildEventUseInBuild>
100  </PropertyGroup>
101  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
102    <PostBuildEventUseInBuild>false</PostBuildEventUseInBuild>
103  </PropertyGroup>
104  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
105    <Midl>
106      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107      <MkTypLibCompatible>false</MkTypLibCompatible>
108      <TargetEnvironment>Win32</TargetEnvironment>
109      <GenerateStublessProxies>true</GenerateStublessProxies>
110      <TypeLibraryName>$(IntDir)LogicalProcessorInformation.tlb</TypeLibraryName>
111      <HeaderFileName>LogicalProcessorInformation.h</HeaderFileName>
112      <DllDataFileName>
113      </DllDataFileName>
114      <InterfaceIdentifierFileName>LogicalProcessorInformation_i.c</InterfaceIdentifierFileName>
115      <ProxyFileName>LogicalProcessorInformation_p.c</ProxyFileName>
116    </Midl>
117    <ClCompile>
118      <Optimization>Disabled</Optimization>
119      <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120      <MinimalRebuild>true</MinimalRebuild>
121      <ExceptionHandling>Async</ExceptionHandling>
122      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
123      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
124      <PrecompiledHeader>Use</PrecompiledHeader>
125      <WarningLevel>Level3</WarningLevel>
126      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
127    </ClCompile>
128    <ResourceCompile>
129      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130      <Culture>0x0409</Culture>
131      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
132    </ResourceCompile>
133    <Link>
134      <GenerateDebugInformation>true</GenerateDebugInformation>
135      <SubSystem>Windows</SubSystem>
136      <RandomizedBaseAddress>false</RandomizedBaseAddress>
137      <DataExecutionPrevention>
138      </DataExecutionPrevention>
139      <TargetMachine>MachineX86</TargetMachine>
140    </Link>
141    <PostBuildEvent>
142      <Command>rem "$(TargetPath)" /RegServer
143"$(AlaxInfo_Common)\..\Utilities\IncrementBuild\_Bin\IncrementBuild-$(PlatformName).exe" configuration "$(ProjectDir)Module.ini" binary "$(TargetPath)" string "ConfigurationName" "$(ConfigurationName)"
144"$(WindowsSdkDir)bin\x64\signtool" sign /v /f "$(AlaxInfo_Common)\Certificate\PrivateSPC.pfx" /d "Alax.Info $(ProjectName) Application" /du http://alax.info /n "Roman Ryltsov" "$(TargetPath)"
145</Command>
146    </PostBuildEvent>
147    <PostBuildEvent>
148      <Message>COM Registration, Build Increment, Digital Signature</Message>
149    </PostBuildEvent>
150  </ItemDefinitionGroup>
151  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
152    <Midl>
153      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
154      <MkTypLibCompatible>false</MkTypLibCompatible>
155      <GenerateStublessProxies>true</GenerateStublessProxies>
156      <TypeLibraryName>$(IntDir)LogicalProcessorInformation.tlb</TypeLibraryName>
157      <HeaderFileName>LogicalProcessorInformation.h</HeaderFileName>
158      <DllDataFileName>
159      </DllDataFileName>
160      <InterfaceIdentifierFileName>LogicalProcessorInformation_i.c</InterfaceIdentifierFileName>
161      <ProxyFileName>LogicalProcessorInformation_p.c</ProxyFileName>
162    </Midl>
163    <ClCompile>
164      <Optimization>Disabled</Optimization>
165      <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
166      <ExceptionHandling>Async</ExceptionHandling>
167      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
168      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
169      <PrecompiledHeader>Use</PrecompiledHeader>
170      <WarningLevel>Level3</WarningLevel>
171      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
172    </ClCompile>
173    <ResourceCompile>
174      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
175      <Culture>0x0409</Culture>
176      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
177    </ResourceCompile>
178    <Link>
179      <GenerateDebugInformation>true</GenerateDebugInformation>
180      <SubSystem>Windows</SubSystem>
181      <RandomizedBaseAddress>false</RandomizedBaseAddress>
182      <DataExecutionPrevention>
183      </DataExecutionPrevention>
184    </Link>
185    <PostBuildEvent>
186      <Command>rem "$(TargetPath)" /RegServer
187"$(AlaxInfo_Common)\..\Utilities\IncrementBuild\_Bin\IncrementBuild-$(PlatformName).exe" configuration "$(ProjectDir)Module.ini" binary "$(TargetPath)" string "ConfigurationName" "$(ConfigurationName)"
188"$(WindowsSdkDir)bin\x64\signtool" sign /v /f "$(AlaxInfo_Common)\Certificate\PrivateSPC.pfx" /d "Alax.Info $(ProjectName) Application" /du http://alax.info /n "Roman Ryltsov" "$(TargetPath)"
189</Command>
190    </PostBuildEvent>
191    <PostBuildEvent>
192      <Message>COM Registration, Build Increment, Digital Signature</Message>
193    </PostBuildEvent>
194  </ItemDefinitionGroup>
195  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
196    <Midl>
197      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
198      <MkTypLibCompatible>false</MkTypLibCompatible>
199      <TargetEnvironment>Win32</TargetEnvironment>
200      <GenerateStublessProxies>true</GenerateStublessProxies>
201      <TypeLibraryName>$(IntDir)LogicalProcessorInformation.tlb</TypeLibraryName>
202      <HeaderFileName>LogicalProcessorInformation.h</HeaderFileName>
203      <DllDataFileName>
204      </DllDataFileName>
205      <InterfaceIdentifierFileName>LogicalProcessorInformation_i.c</InterfaceIdentifierFileName>
206      <ProxyFileName>LogicalProcessorInformation_p.c</ProxyFileName>
207    </Midl>
208    <ClCompile>
209      <Optimization>Full</Optimization>
210      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
211      <IntrinsicFunctions>true</IntrinsicFunctions>
212      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
213      <OmitFramePointers>true</OmitFramePointers>
214      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
215      <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
216      <StringPooling>true</StringPooling>
217      <ExceptionHandling>Async</ExceptionHandling>
218      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
219      <PrecompiledHeader>Use</PrecompiledHeader>
220      <WarningLevel>Level3</WarningLevel>
221      <DebugInformationFormat>
222      </DebugInformationFormat>
223    </ClCompile>
224    <ResourceCompile>
225      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
226      <Culture>0x0409</Culture>
227      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
228    </ResourceCompile>
229    <Link>
230      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
231      <GenerateDebugInformation>true</GenerateDebugInformation>
232      <SubSystem>Windows</SubSystem>
233      <RandomizedBaseAddress>false</RandomizedBaseAddress>
234      <DataExecutionPrevention>
235      </DataExecutionPrevention>
236      <TargetMachine>MachineX86</TargetMachine>
237    </Link>
238    <PostBuildEvent>
239      <Command>rem "$(TargetPath)" /RegServer
240"$(AlaxInfo_Common)\..\Utilities\IncrementBuild\_Bin\IncrementBuild-$(PlatformName).exe" configuration "$(ProjectDir)Module.ini" binary "$(TargetPath)" string "ConfigurationName" "$(ConfigurationName)"
241"$(WindowsSdkDir)bin\x64\signtool" sign /v /f "$(AlaxInfo_Common)\Certificate\PrivateSPC.pfx" /d "Alax.Info $(ProjectName) Application" /du http://alax.info /n "Roman Ryltsov" "$(TargetPath)"
242</Command>
243    </PostBuildEvent>
244    <PostBuildEvent>
245      <Message>COM Registration, Build Increment, Digital Signature</Message>
246    </PostBuildEvent>
247  </ItemDefinitionGroup>
248  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
249    <Midl>
250      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
251      <MkTypLibCompatible>false</MkTypLibCompatible>
252      <GenerateStublessProxies>true</GenerateStublessProxies>
253      <TypeLibraryName>$(IntDir)LogicalProcessorInformation.tlb</TypeLibraryName>
254      <HeaderFileName>LogicalProcessorInformation.h</HeaderFileName>
255      <DllDataFileName>
256      </DllDataFileName>
257      <InterfaceIdentifierFileName>LogicalProcessorInformation_i.c</InterfaceIdentifierFileName>
258      <ProxyFileName>LogicalProcessorInformation_p.c</ProxyFileName>
259    </Midl>
260    <ClCompile>
261      <Optimization>Full</Optimization>
262      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
263      <IntrinsicFunctions>true</IntrinsicFunctions>
264      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
265      <OmitFramePointers>true</OmitFramePointers>
266      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
267      <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
268      <StringPooling>true</StringPooling>
269      <ExceptionHandling>Async</ExceptionHandling>
270      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
271      <PrecompiledHeader>Use</PrecompiledHeader>
272      <WarningLevel>Level3</WarningLevel>
273      <DebugInformationFormat>
274      </DebugInformationFormat>
275    </ClCompile>
276    <ResourceCompile>
277      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
278      <Culture>0x0409</Culture>
279      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
280    </ResourceCompile>
281    <Link>
282      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
283      <GenerateDebugInformation>true</GenerateDebugInformation>
284      <SubSystem>Windows</SubSystem>
285      <RandomizedBaseAddress>false</RandomizedBaseAddress>
286      <DataExecutionPrevention>
287      </DataExecutionPrevention>
288    </Link>
289    <PostBuildEvent>
290      <Command>rem "$(TargetPath)" /RegServer
291"$(AlaxInfo_Common)\..\Utilities\IncrementBuild\_Bin\IncrementBuild-$(PlatformName).exe" configuration "$(ProjectDir)Module.ini" binary "$(TargetPath)" string "ConfigurationName" "$(ConfigurationName)"
292"$(WindowsSdkDir)bin\x64\signtool" sign /v /f "$(AlaxInfo_Common)\Certificate\PrivateSPC.pfx" /d "Alax.Info $(ProjectName) Application" /du http://alax.info /n "Roman Ryltsov" "$(TargetPath)"
293</Command>
294    </PostBuildEvent>
295    <PostBuildEvent>
296      <Message>COM Registration, Build Increment, Digital Signature</Message>
297    </PostBuildEvent>
298  </ItemDefinitionGroup>
299  <ItemGroup>
300    <ClCompile Include="Application.cpp" />
301    <ClCompile Include="stdafx.cpp">
302      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
303      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
304      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
305      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
306    </ClCompile>
307  </ItemGroup>
308  <ItemGroup>
309    <ClInclude Include="AboutDialog.h" />
310    <ClInclude Include="MainDialog.h" />
311    <ClInclude Include="resource.h" />
312    <ClInclude Include="stdafx.h" />
313    <ClInclude Include="targetver.h" />
314  </ItemGroup>
315  <ItemGroup>
316    <None Include="Module.ico" />
317    <None Include="Module.ini" />
318  </ItemGroup>
319  <ItemGroup>
320    <ResourceCompile Include="Module.rc" />
321  </ItemGroup>
322  <ItemGroup>
323    <Manifest Include="Application.manifest" />
324  </ItemGroup>
325  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
326  <ImportGroup Label="ExtensionTargets">
327  </ImportGroup>
328</Project>
Note: See TracBrowser for help on using the repository browser.