source: trunk/Utilities/ShowHresult/ShowHresultPS.vcxproj @ 116

Last change on this file since 116 was 92, checked in by roman, 12 years ago
File size: 4.2 KB
Line 
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="Release|Win32">
9      <Configuration>Release</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12  </ItemGroup>
13  <PropertyGroup Label="Globals">
14    <ProjectGuid>{777F9DF3-46B1-4509-B074-11FC8B70A5B8}</ProjectGuid>
15    <Keyword>AtlPSProj</Keyword>
16  </PropertyGroup>
17  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19    <ConfigurationType>DynamicLibrary</ConfigurationType>
20    <UseDebugLibraries>true</UseDebugLibraries>
21    <CharacterSet>Unicode</CharacterSet>
22    <PlatformToolset>v110</PlatformToolset>
23  </PropertyGroup>
24  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25    <ConfigurationType>DynamicLibrary</ConfigurationType>
26    <UseDebugLibraries>false</UseDebugLibraries>
27    <CharacterSet>Unicode</CharacterSet>
28    <PlatformToolset>v110</PlatformToolset>
29  </PropertyGroup>
30  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31  <ImportGroup Label="ExtensionSettings">
32  </ImportGroup>
33  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
34    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35  </ImportGroup>
36  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
37    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38  </ImportGroup>
39  <PropertyGroup Label="UserMacros" />
40  <PropertyGroup />
41  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
42    <ClCompile>
43      <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
44    </ClCompile>
45    <Link>
46      <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
47      <ModuleDefinitionFile>ShowHresultPS.def</ModuleDefinitionFile>
48      <RegisterOutput>true</RegisterOutput>
49    </Link>
50    <PreBuildEvent>
51      <Command>if exist dlldata.c goto :END
52echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
53Exit 1
54:END
55</Command>
56      <Message>Checking for required files</Message>
57    </PreBuildEvent>
58  </ItemDefinitionGroup>
59  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60    <ClCompile>
61      <Optimization>MaxSpeed</Optimization>
62      <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
63    </ClCompile>
64    <Link>
65      <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
66      <ModuleDefinitionFile>ShowHresultPS.def</ModuleDefinitionFile>
67      <EnableCOMDATFolding>true</EnableCOMDATFolding>
68      <OptimizeReferences>true</OptimizeReferences>
69      <RegisterOutput>true</RegisterOutput>
70    </Link>
71    <PreBuildEvent>
72      <Command>if exist dlldata.c goto :END
73echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
74Exit 1
75:END
76</Command>
77      <Message>Checking for required files</Message>
78    </PreBuildEvent>
79  </ItemDefinitionGroup>
80  <ItemGroup>
81    <None Include="ShowHresultps.def" />
82  </ItemGroup>
83  <ItemGroup>
84    <ClCompile Include="dlldata.c" />
85    <ClCompile Include="ShowHresult_i.c" />
86    <ClCompile Include="ShowHresult_p.c" />
87  </ItemGroup>
88  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
89  <ImportGroup Label="ExtensionTargets">
90  </ImportGroup>
91</Project>
Note: See TracBrowser for help on using the repository browser.