• 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>{4C8454FE-81D3-4CA3-9927-29BA96F03DAC}</ProjectGuid>
23    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
24  </PropertyGroup>
25  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <UseOfMfc>false</UseOfMfc>
29    <CharacterSet>MultiByte</CharacterSet>
30    <PlatformToolset>v140</PlatformToolset>
31  </PropertyGroup>
32  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33    <ConfigurationType>Application</ConfigurationType>
34    <UseOfMfc>false</UseOfMfc>
35    <CharacterSet>MultiByte</CharacterSet>
36    <PlatformToolset>v140</PlatformToolset>
37  </PropertyGroup>
38  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39    <ConfigurationType>Application</ConfigurationType>
40    <UseOfMfc>false</UseOfMfc>
41    <CharacterSet>MultiByte</CharacterSet>
42    <PlatformToolset>v140</PlatformToolset>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45    <ConfigurationType>Application</ConfigurationType>
46    <UseOfMfc>false</UseOfMfc>
47    <CharacterSet>MultiByte</CharacterSet>
48    <PlatformToolset>v140</PlatformToolset>
49  </PropertyGroup>
50  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51  <ImportGroup Label="ExtensionSettings">
52  </ImportGroup>
53  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
56  </ImportGroup>
57  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
60  </ImportGroup>
61  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
62    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
64  </ImportGroup>
65  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
66    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
68  </ImportGroup>
69  <PropertyGroup Label="UserMacros" />
70  <PropertyGroup>
71    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
72    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
73    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
74    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
75    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
76    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
77    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
78    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
79    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
80    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
81    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
82    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
83    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
84  </PropertyGroup>
85  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86    <CustomBuildStep>
87      <Command>copy "$(TargetPath)" ..\..\..\bin
88</Command>
89      <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
90    </CustomBuildStep>
91    <Midl>
92      <TypeLibraryName>.\x86\Debug/pkgdata.tlb</TypeLibraryName>
93    </Midl>
94    <ClCompile>
95      <Optimization>Disabled</Optimization>
96      <AdditionalIncludeDirectories>../../../include;../../common;../toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
97      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
99      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
100      <BufferSecurityCheck>true</BufferSecurityCheck>
101      <DisableLanguageExtensions>true</DisableLanguageExtensions>
102      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
103      <PrecompiledHeaderOutputFile>.\x86\Debug/pkgdata.pch</PrecompiledHeaderOutputFile>
104      <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
105      <ObjectFileName>.\x86\Debug/</ObjectFileName>
106      <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
107      <BrowseInformation>true</BrowseInformation>
108      <WarningLevel>Level3</WarningLevel>
109      <SuppressStartupBanner>true</SuppressStartupBanner>
110      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
111      <CompileAs>Default</CompileAs>
112    </ClCompile>
113    <ResourceCompile>
114      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115      <Culture>0x0411</Culture>
116    </ResourceCompile>
117    <Link>
118      <OutputFile>.\x86\Debug/pkgdata.exe</OutputFile>
119      <SuppressStartupBanner>true</SuppressStartupBanner>
120      <GenerateDebugInformation>true</GenerateDebugInformation>
121      <ProgramDatabaseFile>.\x86\Debug/pkgdata.pdb</ProgramDatabaseFile>
122      <SubSystem>Console</SubSystem>
123      <RandomizedBaseAddress>false</RandomizedBaseAddress>
124      <DataExecutionPrevention>
125      </DataExecutionPrevention>
126    </Link>
127  </ItemDefinitionGroup>
128  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
129    <CustomBuildStep>
130      <Command>copy "$(TargetPath)" ..\..\..\bin
131</Command>
132      <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
133    </CustomBuildStep>
134    <Midl>
135      <TypeLibraryName>.\x86\Release/pkgdata.tlb</TypeLibraryName>
136    </Midl>
137    <ClCompile>
138      <AdditionalIncludeDirectories>../../../include;../../common;../toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
139      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140      <StringPooling>true</StringPooling>
141      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
142      <FunctionLevelLinking>true</FunctionLevelLinking>
143      <DisableLanguageExtensions>true</DisableLanguageExtensions>
144      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
145      <PrecompiledHeaderOutputFile>.\x86\Release/pkgdata.pch</PrecompiledHeaderOutputFile>
146      <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
147      <ObjectFileName>.\x86\Release/</ObjectFileName>
148      <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
149      <WarningLevel>Level3</WarningLevel>
150      <SuppressStartupBanner>true</SuppressStartupBanner>
151      <CompileAs>Default</CompileAs>
152    </ClCompile>
153    <ResourceCompile>
154      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155      <Culture>0x0411</Culture>
156    </ResourceCompile>
157    <Link>
158      <OutputFile>.\x86\Release/pkgdata.exe</OutputFile>
159      <SuppressStartupBanner>true</SuppressStartupBanner>
160      <ProgramDatabaseFile>.\x86\Release/pkgdata.pdb</ProgramDatabaseFile>
161      <SubSystem>Console</SubSystem>
162      <RandomizedBaseAddress>false</RandomizedBaseAddress>
163      <DataExecutionPrevention>
164      </DataExecutionPrevention>
165    </Link>
166  </ItemDefinitionGroup>
167  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
168    <CustomBuildStep>
169      <Command>copy "$(TargetPath)" ..\..\..\bin64
170</Command>
171      <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
172    </CustomBuildStep>
173    <Midl>
174      <TargetEnvironment>X64</TargetEnvironment>
175      <TypeLibraryName>.\x64\Debug/pkgdata.tlb</TypeLibraryName>
176    </Midl>
177    <ClCompile>
178      <Optimization>Disabled</Optimization>
179      <AdditionalIncludeDirectories>../../../include;../../common;../toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
180      <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
181      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
182      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
183      <BufferSecurityCheck>true</BufferSecurityCheck>
184      <DisableLanguageExtensions>true</DisableLanguageExtensions>
185      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
186      <PrecompiledHeaderOutputFile>.\x64\Debug/pkgdata.pch</PrecompiledHeaderOutputFile>
187      <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
188      <ObjectFileName>.\x64\Debug/</ObjectFileName>
189      <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
190      <BrowseInformation>true</BrowseInformation>
191      <WarningLevel>Level3</WarningLevel>
192      <SuppressStartupBanner>true</SuppressStartupBanner>
193      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
194      <CompileAs>Default</CompileAs>
195    </ClCompile>
196    <ResourceCompile>
197      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
198      <Culture>0x0411</Culture>
199    </ResourceCompile>
200    <Link>
201      <OutputFile>.\x64\Debug/pkgdata.exe</OutputFile>
202      <SuppressStartupBanner>true</SuppressStartupBanner>
203      <GenerateDebugInformation>true</GenerateDebugInformation>
204      <ProgramDatabaseFile>.\x64\Debug/pkgdata.pdb</ProgramDatabaseFile>
205      <SubSystem>Console</SubSystem>
206      <TargetMachine>MachineX64</TargetMachine>
207    </Link>
208  </ItemDefinitionGroup>
209  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
210    <CustomBuildStep>
211      <Command>copy "$(TargetPath)" ..\..\..\bin64
212</Command>
213      <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
214    </CustomBuildStep>
215    <Midl>
216      <TargetEnvironment>X64</TargetEnvironment>
217      <TypeLibraryName>.\x64\Release/pkgdata.tlb</TypeLibraryName>
218    </Midl>
219    <ClCompile>
220      <AdditionalIncludeDirectories>../../../include;../../common;../toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
221      <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
222      <StringPooling>true</StringPooling>
223      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
224      <FunctionLevelLinking>true</FunctionLevelLinking>
225      <DisableLanguageExtensions>true</DisableLanguageExtensions>
226      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
227      <PrecompiledHeaderOutputFile>.\x64\Release/pkgdata.pch</PrecompiledHeaderOutputFile>
228      <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
229      <ObjectFileName>.\x64\Release/</ObjectFileName>
230      <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
231      <WarningLevel>Level3</WarningLevel>
232      <SuppressStartupBanner>true</SuppressStartupBanner>
233      <CompileAs>Default</CompileAs>
234    </ClCompile>
235    <ResourceCompile>
236      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
237      <Culture>0x0411</Culture>
238    </ResourceCompile>
239    <Link>
240      <OutputFile>.\x64\Release/pkgdata.exe</OutputFile>
241      <SuppressStartupBanner>true</SuppressStartupBanner>
242      <ProgramDatabaseFile>.\x64\Release/pkgdata.pdb</ProgramDatabaseFile>
243      <SubSystem>Console</SubSystem>
244      <TargetMachine>MachineX64</TargetMachine>
245    </Link>
246  </ItemDefinitionGroup>
247  <ItemGroup>
248    <ClCompile Include="pkgdata.cpp" />
249    <ClCompile Include="pkgtypes.c" />
250  </ItemGroup>
251  <ItemGroup>
252    <ClInclude Include="pkgtypes.h" />
253  </ItemGroup>
254  <ItemGroup>
255    <ProjectReference Include="..\..\common\common.vcxproj">
256      <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
257      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
258    </ProjectReference>
259    <ProjectReference Include="..\genccode\genccode.vcxproj">
260      <Project>{fdd3c4f2-9805-44eb-9a77-bc1c1c95b547}</Project>
261      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
262    </ProjectReference>
263    <ProjectReference Include="..\gencmn\gencmn.vcxproj">
264      <Project>{a8d36f8d-09e6-4174-91c3-7beaa9c3f04f}</Project>
265      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
266    </ProjectReference>
267    <ProjectReference Include="..\icupkg\icupkg.vcxproj">
268      <Project>{62d4b15d-7a90-4ecb-ba19-5e021d6a21bc}</Project>
269      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
270    </ProjectReference>
271    <ProjectReference Include="..\toolutil\toolutil.vcxproj">
272      <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
273      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
274    </ProjectReference>
275  </ItemGroup>
276  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
277  <ImportGroup Label="ExtensionTargets">
278  </ImportGroup>
279</Project>
280