source: trunk/Utilities/VbsCallback/VbsCallbackPS.vcxproj @ 937

Last change on this file since 937 was 88, checked in by roman, 12 years ago
File size: 4.1 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>{5E22D72C-ABD7-4316-B16A-4BE383777F28}</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  </PropertyGroup>
23  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24    <ConfigurationType>DynamicLibrary</ConfigurationType>
25    <UseDebugLibraries>false</UseDebugLibraries>
26    <CharacterSet>Unicode</CharacterSet>
27  </PropertyGroup>
28  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29  <ImportGroup Label="ExtensionSettings">
30  </ImportGroup>
31  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
32    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33  </ImportGroup>
34  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
35    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36  </ImportGroup>
37  <PropertyGroup Label="UserMacros" />
38  <PropertyGroup />
39  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
40    <ClCompile>
41      <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
42    </ClCompile>
43    <Link>
44      <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
45      <ModuleDefinitionFile>VbsCallbackPS.def</ModuleDefinitionFile>
46      <RegisterOutput>true</RegisterOutput>
47    </Link>
48    <PreBuildEvent>
49      <Command>if exist dlldata.c goto :END
50echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
51Exit 1
52:END
53</Command>
54      <Message>Checking for required files</Message>
55    </PreBuildEvent>
56  </ItemDefinitionGroup>
57  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
58    <ClCompile>
59      <Optimization>MaxSpeed</Optimization>
60      <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61    </ClCompile>
62    <Link>
63      <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
64      <ModuleDefinitionFile>VbsCallbackPS.def</ModuleDefinitionFile>
65      <EnableCOMDATFolding>true</EnableCOMDATFolding>
66      <OptimizeReferences>true</OptimizeReferences>
67      <RegisterOutput>true</RegisterOutput>
68    </Link>
69    <PreBuildEvent>
70      <Command>if exist dlldata.c goto :END
71echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
72Exit 1
73:END
74</Command>
75      <Message>Checking for required files</Message>
76    </PreBuildEvent>
77  </ItemDefinitionGroup>
78  <ItemGroup>
79    <None Include="VbsCallbackps.def" />
80  </ItemGroup>
81  <ItemGroup>
82    <ClCompile Include="dlldata.c" />
83    <ClCompile Include="VbsCallback_i.c" />
84    <ClCompile Include="VbsCallback_p.c" />
85  </ItemGroup>
86  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
87  <ImportGroup Label="ExtensionTargets">
88  </ImportGroup>
89</Project>
Note: See TracBrowser for help on using the repository browser.