Home | History | Annotate | Download | only in icuinfo
      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>{E7611F49-F088-4175-9446-6111444E72C8}</ProjectGuid>
     23     <RootNamespace>icuinfo</RootNamespace>
     24     <Keyword>Win32Proj</Keyword>
     25   </PropertyGroup>
     26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     28     <ConfigurationType>Application</ConfigurationType>
     29     <UseOfMfc>false</UseOfMfc>
     30     <CharacterSet>MultiByte</CharacterSet>
     31     <PlatformToolset>v140</PlatformToolset>
     32   </PropertyGroup>
     33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     34     <ConfigurationType>Application</ConfigurationType>
     35     <UseOfMfc>false</UseOfMfc>
     36     <CharacterSet>MultiByte</CharacterSet>
     37     <PlatformToolset>v140</PlatformToolset>
     38   </PropertyGroup>
     39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     40     <ConfigurationType>Application</ConfigurationType>
     41     <UseOfMfc>false</UseOfMfc>
     42     <CharacterSet>MultiByte</CharacterSet>
     43     <PlatformToolset>v140</PlatformToolset>
     44   </PropertyGroup>
     45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     46     <ConfigurationType>Application</ConfigurationType>
     47     <UseOfMfc>false</UseOfMfc>
     48     <CharacterSet>MultiByte</CharacterSet>
     49     <PlatformToolset>v140</PlatformToolset>
     50   </PropertyGroup>
     51   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     52   <ImportGroup Label="ExtensionSettings">
     53   </ImportGroup>
     54   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     55     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     56     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     57   </ImportGroup>
     58   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     60     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     61   </ImportGroup>
     62   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     64     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     65   </ImportGroup>
     66   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     68     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     69   </ImportGroup>
     70   <PropertyGroup Label="UserMacros" />
     71   <PropertyGroup>
     72     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     73     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\Release\</OutDir>
     74     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\Release\</IntDir>
     75     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     76     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\Debug\</OutDir>
     77     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\Debug\</IntDir>
     78     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
     79     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
     80     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
     81     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
     82     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
     83     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
     84     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
     85   </PropertyGroup>
     86   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     87     <CustomBuildStep>
     88       <Command>copy "$(TargetPath)" ..\..\..\bin
     89 </Command>
     90       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
     91     </CustomBuildStep>
     92     <ClCompile>
     93       <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     94       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     95       <StringPooling>true</StringPooling>
     96       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
     97       <FunctionLevelLinking>true</FunctionLevelLinking>
     98       <DisableLanguageExtensions>true</DisableLanguageExtensions>
     99       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    100       <PrecompiledHeaderOutputFile>x86\Release/icuinfo.pch</PrecompiledHeaderOutputFile>
    101       <AssemblerListingLocation>x86\Release/</AssemblerListingLocation>
    102       <ObjectFileName>x86\Release/</ObjectFileName>
    103       <ProgramDataBaseFileName>x86\Release/</ProgramDataBaseFileName>
    104       <WarningLevel>Level4</WarningLevel>
    105       <SuppressStartupBanner>true</SuppressStartupBanner>
    106       <CompileAs>Default</CompileAs>
    107     </ClCompile>
    108     <ResourceCompile>
    109       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    110     </ResourceCompile>
    111     <Link>
    112       <OutputFile>$(OutDir)icuinfo.exe</OutputFile>
    113       <SuppressStartupBanner>true</SuppressStartupBanner>
    114       <ProgramDatabaseFile>x86\Release/icuinfo.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>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
    126     </CustomBuildStep>
    127     <ClCompile>
    128       <Optimization>Disabled</Optimization>
    129       <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    130       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    131       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    132       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    133       <BufferSecurityCheck>true</BufferSecurityCheck>
    134       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    135       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    136       <PrecompiledHeaderOutputFile>Debug/icuinfo.pch</PrecompiledHeaderOutputFile>
    137       <AssemblerListingLocation>Debug/</AssemblerListingLocation>
    138       <ObjectFileName>Debug/</ObjectFileName>
    139       <ProgramDataBaseFileName>Debug/</ProgramDataBaseFileName>
    140       <BrowseInformation>true</BrowseInformation>
    141       <WarningLevel>Level4</WarningLevel>
    142       <SuppressStartupBanner>true</SuppressStartupBanner>
    143       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    144       <CompileAs>Default</CompileAs>
    145     </ClCompile>
    146     <ResourceCompile>
    147       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    148     </ResourceCompile>
    149     <Link>
    150       <OutputFile>$(OutDir)icuinfo.exe</OutputFile>
    151       <SuppressStartupBanner>true</SuppressStartupBanner>
    152       <GenerateDebugInformation>true</GenerateDebugInformation>
    153       <ProgramDatabaseFile>$(OutDir)icuinfo.pdb</ProgramDatabaseFile>
    154       <SubSystem>Console</SubSystem>
    155       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    156       <DataExecutionPrevention>
    157       </DataExecutionPrevention>
    158     </Link>
    159   </ItemDefinitionGroup>
    160   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    161     <CustomBuildStep>
    162       <Command>copy "$(TargetPath)" ..\..\..\bin64
    163 </Command>
    164       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    165     </CustomBuildStep>
    166     <Midl>
    167       <TargetEnvironment>X64</TargetEnvironment>
    168     </Midl>
    169     <ClCompile>
    170       <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    171       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    172       <StringPooling>true</StringPooling>
    173       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    174       <FunctionLevelLinking>true</FunctionLevelLinking>
    175       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    176       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    177       <PrecompiledHeaderOutputFile>x64\Release/icuinfo.pch</PrecompiledHeaderOutputFile>
    178       <AssemblerListingLocation>x64\Release/</AssemblerListingLocation>
    179       <ObjectFileName>x64\Release/</ObjectFileName>
    180       <ProgramDataBaseFileName>x64\Release/</ProgramDataBaseFileName>
    181       <WarningLevel>Level4</WarningLevel>
    182       <SuppressStartupBanner>true</SuppressStartupBanner>
    183       <CompileAs>Default</CompileAs>
    184     </ClCompile>
    185     <ResourceCompile>
    186       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    187     </ResourceCompile>
    188     <Link>
    189       <OutputFile>$(OutDir)icuinfo.exe</OutputFile>
    190       <SuppressStartupBanner>true</SuppressStartupBanner>
    191       <ProgramDatabaseFile>x64\Release/icuinfo.pdb</ProgramDatabaseFile>
    192       <SubSystem>Console</SubSystem>
    193       <TargetMachine>MachineX64</TargetMachine>
    194     </Link>
    195   </ItemDefinitionGroup>
    196   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    197     <CustomBuildStep>
    198       <Command>copy "$(TargetPath)" ..\..\..\bin64
    199 </Command>
    200       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    201     </CustomBuildStep>
    202     <Midl>
    203       <TargetEnvironment>X64</TargetEnvironment>
    204     </Midl>
    205     <ClCompile>
    206       <Optimization>Disabled</Optimization>
    207       <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    208       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    209       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    210       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    211       <BufferSecurityCheck>true</BufferSecurityCheck>
    212       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    213       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    214       <PrecompiledHeaderOutputFile>Debug/icuinfo.pch</PrecompiledHeaderOutputFile>
    215       <AssemblerListingLocation>Debug/</AssemblerListingLocation>
    216       <ObjectFileName>Debug/</ObjectFileName>
    217       <ProgramDataBaseFileName>Debug/</ProgramDataBaseFileName>
    218       <BrowseInformation>true</BrowseInformation>
    219       <WarningLevel>Level4</WarningLevel>
    220       <SuppressStartupBanner>true</SuppressStartupBanner>
    221       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    222       <CompileAs>Default</CompileAs>
    223     </ClCompile>
    224     <ResourceCompile>
    225       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    226     </ResourceCompile>
    227     <Link>
    228       <OutputFile>$(OutDir)icuinfo.exe</OutputFile>
    229       <SuppressStartupBanner>true</SuppressStartupBanner>
    230       <GenerateDebugInformation>true</GenerateDebugInformation>
    231       <ProgramDatabaseFile>$(OutDir)icuinfo.pdb</ProgramDatabaseFile>
    232       <SubSystem>Console</SubSystem>
    233       <TargetMachine>MachineX64</TargetMachine>
    234     </Link>
    235   </ItemDefinitionGroup>
    236   <ItemGroup>
    237     <ClCompile Include="icuinfo.cpp" />
    238   </ItemGroup>
    239   <ItemGroup>
    240     <None Include="icuplugins_windows_sample.txt" />
    241   </ItemGroup>
    242   <ItemGroup>
    243     <ProjectReference Include="..\..\common\common.vcxproj">
    244       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
    245       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    246     </ProjectReference>
    247     <ProjectReference Include="..\..\i18n\i18n.vcxproj">
    248       <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
    249       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    250     </ProjectReference>
    251     <ProjectReference Include="..\ctestfw\ctestfw.vcxproj">
    252       <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project>
    253       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    254     </ProjectReference>
    255     <ProjectReference Include="..\toolutil\toolutil.vcxproj">
    256       <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
    257       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    258     </ProjectReference>
    259   </ItemGroup>
    260   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    261   <ImportGroup Label="ExtensionTargets">
    262   </ImportGroup>
    263 </Project>