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