• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.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="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</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    <ProjectGuid>{659D0C08-D4ED-4BF3-B02B-2D8D4B5A7A7A}</ProjectGuid>
23  </PropertyGroup>
24  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26    <ConfigurationType>DynamicLibrary</ConfigurationType>
27    <UseOfMfc>false</UseOfMfc>
28    <CharacterSet>MultiByte</CharacterSet>
29    <PlatformToolset>v140</PlatformToolset>
30  </PropertyGroup>
31  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32    <ConfigurationType>DynamicLibrary</ConfigurationType>
33    <UseOfMfc>false</UseOfMfc>
34    <CharacterSet>MultiByte</CharacterSet>
35    <PlatformToolset>v140</PlatformToolset>
36  </PropertyGroup>
37  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
38    <ConfigurationType>DynamicLibrary</ConfigurationType>
39    <UseOfMfc>false</UseOfMfc>
40    <CharacterSet>MultiByte</CharacterSet>
41    <PlatformToolset>v140</PlatformToolset>
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
44    <ConfigurationType>DynamicLibrary</ConfigurationType>
45    <UseOfMfc>false</UseOfMfc>
46    <CharacterSet>MultiByte</CharacterSet>
47    <PlatformToolset>v140</PlatformToolset>
48  </PropertyGroup>
49  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50  <ImportGroup Label="ExtensionSettings">
51  </ImportGroup>
52  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
55  </ImportGroup>
56  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
57    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
59  </ImportGroup>
60  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
61    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
63  </ImportGroup>
64  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
65    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
67  </ImportGroup>
68  <PropertyGroup Label="UserMacros" />
69  <PropertyGroup>
70    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
71    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\lib\</OutDir>
72    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release-testplug\</IntDir>
73    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
74    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\lib\</OutDir>
75    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug-testplug\</IntDir>
76    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
77    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release-testplug\</OutDir>
78    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release-testplug\</IntDir>
79    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
80    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug-testplug\</OutDir>
81    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug-testplug\</IntDir>
82    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
83  </PropertyGroup>
84  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85    <Midl>
86      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87      <MkTypLibCompatible>true</MkTypLibCompatible>
88      <SuppressStartupBanner>true</SuppressStartupBanner>
89      <TargetEnvironment>Win32</TargetEnvironment>
90      <TypeLibraryName>.\..\..\..\lib\testplug.tlb</TypeLibraryName>
91    </Midl>
92    <ClCompile>
93      <WholeProgramOptimization>true</WholeProgramOptimization>
94      <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
95      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96      <StringPooling>true</StringPooling>
97      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
98      <FunctionLevelLinking>true</FunctionLevelLinking>
99      <DisableLanguageExtensions>true</DisableLanguageExtensions>
100      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
101      <PrecompiledHeaderOutputFile>.\x86\Release-testplug/testplug.pch</PrecompiledHeaderOutputFile>
102      <AssemblerListingLocation>.\x86\Release-testplug/</AssemblerListingLocation>
103      <ObjectFileName>.\x86\Release-testplug/</ObjectFileName>
104      <ProgramDataBaseFileName>.\x86\Release-testplug/</ProgramDataBaseFileName>
105      <WarningLevel>Level3</WarningLevel>
106      <SuppressStartupBanner>true</SuppressStartupBanner>
107      <CompileAs>Default</CompileAs>
108    </ClCompile>
109    <ResourceCompile>
110      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111      <Culture>0x0409</Culture>
112    </ResourceCompile>
113    <Link>
114      <OutputFile>..\..\..\bin\testplug.dll</OutputFile>
115      <SuppressStartupBanner>true</SuppressStartupBanner>
116      <ProgramDatabaseFile>.\..\..\..\lib\testplug.pdb</ProgramDatabaseFile>
117      <EnableCOMDATFolding>true</EnableCOMDATFolding>
118      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
119      <RandomizedBaseAddress>false</RandomizedBaseAddress>
120      <DataExecutionPrevention>
121      </DataExecutionPrevention>
122      <ImportLibrary>.\..\..\..\lib\testplug.lib</ImportLibrary>
123    </Link>
124  </ItemDefinitionGroup>
125  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
126    <Midl>
127      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128      <MkTypLibCompatible>true</MkTypLibCompatible>
129      <SuppressStartupBanner>true</SuppressStartupBanner>
130      <TargetEnvironment>Win32</TargetEnvironment>
131      <TypeLibraryName>.\..\..\..\lib\testplugd.tlb</TypeLibraryName>
132    </Midl>
133    <ClCompile>
134      <Optimization>Disabled</Optimization>
135      <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
136      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
137      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
138      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
139      <BufferSecurityCheck>true</BufferSecurityCheck>
140      <DisableLanguageExtensions>true</DisableLanguageExtensions>
141      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
142      <PrecompiledHeaderOutputFile>.\x86\Debug-testplug/testplug.pch</PrecompiledHeaderOutputFile>
143      <AssemblerListingLocation>.\x86\Debug-testplug/</AssemblerListingLocation>
144      <ObjectFileName>.\x86\Debug-testplug/</ObjectFileName>
145      <ProgramDataBaseFileName>.\x86\Debug-testplug/</ProgramDataBaseFileName>
146      <BrowseInformation>true</BrowseInformation>
147      <WarningLevel>Level3</WarningLevel>
148      <SuppressStartupBanner>true</SuppressStartupBanner>
149      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
150      <CompileAs>Default</CompileAs>
151    </ClCompile>
152    <ResourceCompile>
153      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
154      <Culture>0x0409</Culture>
155    </ResourceCompile>
156    <Link>
157      <OutputFile>..\..\..\bin\testplug.dll</OutputFile>
158      <SuppressStartupBanner>true</SuppressStartupBanner>
159      <GenerateDebugInformation>true</GenerateDebugInformation>
160      <ProgramDatabaseFile>.\..\..\..\lib\testplugd.pdb</ProgramDatabaseFile>
161      <RandomizedBaseAddress>false</RandomizedBaseAddress>
162      <DataExecutionPrevention>
163      </DataExecutionPrevention>
164      <ImportLibrary>.\..\..\..\lib\testplugd.lib</ImportLibrary>
165    </Link>
166  </ItemDefinitionGroup>
167  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
168    <Midl>
169      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
170      <MkTypLibCompatible>true</MkTypLibCompatible>
171      <SuppressStartupBanner>true</SuppressStartupBanner>
172      <TargetEnvironment>X64</TargetEnvironment>
173      <TypeLibraryName>.\..\..\..\lib64\testplug.tlb</TypeLibraryName>
174    </Midl>
175    <ClCompile>
176      <WholeProgramOptimization>true</WholeProgramOptimization>
177      <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
178      <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
179      <StringPooling>true</StringPooling>
180      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
181      <FunctionLevelLinking>true</FunctionLevelLinking>
182      <DisableLanguageExtensions>true</DisableLanguageExtensions>
183      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
184      <PrecompiledHeaderOutputFile>.\x64\Release-testplug/testplug.pch</PrecompiledHeaderOutputFile>
185      <AssemblerListingLocation>.\x64\Release-testplug/</AssemblerListingLocation>
186      <ObjectFileName>.\x64\Release-testplug/</ObjectFileName>
187      <ProgramDataBaseFileName>.\x64\Release-testplug/</ProgramDataBaseFileName>
188      <WarningLevel>Level3</WarningLevel>
189      <SuppressStartupBanner>true</SuppressStartupBanner>
190      <CompileAs>Default</CompileAs>
191    </ClCompile>
192    <ResourceCompile>
193      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
194      <Culture>0x0409</Culture>
195    </ResourceCompile>
196    <Link>
197      <OutputFile>..\..\..\bin64\testplug.dll</OutputFile>
198      <SuppressStartupBanner>true</SuppressStartupBanner>
199      <ProgramDatabaseFile>.\..\..\..\lib64\testplug.pdb</ProgramDatabaseFile>
200      <EnableCOMDATFolding>true</EnableCOMDATFolding>
201      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
202      <ImportLibrary>.\..\..\..\lib64\testplug.lib</ImportLibrary>
203      <TargetMachine>MachineX64</TargetMachine>
204    </Link>
205  </ItemDefinitionGroup>
206  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
207    <Midl>
208      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
209      <MkTypLibCompatible>true</MkTypLibCompatible>
210      <SuppressStartupBanner>true</SuppressStartupBanner>
211      <TargetEnvironment>X64</TargetEnvironment>
212      <TypeLibraryName>.\..\..\..\lib64\testplugd.tlb</TypeLibraryName>
213    </Midl>
214    <ClCompile>
215      <Optimization>Disabled</Optimization>
216      <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
217      <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
218      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
219      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
220      <BufferSecurityCheck>true</BufferSecurityCheck>
221      <DisableLanguageExtensions>true</DisableLanguageExtensions>
222      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
223      <PrecompiledHeaderOutputFile>.\x64\Debug-testplug/testplug.pch</PrecompiledHeaderOutputFile>
224      <AssemblerListingLocation>.\x64\Debug-testplug/</AssemblerListingLocation>
225      <ObjectFileName>.\x64\Debug-testplug/</ObjectFileName>
226      <ProgramDataBaseFileName>.\x64\Debug-testplug/</ProgramDataBaseFileName>
227      <BrowseInformation>true</BrowseInformation>
228      <WarningLevel>Level3</WarningLevel>
229      <SuppressStartupBanner>true</SuppressStartupBanner>
230      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
231      <CompileAs>Default</CompileAs>
232    </ClCompile>
233    <ResourceCompile>
234      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
235      <Culture>0x0409</Culture>
236    </ResourceCompile>
237    <Link>
238      <OutputFile>..\..\..\bin64\testplug.dll</OutputFile>
239      <SuppressStartupBanner>true</SuppressStartupBanner>
240      <GenerateDebugInformation>true</GenerateDebugInformation>
241      <ProgramDatabaseFile>.\..\..\..\lib64\testplugd.pdb</ProgramDatabaseFile>
242      <ImportLibrary>.\..\..\..\lib64\testplugd.lib</ImportLibrary>
243      <TargetMachine>MachineX64</TargetMachine>
244    </Link>
245  </ItemDefinitionGroup>
246  <ItemGroup>
247    <ClCompile Include="testplug.c" />
248  </ItemGroup>
249  <ItemGroup>
250    <ProjectReference Include="..\..\common\common.vcxproj">
251      <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
252      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
253    </ProjectReference>
254    <ProjectReference Include="..\toolutil\toolutil.vcxproj">
255      <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
256      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
257    </ProjectReference>
258  </ItemGroup>
259  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
260  <ImportGroup Label="ExtensionTargets">
261  </ImportGroup>
262</Project>