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

Last change on this file since 793 was 793, checked in by roman, 6 years ago
File size: 13.9 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>{3586B496-B6AE-4C75-99EF-BB2E65DB49E6}</ProjectGuid>
24    <Keyword>AtlProj</Keyword>
25    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
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    <IgnoreImportLibrary>true</IgnoreImportLibrary>
72    <LinkIncremental>true</LinkIncremental>
73  </PropertyGroup>
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75    <IgnoreImportLibrary>true</IgnoreImportLibrary>
76    <LinkIncremental>true</LinkIncremental>
77  </PropertyGroup>
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79    <IgnoreImportLibrary>true</IgnoreImportLibrary>
80    <LinkIncremental>false</LinkIncremental>
81  </PropertyGroup>
82  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83    <IgnoreImportLibrary>true</IgnoreImportLibrary>
84    <LinkIncremental>false</LinkIncremental>
85  </PropertyGroup>
86  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87    <ClCompile>
88      <PrecompiledHeader>Use</PrecompiledHeader>
89      <WarningLevel>Level3</WarningLevel>
90      <Optimization>Disabled</Optimization>
91      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92      <SDLCheck>true</SDLCheck>
93    </ClCompile>
94    <Midl>
95      <MkTypLibCompatible>false</MkTypLibCompatible>
96      <TargetEnvironment>Win32</TargetEnvironment>
97      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98      <HeaderFileName>Server_i.h</HeaderFileName>
99      <InterfaceIdentifierFileName>Server_i.c</InterfaceIdentifierFileName>
100      <ProxyFileName>Server_p.c</ProxyFileName>
101      <GenerateStublessProxies>true</GenerateStublessProxies>
102      <TypeLibraryName>$(IntDir)Server.tlb</TypeLibraryName>
103      <DllDataFileName />
104      <ValidateAllParameters>true</ValidateAllParameters>
105      <AdditionalOptions>/target NT60 %(AdditionalOptions)</AdditionalOptions>
106    </Midl>
107    <ResourceCompile>
108      <Culture>0x0409</Culture>
109      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
110      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111    </ResourceCompile>
112    <Link>
113      <SubSystem>Windows</SubSystem>
114      <ModuleDefinitionFile>.\Server.def</ModuleDefinitionFile>
115      <RegisterOutput>true</RegisterOutput>
116    </Link>
117  </ItemDefinitionGroup>
118  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
119    <ClCompile>
120      <PrecompiledHeader>Use</PrecompiledHeader>
121      <WarningLevel>Level3</WarningLevel>
122      <Optimization>Disabled</Optimization>
123      <PreprocessorDefinitions>_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124      <SDLCheck>true</SDLCheck>
125    </ClCompile>
126    <Midl>
127      <MkTypLibCompatible>false</MkTypLibCompatible>
128      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129      <HeaderFileName>Server_i.h</HeaderFileName>
130      <InterfaceIdentifierFileName>Server_i.c</InterfaceIdentifierFileName>
131      <ProxyFileName>Server_p.c</ProxyFileName>
132      <GenerateStublessProxies>true</GenerateStublessProxies>
133      <TypeLibraryName>$(IntDir)Server.tlb</TypeLibraryName>
134      <DllDataFileName />
135      <ValidateAllParameters>true</ValidateAllParameters>
136      <AdditionalOptions>/target NT60 %(AdditionalOptions)</AdditionalOptions>
137    </Midl>
138    <ResourceCompile>
139      <Culture>0x0409</Culture>
140      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
141      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
142    </ResourceCompile>
143    <Link>
144      <SubSystem>Windows</SubSystem>
145      <ModuleDefinitionFile>.\Server.def</ModuleDefinitionFile>
146      <RegisterOutput>true</RegisterOutput>
147    </Link>
148  </ItemDefinitionGroup>
149  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
150    <ClCompile>
151      <PrecompiledHeader>Use</PrecompiledHeader>
152      <WarningLevel>Level3</WarningLevel>
153      <Optimization>MaxSpeed</Optimization>
154      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155      <SDLCheck>true</SDLCheck>
156    </ClCompile>
157    <Midl>
158      <MkTypLibCompatible>false</MkTypLibCompatible>
159      <TargetEnvironment>Win32</TargetEnvironment>
160      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
161      <HeaderFileName>Server_i.h</HeaderFileName>
162      <InterfaceIdentifierFileName>Server_i.c</InterfaceIdentifierFileName>
163      <ProxyFileName>Server_p.c</ProxyFileName>
164      <GenerateStublessProxies>true</GenerateStublessProxies>
165      <TypeLibraryName>$(IntDir)Server.tlb</TypeLibraryName>
166      <DllDataFileName />
167      <ValidateAllParameters>true</ValidateAllParameters>
168      <AdditionalOptions>/target NT60 %(AdditionalOptions)</AdditionalOptions>
169    </Midl>
170    <ResourceCompile>
171      <Culture>0x0409</Culture>
172      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
173      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
174    </ResourceCompile>
175    <Link>
176      <SubSystem>Windows</SubSystem>
177      <ModuleDefinitionFile>.\Server.def</ModuleDefinitionFile>
178      <EnableCOMDATFolding>true</EnableCOMDATFolding>
179      <OptimizeReferences>true</OptimizeReferences>
180      <RegisterOutput>true</RegisterOutput>
181    </Link>
182  </ItemDefinitionGroup>
183  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
184    <ClCompile>
185      <PrecompiledHeader>Use</PrecompiledHeader>
186      <WarningLevel>Level3</WarningLevel>
187      <Optimization>MaxSpeed</Optimization>
188      <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
189      <SDLCheck>true</SDLCheck>
190    </ClCompile>
191    <Midl>
192      <MkTypLibCompatible>false</MkTypLibCompatible>
193      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
194      <HeaderFileName>Server_i.h</HeaderFileName>
195      <InterfaceIdentifierFileName>Server_i.c</InterfaceIdentifierFileName>
196      <ProxyFileName>Server_p.c</ProxyFileName>
197      <GenerateStublessProxies>true</GenerateStublessProxies>
198      <TypeLibraryName>$(IntDir)Server.tlb</TypeLibraryName>
199      <DllDataFileName />
200      <ValidateAllParameters>true</ValidateAllParameters>
201      <AdditionalOptions>/target NT60 %(AdditionalOptions)</AdditionalOptions>
202    </Midl>
203    <ResourceCompile>
204      <Culture>0x0409</Culture>
205      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
206      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
207    </ResourceCompile>
208    <Link>
209      <SubSystem>Windows</SubSystem>
210      <ModuleDefinitionFile>.\Server.def</ModuleDefinitionFile>
211      <EnableCOMDATFolding>true</EnableCOMDATFolding>
212      <OptimizeReferences>true</OptimizeReferences>
213      <RegisterOutput>true</RegisterOutput>
214    </Link>
215  </ItemDefinitionGroup>
216  <ItemGroup>
217    <ClCompile Include="dllmain.cpp">
218      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
219      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
220      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
221      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
222      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
223      </PrecompiledHeader>
224      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
225      </PrecompiledHeader>
226      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
227      </PrecompiledHeader>
228      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
229      </PrecompiledHeader>
230    </ClCompile>
231    <ClCompile Include="Foo.cpp" />
232    <ClCompile Include="Server.cpp" />
233    <ClCompile Include="Server_i.c">
234      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
235      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
236      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
237      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
238      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
239      </PrecompiledHeader>
240      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
241      </PrecompiledHeader>
242      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
243      </PrecompiledHeader>
244      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
245      </PrecompiledHeader>
246    </ClCompile>
247    <ClCompile Include="stdafx.cpp">
248      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
249      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
250      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
251      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
252    </ClCompile>
253  </ItemGroup>
254  <ItemGroup>
255    <ClInclude Include="dllmain.h" />
256    <ClInclude Include="Foo.h" />
257    <ClInclude Include="Resource.h" />
258    <ClInclude Include="Server_i.h" />
259    <ClInclude Include="stdafx.h" />
260    <ClInclude Include="targetver.h" />
261  </ItemGroup>
262  <ItemGroup>
263    <ResourceCompile Include="Server.rc" />
264  </ItemGroup>
265  <ItemGroup>
266    <None Include="Foo.rgs" />
267    <None Include="Server.def" />
268    <None Include="Server.rgs" />
269  </ItemGroup>
270  <ItemGroup>
271    <Midl Include="Server.idl" />
272  </ItemGroup>
273  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
274  <ImportGroup Label="ExtensionTargets">
275  </ImportGroup>
276</Project>
Note: See TracBrowser for help on using the repository browser.