source: trunk/Utilities/ShowHresult/ShowHresult.vcxproj @ 313

Last change on this file since 313 was 313, checked in by roman, 10 years ago
File size: 18.3 KB
RevLine 
[92]1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.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="Development Release Trace|Win32">
9      <Configuration>Development Release Trace</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release Trace|Win32">
13      <Configuration>Release Trace</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|Win32">
17      <Configuration>Release</Configuration>
18      <Platform>Win32</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{D5F58BC2-453A-4C4E-888E-9C7C511D8FD4}</ProjectGuid>
23    <Keyword>AtlProj</Keyword>
24  </PropertyGroup>
25  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <UseDebugLibraries>true</UseDebugLibraries>
29    <UseOfAtl>Dynamic</UseOfAtl>
30    <CharacterSet>Unicode</CharacterSet>
[313]31    <PlatformToolset>v110_xp</PlatformToolset>
[92]32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34    <ConfigurationType>Application</ConfigurationType>
35    <UseDebugLibraries>false</UseDebugLibraries>
36    <UseOfAtl>Static</UseOfAtl>
37    <CharacterSet>Unicode</CharacterSet>
38    <WholeProgramOptimization>true</WholeProgramOptimization>
[313]39    <PlatformToolset>v110_xp</PlatformToolset>
[92]40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'" Label="Configuration">
42    <ConfigurationType>Application</ConfigurationType>
43    <UseDebugLibraries>false</UseDebugLibraries>
44    <UseOfAtl>Static</UseOfAtl>
45    <CharacterSet>Unicode</CharacterSet>
46    <WholeProgramOptimization>true</WholeProgramOptimization>
[313]47    <PlatformToolset>v110_xp</PlatformToolset>
[92]48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'" Label="Configuration">
50    <ConfigurationType>Application</ConfigurationType>
51    <UseDebugLibraries>false</UseDebugLibraries>
52    <UseOfAtl>Static</UseOfAtl>
53    <CharacterSet>Unicode</CharacterSet>
54    <WholeProgramOptimization>true</WholeProgramOptimization>
[313]55    <PlatformToolset>v110_xp</PlatformToolset>
[92]56  </PropertyGroup>
57  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
58  <ImportGroup Label="ExtensionSettings">
59  </ImportGroup>
60  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62  </ImportGroup>
63  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65  </ImportGroup>
66  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'" Label="PropertySheets">
67    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68  </ImportGroup>
69  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'" Label="PropertySheets">
70    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71  </ImportGroup>
72  <PropertyGroup Label="UserMacros" />
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74    <IgnoreImportLibrary>true</IgnoreImportLibrary>
75    <LinkIncremental>true</LinkIncremental>
76    <OutDir>$(SolutionDir)_Bin\$(Configuration)\</OutDir>
77    <IntDir>$(SolutionDir)_Bin\$(Configuration)\$(ProjectName)\</IntDir>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80    <IgnoreImportLibrary>true</IgnoreImportLibrary>
81    <LinkIncremental>false</LinkIncremental>
82    <OutDir>$(SolutionDir)_Bin\$(Configuration)\</OutDir>
83    <IntDir>$(SolutionDir)_Bin\$(Configuration)\$(ProjectName)\</IntDir>
84  </PropertyGroup>
85  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
86    <IgnoreImportLibrary>true</IgnoreImportLibrary>
87    <LinkIncremental>false</LinkIncremental>
88    <OutDir>$(SolutionDir)_Bin\$(Configuration)\</OutDir>
89    <IntDir>$(SolutionDir)_Bin\$(Configuration)\$(ProjectName)\</IntDir>
90  </PropertyGroup>
91  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">
92    <IgnoreImportLibrary>true</IgnoreImportLibrary>
93    <LinkIncremental>false</LinkIncremental>
94    <OutDir>$(SolutionDir)_Bin\$(Configuration)\</OutDir>
95    <IntDir>$(SolutionDir)_Bin\$(Configuration)\$(ProjectName)\</IntDir>
96  </PropertyGroup>
97  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
98    <ClCompile>
99      <PrecompiledHeader>Use</PrecompiledHeader>
100      <WarningLevel>Level3</WarningLevel>
101      <Optimization>Disabled</Optimization>
102      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103    </ClCompile>
104    <Midl>
105      <MkTypLibCompatible>false</MkTypLibCompatible>
106      <TargetEnvironment>Win32</TargetEnvironment>
107      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
[313]108      <HeaderFileName>Module_i.h</HeaderFileName>
109      <InterfaceIdentifierFileName>Module_i.c</InterfaceIdentifierFileName>
110      <ProxyFileName>Module_p.c</ProxyFileName>
[92]111      <GenerateStublessProxies>true</GenerateStublessProxies>
[313]112      <TypeLibraryName>$(IntDir)Module.tlb</TypeLibraryName>
[92]113      <DllDataFileName>
114      </DllDataFileName>
115      <ValidateAllParameters>true</ValidateAllParameters>
116    </Midl>
117    <ResourceCompile>
118      <Culture>0x0409</Culture>
119      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
120      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121    </ResourceCompile>
122    <Link>
123      <SubSystem>Windows</SubSystem>
124      <GenerateDebugInformation>true</GenerateDebugInformation>
125    </Link>
126    <PostBuildEvent>
[313]127      <Message>
128      </Message>
129      <Command>
130      </Command>
[92]131    </PostBuildEvent>
132  </ItemDefinitionGroup>
133  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
134    <ClCompile>
135      <PrecompiledHeader>Use</PrecompiledHeader>
136      <WarningLevel>Level3</WarningLevel>
137      <Optimization>Full</Optimization>
138      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
140      <IntrinsicFunctions>true</IntrinsicFunctions>
141      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
142      <OmitFramePointers>true</OmitFramePointers>
143      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
144      <WholeProgramOptimization>true</WholeProgramOptimization>
145      <StringPooling>true</StringPooling>
146      <ExceptionHandling>Async</ExceptionHandling>
147      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
148    </ClCompile>
149    <Midl>
150      <MkTypLibCompatible>false</MkTypLibCompatible>
151      <TargetEnvironment>Win32</TargetEnvironment>
152      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
[313]153      <HeaderFileName>Module_i.h</HeaderFileName>
154      <InterfaceIdentifierFileName>Module_i.c</InterfaceIdentifierFileName>
155      <ProxyFileName>Module_p.c</ProxyFileName>
[92]156      <GenerateStublessProxies>true</GenerateStublessProxies>
[313]157      <TypeLibraryName>$(IntDir)Module.tlb</TypeLibraryName>
[92]158      <DllDataFileName>
159      </DllDataFileName>
160      <ValidateAllParameters>true</ValidateAllParameters>
161    </Midl>
162    <ResourceCompile>
163      <Culture>0x0409</Culture>
164      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
165      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
166    </ResourceCompile>
167    <Link>
168      <SubSystem>Windows</SubSystem>
169      <GenerateDebugInformation>true</GenerateDebugInformation>
170      <EnableCOMDATFolding>true</EnableCOMDATFolding>
171      <OptimizeReferences>true</OptimizeReferences>
172      <DelayLoadDLLs>dbghelp.dll</DelayLoadDLLs>
173    </Link>
174    <PostBuildEvent>
[313]175      <Message>
176      </Message>
177      <Command>
178      </Command>
[92]179    </PostBuildEvent>
180  </ItemDefinitionGroup>
181  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
182    <ClCompile>
183      <PrecompiledHeader>Use</PrecompiledHeader>
184      <WarningLevel>Level3</WarningLevel>
185      <Optimization>Full</Optimization>
186      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_TRACE=1;_TRACELEVEL=2;%(PreprocessorDefinitions)</PreprocessorDefinitions>
187      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
188      <IntrinsicFunctions>true</IntrinsicFunctions>
189      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
190      <OmitFramePointers>true</OmitFramePointers>
191      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
192      <WholeProgramOptimization>true</WholeProgramOptimization>
193      <StringPooling>true</StringPooling>
194      <ExceptionHandling>Async</ExceptionHandling>
195      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
196    </ClCompile>
197    <Midl>
198      <MkTypLibCompatible>false</MkTypLibCompatible>
199      <TargetEnvironment>Win32</TargetEnvironment>
200      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
[313]201      <HeaderFileName>Module_i.h</HeaderFileName>
202      <InterfaceIdentifierFileName>Module_i.c</InterfaceIdentifierFileName>
203      <ProxyFileName>Module_p.c</ProxyFileName>
[92]204      <GenerateStublessProxies>true</GenerateStublessProxies>
[313]205      <TypeLibraryName>$(IntDir)Module.tlb</TypeLibraryName>
[92]206      <DllDataFileName>
207      </DllDataFileName>
208      <ValidateAllParameters>true</ValidateAllParameters>
209    </Midl>
210    <ResourceCompile>
211      <Culture>0x0409</Culture>
212      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
213      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
214    </ResourceCompile>
215    <Link>
216      <SubSystem>Windows</SubSystem>
217      <GenerateDebugInformation>true</GenerateDebugInformation>
218      <EnableCOMDATFolding>true</EnableCOMDATFolding>
219      <OptimizeReferences>true</OptimizeReferences>
220      <DelayLoadDLLs>dbghelp.dll</DelayLoadDLLs>
221    </Link>
222    <PostBuildEvent>
[313]223      <Message>
224      </Message>
225      <Command>
226      </Command>
[92]227    </PostBuildEvent>
228  </ItemDefinitionGroup>
229  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">
230    <ClCompile>
231      <PrecompiledHeader>Use</PrecompiledHeader>
232      <WarningLevel>Level3</WarningLevel>
233      <Optimization>Full</Optimization>
234      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_TRACE=1;_TRACELEVEL=4;_DEVELOPMENT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
235      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
236      <IntrinsicFunctions>true</IntrinsicFunctions>
237      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
238      <OmitFramePointers>true</OmitFramePointers>
239      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
240      <WholeProgramOptimization>true</WholeProgramOptimization>
241      <StringPooling>true</StringPooling>
242      <ExceptionHandling>Async</ExceptionHandling>
243      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
244    </ClCompile>
245    <Midl>
246      <MkTypLibCompatible>false</MkTypLibCompatible>
247      <TargetEnvironment>Win32</TargetEnvironment>
248      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
[313]249      <HeaderFileName>Module_i.h</HeaderFileName>
250      <InterfaceIdentifierFileName>Module_i.c</InterfaceIdentifierFileName>
251      <ProxyFileName>Module_p.c</ProxyFileName>
[92]252      <GenerateStublessProxies>true</GenerateStublessProxies>
[313]253      <TypeLibraryName>$(IntDir)Module.tlb</TypeLibraryName>
[92]254      <DllDataFileName>
255      </DllDataFileName>
256      <ValidateAllParameters>true</ValidateAllParameters>
257    </Midl>
258    <ResourceCompile>
259      <Culture>0x0409</Culture>
260      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
261      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
262    </ResourceCompile>
263    <Link>
264      <SubSystem>Windows</SubSystem>
265      <GenerateDebugInformation>true</GenerateDebugInformation>
266      <EnableCOMDATFolding>true</EnableCOMDATFolding>
267      <OptimizeReferences>true</OptimizeReferences>
268      <DelayLoadDLLs>dbghelp.dll</DelayLoadDLLs>
269    </Link>
270    <PostBuildEvent>
[313]271      <Message>
272      </Message>
273      <Command>
274      </Command>
[92]275    </PostBuildEvent>
276  </ItemDefinitionGroup>
277  <ItemGroup>
[313]278    <ClCompile Include="Application.cpp" />
279    <ClCompile Include="Module_i.c">
[92]280      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
281      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
282      </PrecompiledHeader>
283      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
284      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">false</CompileAsManaged>
285      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">false</CompileAsManaged>
286      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
287      </PrecompiledHeader>
288      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
289      </PrecompiledHeader>
290      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">
291      </PrecompiledHeader>
[313]292      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">true</ExcludedFromBuild>
293      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
294      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
295      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">true</ExcludedFromBuild>
[92]296    </ClCompile>
297    <ClCompile Include="stdafx.cpp">
298      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
299      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
300      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">Create</PrecompiledHeader>
301      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">Create</PrecompiledHeader>
302    </ClCompile>
303  </ItemGroup>
304  <ItemGroup>
[151]305    <None Include="AudioClientIdentifier.inc">
306      <FileType>CppHeader</FileType>
307    </None>
[167]308    <None Include="AviIdentifier.inc">
309      <FileType>CppHeader</FileType>
310    </None>
[151]311    <None Include="P2pIdentifier.inc">
312      <FileType>CppHeader</FileType>
313    </None>
[129]314    <None Include="WmIdentifier.inc">
[151]315      <FileType>CppHeader</FileType>
[129]316    </None>
[99]317    <None Include="D2dIdentifier.inc">
318      <FileType>CppHeader</FileType>
319    </None>
[92]320    <ClInclude Include="NotifyIconWindow.h" />
321    <ClInclude Include="Resource.h" />
[313]322    <ClInclude Include="Module_i.h">
323      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">true</ExcludedFromBuild>
324      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
325      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
326      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">true</ExcludedFromBuild>
327    </ClInclude>
[167]328    <ClInclude Include="SlIdentifier.inc">
329      <FileType>CppHeader</FileType>
330    </ClInclude>
[92]331    <ClInclude Include="stdafx.h" />
332    <ClInclude Include="targetver.h" />
[108]333    <None Include="SystemHresultIdentifier.inc">
334      <FileType>CppHeader</FileType>
335    </None>
336    <None Include="UrtIdentifier.Inc">
337      <FileType>CppHeader</FileType>
338    </None>
339    <None Include="WiaIdentifier.inc">
340      <FileType>CppHeader</FileType>
341    </None>
[99]342    <None Include="WicIdentifier.inc">
343      <FileType>CppHeader</FileType>
344    </None>
[92]345  </ItemGroup>
346  <ItemGroup>
[313]347    <ResourceCompile Include="Module.rc" />
[92]348  </ItemGroup>
349  <ItemGroup>
[108]350    <None Include="D3dIdentifier.inc">
351      <FileType>CppHeader</FileType>
352    </None>
[92]353    <None Include="Information.ico" />
[108]354    <None Include="MfIdentifier.inc">
355      <FileType>CppHeader</FileType>
356    </None>
[92]357    <None Include="Module.ico" />
[108]358    <None Include="DsIdentifier.inc">
359      <FileType>CppHeader</FileType>
360    </None>
[92]361    <None Include="Module.rgs" />
[108]362    <None Include="SystemIdentifier.inc">
363      <FileType>CppHeader</FileType>
364    </None>
[92]365  </ItemGroup>
366  <ItemGroup>
[313]367    <Midl Include="Module.idl">
368      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">true</ExcludedFromBuild>
369      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
370      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
371      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">true</ExcludedFromBuild>
372    </Midl>
[92]373  </ItemGroup>
374  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
375  <ImportGroup Label="ExtensionTargets">
376  </ImportGroup>
377</Project>
Note: See TracBrowser for help on using the repository browser.