source: trunk/Utilities/Miscellaneous/RegFreeComPictureDisp/Server/ServerPS.vcxproj @ 793

Last change on this file since 793 was 793, checked in by roman, 6 years ago
File size: 10.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.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    <ProjectConfiguration Include="Debug|x64">
13      <Configuration>Debug</Configuration>
14      <Platform>x64</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    <VCProjectVersion>15.0</VCProjectVersion>
23    <ProjectGuid>{EF3049AF-68CE-49D0-B54E-68F1BC84EBA6}</ProjectGuid>
24    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
25    <Keyword>AtlPSProj</Keyword>
26  </PropertyGroup>
27  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29    <ConfigurationType>DynamicLibrary</ConfigurationType>
30    <UseDebugLibraries>true</UseDebugLibraries>
31    <PlatformToolset>v141</PlatformToolset>
32    <CharacterSet>Unicode</CharacterSet>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35    <ConfigurationType>DynamicLibrary</ConfigurationType>
36    <UseDebugLibraries>false</UseDebugLibraries>
37    <PlatformToolset>v141</PlatformToolset>
38    <CharacterSet>Unicode</CharacterSet>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41    <ConfigurationType>DynamicLibrary</ConfigurationType>
42    <UseDebugLibraries>true</UseDebugLibraries>
43    <PlatformToolset>v141</PlatformToolset>
44    <CharacterSet>Unicode</CharacterSet>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47    <ConfigurationType>DynamicLibrary</ConfigurationType>
48    <UseDebugLibraries>false</UseDebugLibraries>
49    <PlatformToolset>v141</PlatformToolset>
50    <CharacterSet>Unicode</CharacterSet>
51  </PropertyGroup>
52  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
53  <ImportGroup Label="ExtensionSettings">
54  </ImportGroup>
55  <ImportGroup Label="Shared">
56  </ImportGroup>
57  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59  </ImportGroup>
60  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|x64'">
64    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65  </ImportGroup>
66  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
67    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68  </ImportGroup>
69  <PropertyGroup Label="UserMacros" />
70  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
71    <IntDir>$(Configuration)PS\</IntDir>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
74    <IntDir>$(Configuration)PS\</IntDir>
75  </PropertyGroup>
76  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
77    <IntDir>$(Configuration)PS\</IntDir>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
80    <IntDir>$(Configuration)PS\</IntDir>
81  </PropertyGroup>
82  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
83    <ClCompile>
84      <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85    </ClCompile>
86    <Link>
87      <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
88      <ModuleDefinitionFile>ServerPS.def</ModuleDefinitionFile>
89      <RegisterOutput>true</RegisterOutput>
90    </Link>
91    <PreBuildEvent>
92      <Command>if exist dlldata.c goto :END
93echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
94Exit 1
95:END
96</Command>
97      <Message>Checking for required files</Message>
98    </PreBuildEvent>
99  </ItemDefinitionGroup>
100  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101    <ClCompile>
102      <PreprocessorDefinitions>REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103    </ClCompile>
104    <Link>
105      <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
106      <ModuleDefinitionFile>ServerPS.def</ModuleDefinitionFile>
107      <RegisterOutput>true</RegisterOutput>
108    </Link>
109    <PreBuildEvent>
110      <Command>if exist dlldata.c goto :END
111echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
112Exit 1
113:END
114</Command>
115      <Message>Checking for required files</Message>
116    </PreBuildEvent>
117  </ItemDefinitionGroup>
118  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119    <ClCompile>
120      <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121      <Optimization>MaxSpeed</Optimization>
122    </ClCompile>
123    <Link>
124      <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
125      <ModuleDefinitionFile>ServerPS.def</ModuleDefinitionFile>
126      <EnableCOMDATFolding>true</EnableCOMDATFolding>
127      <OptimizeReferences>true</OptimizeReferences>
128      <RegisterOutput>true</RegisterOutput>
129    </Link>
130    <PreBuildEvent>
131      <Command>if exist dlldata.c goto :END
132echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
133Exit 1
134:END
135</Command>
136      <Message>Checking for required files</Message>
137    </PreBuildEvent>
138  </ItemDefinitionGroup>
139  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
140    <ClCompile>
141      <PreprocessorDefinitions>REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
142      <Optimization>MaxSpeed</Optimization>
143    </ClCompile>
144    <Link>
145      <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
146      <ModuleDefinitionFile>ServerPS.def</ModuleDefinitionFile>
147      <EnableCOMDATFolding>true</EnableCOMDATFolding>
148      <OptimizeReferences>true</OptimizeReferences>
149      <RegisterOutput>true</RegisterOutput>
150    </Link>
151    <PreBuildEvent>
152      <Command>if exist dlldata.c goto :END
153echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
154Exit 1
155:END
156</Command>
157      <Message>Checking for required files</Message>
158    </PreBuildEvent>
159  </ItemDefinitionGroup>
160  <ItemGroup>
161    <None Include="Serverps.def" />
162  </ItemGroup>
163  <ItemGroup>
164    <ClCompile Include="dlldata.c">
165      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
166      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
167      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
168      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
169      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
170      </PrecompiledHeader>
171      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
172      </PrecompiledHeader>
173      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
174      </PrecompiledHeader>
175      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
176      </PrecompiledHeader>
177    </ClCompile>
178    <ClCompile Include="Server_i.c">
179      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
180      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
181      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
182      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
183      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
184      </PrecompiledHeader>
185      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
186      </PrecompiledHeader>
187      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
188      </PrecompiledHeader>
189      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
190      </PrecompiledHeader>
191    </ClCompile>
192    <ClCompile Include="Server_p.c">
193      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
194      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
195      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
196      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
197      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
198      </PrecompiledHeader>
199      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
200      </PrecompiledHeader>
201      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
202      </PrecompiledHeader>
203      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
204      </PrecompiledHeader>
205    </ClCompile>
206  </ItemGroup>
207  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
208  <ImportGroup Label="ExtensionTargets">
209  </ImportGroup>
210</Project>
Note: See TracBrowser for help on using the repository browser.