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

Last change on this file since 937 was 88, checked in by roman, 12 years ago
File size: 8.0 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>{C7134A7B-46FD-4C4B-8905-EC745EDB9554}</ProjectGuid>
15    <Keyword>AtlProj</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    <UseOfAtl>Dynamic</UseOfAtl>
22    <CharacterSet>Unicode</CharacterSet>
23  </PropertyGroup>
24  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25    <ConfigurationType>DynamicLibrary</ConfigurationType>
26    <UseDebugLibraries>false</UseDebugLibraries>
27    <UseOfAtl>Dynamic</UseOfAtl>
28    <CharacterSet>Unicode</CharacterSet>
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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
41    <IgnoreImportLibrary>true</IgnoreImportLibrary>
42    <LinkIncremental>true</LinkIncremental>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
45    <IgnoreImportLibrary>true</IgnoreImportLibrary>
46    <LinkIncremental>false</LinkIncremental>
47  </PropertyGroup>
48  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49    <ClCompile>
50      <PrecompiledHeader>Use</PrecompiledHeader>
51      <WarningLevel>Level3</WarningLevel>
52      <Optimization>Disabled</Optimization>
53      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
54    </ClCompile>
55    <Midl>
56      <MkTypLibCompatible>false</MkTypLibCompatible>
57      <TargetEnvironment>Win32</TargetEnvironment>
58      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59      <HeaderFileName>VbsCallback_i.h</HeaderFileName>
60      <InterfaceIdentifierFileName>VbsCallback_i.c</InterfaceIdentifierFileName>
61      <ProxyFileName>VbsCallback_p.c</ProxyFileName>
62      <GenerateStublessProxies>true</GenerateStublessProxies>
63      <TypeLibraryName>$(IntDir)VbsCallback.tlb</TypeLibraryName>
64      <DllDataFileName>
65      </DllDataFileName>
66      <ValidateAllParameters>true</ValidateAllParameters>
67    </Midl>
68    <ResourceCompile>
69      <Culture>0x0409</Culture>
70      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
71      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
72    </ResourceCompile>
73    <Link>
74      <SubSystem>Windows</SubSystem>
75      <ModuleDefinitionFile>.\VbsCallback.def</ModuleDefinitionFile>
76      <GenerateDebugInformation>true</GenerateDebugInformation>
77      <RegisterOutput>true</RegisterOutput>
78    </Link>
79  </ItemDefinitionGroup>
80  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
81    <ClCompile>
82      <PrecompiledHeader>Use</PrecompiledHeader>
83      <WarningLevel>Level3</WarningLevel>
84      <Optimization>MaxSpeed</Optimization>
85      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
86    </ClCompile>
87    <Midl>
88      <MkTypLibCompatible>false</MkTypLibCompatible>
89      <TargetEnvironment>Win32</TargetEnvironment>
90      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91      <HeaderFileName>VbsCallback_i.h</HeaderFileName>
92      <InterfaceIdentifierFileName>VbsCallback_i.c</InterfaceIdentifierFileName>
93      <ProxyFileName>VbsCallback_p.c</ProxyFileName>
94      <GenerateStublessProxies>true</GenerateStublessProxies>
95      <TypeLibraryName>$(IntDir)VbsCallback.tlb</TypeLibraryName>
96      <DllDataFileName>
97      </DllDataFileName>
98      <ValidateAllParameters>true</ValidateAllParameters>
99    </Midl>
100    <ResourceCompile>
101      <Culture>0x0409</Culture>
102      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
103      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104    </ResourceCompile>
105    <Link>
106      <SubSystem>Windows</SubSystem>
107      <ModuleDefinitionFile>.\VbsCallback.def</ModuleDefinitionFile>
108      <GenerateDebugInformation>true</GenerateDebugInformation>
109      <EnableCOMDATFolding>true</EnableCOMDATFolding>
110      <OptimizeReferences>true</OptimizeReferences>
111      <RegisterOutput>true</RegisterOutput>
112    </Link>
113  </ItemDefinitionGroup>
114  <ItemGroup>
115    <ClCompile Include="dllmain.cpp">
116      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
117      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
118      </PrecompiledHeader>
119      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
120      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
121      </PrecompiledHeader>
122    </ClCompile>
123    <ClCompile Include="First.cpp" />
124    <ClCompile Include="Second.cpp" />
125    <ClCompile Include="stdafx.cpp">
126      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
127      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
128    </ClCompile>
129    <ClCompile Include="Third.cpp" />
130    <ClCompile Include="VbsCallback.cpp" />
131    <ClCompile Include="VbsCallback_i.c">
132      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
133      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
134      </PrecompiledHeader>
135      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
136      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
137      </PrecompiledHeader>
138    </ClCompile>
139  </ItemGroup>
140  <ItemGroup>
141    <ClInclude Include="dllmain.h" />
142    <ClInclude Include="First.h" />
143    <ClInclude Include="Resource.h" />
144    <ClInclude Include="Second.h" />
145    <ClInclude Include="stdafx.h" />
146    <ClInclude Include="targetver.h" />
147    <ClInclude Include="Third.h" />
148    <ClInclude Include="VbsCallback_i.h" />
149    <ClInclude Include="_IThirdEvents_CP.h" />
150  </ItemGroup>
151  <ItemGroup>
152    <ResourceCompile Include="VbsCallback.rc" />
153  </ItemGroup>
154  <ItemGroup>
155    <None Include="First.rgs" />
156    <None Include="ReadMe.txt" />
157    <None Include="Second.rgs" />
158    <None Include="Third.rgs" />
159    <None Include="VbsCallback.def" />
160    <None Include="VbsCallback.rgs" />
161  </ItemGroup>
162  <ItemGroup>
163    <Midl Include="VbsCallback.idl" />
164  </ItemGroup>
165  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
166  <ImportGroup Label="ExtensionTargets">
167  </ImportGroup>
168</Project>
Note: See TracBrowser for help on using the repository browser.