1 <?xml version="1.0" encoding="utf-8"?>
   2 <Project DefaultTargets="Build" ToolsVersion="4.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   </ItemGroup>
  13   <PropertyGroup Label="Globals">
  14     <ProjectGuid>{0E29BA9D-7DE3-45F0-99BC-0442BFABE2D7}</ProjectGuid>
  15     <RootNamespace>library</RootNamespace>
  16     <Keyword>MFCDLLProj</Keyword>
  17     <ProjectName>packager</ProjectName>
  18   </PropertyGroup>
  19   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  21     <ConfigurationType>DynamicLibrary</ConfigurationType>
  22     <UseDebugLibraries>true</UseDebugLibraries>
  23     <CharacterSet>Unicode</CharacterSet>
  24     <UseOfMfc>false</UseOfMfc>
  25   </PropertyGroup>
  26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  27     <ConfigurationType>DynamicLibrary</ConfigurationType>
  28     <UseDebugLibraries>false</UseDebugLibraries>
  29     <WholeProgramOptimization>true</WholeProgramOptimization>
  30     <CharacterSet>Unicode</CharacterSet>
  31     <UseOfMfc>Dynamic</UseOfMfc>
  32   </PropertyGroup>
  33   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  34   <ImportGroup Label="ExtensionSettings">
  35   </ImportGroup>
  36   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  37     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38   </ImportGroup>
  39   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  40     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  41   </ImportGroup>
  42   <PropertyGroup Label="UserMacros" />
  43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  44     <LinkIncremental>true</LinkIncremental>
  45     <EmbedManifest>false</EmbedManifest>
  46     <OutDir>..\..\..\..\..\..\build\dev\DevTest\</OutDir>
  47     <TargetName>$(TargetName)</TargetName>
  48   </PropertyGroup>
  49   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  50     <LinkIncremental>false</LinkIncremental>
  51   </PropertyGroup>
  52   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  53     <ClCompile>
  54       <PrecompiledHeader>NotUsing</PrecompiledHeader>
  55       <WarningLevel>Level3</WarningLevel>
  56       <Optimization>Disabled</Optimization>
  57       <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  58       <AdditionalIncludeDirectories>"c:\java\jdk\include/win32";"c:\java\jdk\include"</AdditionalIncludeDirectories>
  59       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  60     </ClCompile>
  61     <Link>
  62       <SubSystem>Windows</SubSystem>
  63       <GenerateDebugInformation>true</GenerateDebugInformation>
  64       <ModuleDefinitionFile>.\main.def</ModuleDefinitionFile>
  65       <OutputFile>..\..\..\..\..\..\build\dev\DevTest\$(TargetName)$(TargetExt)</OutputFile>
  66     </Link>
  67     <Midl>
  68       <MkTypLibCompatible>false</MkTypLibCompatible>
  69       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  70     </Midl>
  71     <ResourceCompile>
  72       <Culture>0x0409</Culture>
  73       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  74       <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  75     </ResourceCompile>
  76   </ItemDefinitionGroup>
  77   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78     <ClCompile>
  79       <WarningLevel>Level3</WarningLevel>
  80       <PrecompiledHeader>Use</PrecompiledHeader>
  81       <Optimization>MaxSpeed</Optimization>
  82       <FunctionLevelLinking>true</FunctionLevelLinking>
  83       <IntrinsicFunctions>true</IntrinsicFunctions>
  84       <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  85     </ClCompile>
  86     <Link>
  87       <SubSystem>Windows</SubSystem>
  88       <GenerateDebugInformation>true</GenerateDebugInformation>
  89       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  90       <OptimizeReferences>true</OptimizeReferences>
  91       <ModuleDefinitionFile>.\library.def</ModuleDefinitionFile>
  92     </Link>
  93     <Midl>
  94       <MkTypLibCompatible>false</MkTypLibCompatible>
  95       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96     </Midl>
  97     <ResourceCompile>
  98       <Culture>0x0409</Culture>
  99       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 100       <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 101     </ResourceCompile>
 102   </ItemDefinitionGroup>
 103   <ItemGroup>
 104     <None Include="..\..\..\library\common\MacPlatform.mm" />
 105     <None Include="main.def" />
 106   </ItemGroup>
 107   <ItemGroup>
 108     <ClCompile Include="..\..\..\library\common\Exports.cpp" />
 109     <ClCompile Include="..\..\..\library\common\FilePath.cpp" />
 110     <ClCompile Include="..\..\..\library\common\GenericPlatform.cpp" />
 111     <ClCompile Include="..\..\..\library\common\Helpers.cpp" />
 112     <ClCompile Include="..\..\..\library\common\Java.cpp" />
 113     <ClCompile Include="..\..\..\library\common\JavaUserPreferences.cpp" />
 114     <ClCompile Include="..\..\..\library\common\JavaVirtualMachine.cpp" />
 115     <ClCompile Include="..\..\..\library\common\LinuxPlatform.cpp" />
 116     <ClCompile Include="..\..\..\library\common\Lock.cpp" />
 117     <ClCompile Include="..\..\..\library\common\Macros.cpp" />
 118     <ClCompile Include="..\..\..\library\common\main.cpp" />
 119     <ClCompile Include="..\..\..\library\common\Messages.cpp" />
 120     <ClCompile Include="..\..\..\library\common\Package.cpp" />
 121     <ClCompile Include="..\..\..\library\common\Platform.cpp" />
 122     <ClCompile Include="..\..\..\library\common\PlatformString.cpp" />
 123     <ClCompile Include="..\..\..\library\common\PlatformThread.cpp" />
 124     <ClCompile Include="..\..\..\library\common\PosixPlatform.cpp" />
 125     <ClCompile Include="..\..\..\library\common\PropertyFile.cpp" />
 126     <ClCompile Include="..\..\..\library\common\WindowsPlatform.cpp" />
 127   </ItemGroup>
 128   <ItemGroup>
 129     <ClInclude Include="..\..\..\library\common\Exports.h" />
 130     <ClInclude Include="..\..\..\library\common\FilePath.h" />
 131     <ClInclude Include="..\..\..\library\common\GenericPlatform.h" />
 132     <ClInclude Include="..\..\..\library\common\Helpers.h" />
 133     <ClInclude Include="..\..\..\library\common\Java.h" />
 134     <ClInclude Include="..\..\..\library\common\JavaUserPreferences.h" />
 135     <ClInclude Include="..\..\..\library\common\JavaVirtualMachine.h" />
 136     <ClInclude Include="..\..\..\library\common\LinuxPlatform.h" />
 137     <ClInclude Include="..\..\..\library\common\Lock.h" />
 138     <ClInclude Include="..\..\..\library\common\MacPlatform.h" />
 139     <ClInclude Include="..\..\..\library\common\Macros.h" />
 140     <ClInclude Include="..\..\..\library\common\Messages.h" />
 141     <ClInclude Include="..\..\..\library\common\Package.h" />
 142     <ClInclude Include="..\..\..\library\common\Platform.h" />
 143     <ClInclude Include="..\..\..\library\common\PlatformString.h" />
 144     <ClInclude Include="..\..\..\library\common\PlatformThread.h" />
 145     <ClInclude Include="..\..\..\library\common\PosixPlatform.h" />
 146     <ClInclude Include="..\..\..\library\common\PropertyFile.h" />
 147     <ClInclude Include="..\..\..\library\common\WindowsPlatform.h" />
 148   </ItemGroup>
 149   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 150   <ImportGroup Label="ExtensionTargets">
 151   </ImportGroup>
 152 </Project>