Home | History | Annotate | Download | only in uconv
      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="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>{DBA4088D-F6F9-4F8F-8820-082A4765C16C}</ProjectGuid>
     23   </PropertyGroup>
     24   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     26     <ConfigurationType>Application</ConfigurationType>
     27     <UseOfMfc>false</UseOfMfc>
     28     <CharacterSet>MultiByte</CharacterSet>
     29   </PropertyGroup>
     30   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     31     <ConfigurationType>Application</ConfigurationType>
     32     <UseOfMfc>false</UseOfMfc>
     33     <CharacterSet>MultiByte</CharacterSet>
     34   </PropertyGroup>
     35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     36     <ConfigurationType>Application</ConfigurationType>
     37     <UseOfMfc>false</UseOfMfc>
     38     <CharacterSet>MultiByte</CharacterSet>
     39   </PropertyGroup>
     40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     41     <ConfigurationType>Application</ConfigurationType>
     42     <UseOfMfc>false</UseOfMfc>
     43     <CharacterSet>MultiByte</CharacterSet>
     44   </PropertyGroup>
     45   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     46   <ImportGroup Label="ExtensionSettings">
     47   </ImportGroup>
     48   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     50     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     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|x64'" 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   <PropertyGroup Label="UserMacros" />
     65   <PropertyGroup>
     66     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     67     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
     68     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
     69     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     70     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
     71     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
     72     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
     73     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
     74     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
     75     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
     76     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
     77     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
     78     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
     79   </PropertyGroup>
     80   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     81     <CustomBuildStep>
     82       <Command>copy "$(TargetPath)" ..\..\..\bin
     83 </Command>
     84       <Outputs>$(ProjectDir)..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
     85     </CustomBuildStep>
     86     <Midl>
     87       <TypeLibraryName>.\x86\Release/uconv.tlb</TypeLibraryName>
     88     </Midl>
     89     <ClCompile>
     90       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     91       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     92       <StringPooling>true</StringPooling>
     93       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
     94       <FunctionLevelLinking>true</FunctionLevelLinking>
     95       <DisableLanguageExtensions>true</DisableLanguageExtensions>
     96       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
     97       <PrecompiledHeaderOutputFile>.\x86\Release/uconv.pch</PrecompiledHeaderOutputFile>
     98       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
     99       <ObjectFileName>.\x86\Release/</ObjectFileName>
    100       <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
    101       <WarningLevel>Level3</WarningLevel>
    102       <SuppressStartupBanner>true</SuppressStartupBanner>
    103       <CompileAs>Default</CompileAs>
    104     </ClCompile>
    105     <ResourceCompile>
    106       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    107       <Culture>0x0409</Culture>
    108     </ResourceCompile>
    109     <Link>
    110       <AdditionalDependencies>uconvmsg.lib;%(AdditionalDependencies)</AdditionalDependencies>
    111       <OutputFile>.\x86\Release/uconv.exe</OutputFile>
    112       <SuppressStartupBanner>true</SuppressStartupBanner>
    113       <AdditionalLibraryDirectories>x86\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    114       <ProgramDatabaseFile>.\x86\Release/uconv.pdb</ProgramDatabaseFile>
    115       <SubSystem>Console</SubSystem>
    116       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    117       <DataExecutionPrevention>
    118       </DataExecutionPrevention>
    119     </Link>
    120   </ItemDefinitionGroup>
    121   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    122     <CustomBuildStep>
    123       <Command>copy "$(TargetPath)" ..\..\..\bin
    124 </Command>
    125       <Outputs>$(ProjectDir)..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
    126     </CustomBuildStep>
    127     <Midl>
    128       <TypeLibraryName>.\x86\Debug/uconv.tlb</TypeLibraryName>
    129     </Midl>
    130     <ClCompile>
    131       <Optimization>Disabled</Optimization>
    132       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    133       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    134       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    135       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    136       <BufferSecurityCheck>true</BufferSecurityCheck>
    137       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    138       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    139       <PrecompiledHeaderOutputFile>.\x86\Debug/uconv.pch</PrecompiledHeaderOutputFile>
    140       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
    141       <ObjectFileName>.\x86\Debug/</ObjectFileName>
    142       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
    143       <WarningLevel>Level3</WarningLevel>
    144       <SuppressStartupBanner>true</SuppressStartupBanner>
    145       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    146       <CompileAs>Default</CompileAs>
    147     </ClCompile>
    148     <ResourceCompile>
    149       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    150       <Culture>0x0409</Culture>
    151     </ResourceCompile>
    152     <Link>
    153       <AdditionalDependencies>uconvmsg.lib;%(AdditionalDependencies)</AdditionalDependencies>
    154       <OutputFile>.\x86\Debug/uconv.exe</OutputFile>
    155       <SuppressStartupBanner>true</SuppressStartupBanner>
    156       <AdditionalLibraryDirectories>x86\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    157       <GenerateDebugInformation>true</GenerateDebugInformation>
    158       <ProgramDatabaseFile>.\x86\Debug/uconv.pdb</ProgramDatabaseFile>
    159       <SubSystem>Console</SubSystem>
    160       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    161       <DataExecutionPrevention>
    162       </DataExecutionPrevention>
    163     </Link>
    164   </ItemDefinitionGroup>
    165   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    166     <CustomBuildStep>
    167       <Command>copy "$(TargetPath)" ..\..\..\bin64
    168 </Command>
    169       <Outputs>$(ProjectDir)..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    170     </CustomBuildStep>
    171     <Midl>
    172       <TargetEnvironment>X64</TargetEnvironment>
    173       <TypeLibraryName>.\x64\Release/uconv.tlb</TypeLibraryName>
    174     </Midl>
    175     <ClCompile>
    176       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    177       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    178       <StringPooling>true</StringPooling>
    179       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    180       <FunctionLevelLinking>true</FunctionLevelLinking>
    181       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    182       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    183       <PrecompiledHeaderOutputFile>.\x64\Release/uconv.pch</PrecompiledHeaderOutputFile>
    184       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
    185       <ObjectFileName>.\x64\Release/</ObjectFileName>
    186       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
    187       <WarningLevel>Level3</WarningLevel>
    188       <SuppressStartupBanner>true</SuppressStartupBanner>
    189       <CompileAs>Default</CompileAs>
    190     </ClCompile>
    191     <ResourceCompile>
    192       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    193       <Culture>0x0409</Culture>
    194     </ResourceCompile>
    195     <Link>
    196       <AdditionalDependencies>uconvmsg.lib;%(AdditionalDependencies)</AdditionalDependencies>
    197       <OutputFile>.\x64\Release/uconv.exe</OutputFile>
    198       <SuppressStartupBanner>true</SuppressStartupBanner>
    199       <AdditionalLibraryDirectories>x64\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    200       <ProgramDatabaseFile>.\x64\Release/uconv.pdb</ProgramDatabaseFile>
    201       <SubSystem>Console</SubSystem>
    202       <TargetMachine>MachineX64</TargetMachine>
    203     </Link>
    204   </ItemDefinitionGroup>
    205   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    206     <CustomBuildStep>
    207       <Command>copy "$(TargetPath)" ..\..\..\bin64
    208 </Command>
    209       <Outputs>$(ProjectDir)..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    210     </CustomBuildStep>
    211     <Midl>
    212       <TargetEnvironment>X64</TargetEnvironment>
    213       <TypeLibraryName>.\x64\Debug/uconv.tlb</TypeLibraryName>
    214     </Midl>
    215     <ClCompile>
    216       <Optimization>Disabled</Optimization>
    217       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    218       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    219       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    220       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    221       <BufferSecurityCheck>true</BufferSecurityCheck>
    222       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    223       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    224       <PrecompiledHeaderOutputFile>.\x64\Debug/uconv.pch</PrecompiledHeaderOutputFile>
    225       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
    226       <ObjectFileName>.\x64\Debug/</ObjectFileName>
    227       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
    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       <AdditionalDependencies>uconvmsg.lib;%(AdditionalDependencies)</AdditionalDependencies>
    239       <OutputFile>.\x64\Debug/uconv.exe</OutputFile>
    240       <SuppressStartupBanner>true</SuppressStartupBanner>
    241       <AdditionalLibraryDirectories>x64\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    242       <GenerateDebugInformation>true</GenerateDebugInformation>
    243       <ProgramDatabaseFile>.\x64\Debug/uconv.pdb</ProgramDatabaseFile>
    244       <SubSystem>Console</SubSystem>
    245       <TargetMachine>MachineX64</TargetMachine>
    246     </Link>
    247   </ItemDefinitionGroup>
    248   <ItemGroup>
    249     <ClCompile Include="uconv.cpp" />
    250     <ClCompile Include="uwmsg.c" />
    251   </ItemGroup>
    252   <ItemGroup>
    253     <ClInclude Include="unicode\uwmsg.h" />
    254   </ItemGroup>
    255   <ItemGroup>
    256     <None Include="resources\fr.txt" />
    257     <None Include="resources\root.txt" />
    258     <CustomBuild Include="makedata.mak">
    259       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x86\Debug
    260 </Command>
    261       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\Debug/uconvmsg.lib;%(Outputs)</Outputs>
    262       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x64\Debug
    263 </Command>
    264       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\Debug/uconvmsg.lib;%(Outputs)</Outputs>
    265       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x86\Release
    266 </Command>
    267       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\Release/uconvmsg.lib;%(Outputs)</Outputs>
    268       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x64\Release
    269 </Command>
    270       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\Release/uconvmsg.lib;%(Outputs)</Outputs>
    271     </CustomBuild>
    272     <None Include="resfiles.mk" />
    273   </ItemGroup>
    274   <ItemGroup>
    275     <ProjectReference Include="..\..\common\common.vcxproj">
    276       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
    277       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    278     </ProjectReference>
    279     <ProjectReference Include="..\..\i18n\i18n.vcxproj">
    280       <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
    281       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    282     </ProjectReference>
    283     <ProjectReference Include="..\..\tools\genrb\genrb.vcxproj">
    284       <Project>{97521d06-ec47-45d4-8bd0-9e16b3f93b2a}</Project>
    285       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    286     </ProjectReference>
    287     <ProjectReference Include="..\..\tools\pkgdata\pkgdata.vcxproj">
    288       <Project>{4c8454fe-81d3-4ca3-9927-29ba96f03dac}</Project>
    289       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    290     </ProjectReference>
    291   </ItemGroup>
    292   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    293   <ImportGroup Label="ExtensionTargets">
    294   </ImportGroup>
    295 </Project>
    296