Home | History | Annotate | Download | only in gendict
      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>{9D4211F7-2C77-439C-82F0-30A4E43BA569}</ProjectGuid>
     23     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
     24   </PropertyGroup>
     25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Release|Win32'">.\x86\Release\</OutDir>
     73     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
     74     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     75     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
     76     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
     77     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
     78     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
     79     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
     80     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
     81     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
     82     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
     83     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
     84   </PropertyGroup>
     85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     86     <CustomBuildStep>
     87       <Command>copy "$(TargetPath)" ..\..\..\bin
     88 </Command>
     89       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
     90     </CustomBuildStep>
     91     <Midl>
     92       <TypeLibraryName>.\x86\Release/gendict.tlb</TypeLibraryName>
     93     </Midl>
     94     <ClCompile>
     95       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     96       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     97       <StringPooling>true</StringPooling>
     98       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
     99       <FunctionLevelLinking>true</FunctionLevelLinking>
    100       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    101       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    102       <PrecompiledHeaderOutputFile>.\x86\Release/gendict.pch</PrecompiledHeaderOutputFile>
    103       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
    104       <ObjectFileName>.\x86\Release/</ObjectFileName>
    105       <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
    106       <WarningLevel>Level3</WarningLevel>
    107       <SuppressStartupBanner>true</SuppressStartupBanner>
    108       <CompileAs>Default</CompileAs>
    109     </ClCompile>
    110     <ResourceCompile>
    111       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    112       <Culture>0x0409</Culture>
    113     </ResourceCompile>
    114     <Link>
    115       <OutputFile>.\x86\Release/gendict.exe</OutputFile>
    116       <SuppressStartupBanner>true</SuppressStartupBanner>
    117       <ProgramDatabaseFile>.\x86\Release/gendict.pdb</ProgramDatabaseFile>
    118       <SubSystem>Console</SubSystem>
    119       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    120       <DataExecutionPrevention>
    121       </DataExecutionPrevention>
    122     </Link>
    123   </ItemDefinitionGroup>
    124   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    125     <CustomBuildStep>
    126       <Command>copy "$(TargetPath)" ..\..\..\bin
    127 </Command>
    128       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
    129     </CustomBuildStep>
    130     <Midl>
    131       <TypeLibraryName>.\x86\Debug/gendict.tlb</TypeLibraryName>
    132     </Midl>
    133     <ClCompile>
    134       <Optimization>Disabled</Optimization>
    135       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    136       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    137       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    138       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    139       <BufferSecurityCheck>true</BufferSecurityCheck>
    140       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    141       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    142       <PrecompiledHeaderOutputFile>.\x86\Debug/gendict.pch</PrecompiledHeaderOutputFile>
    143       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
    144       <ObjectFileName>.\x86\Debug/</ObjectFileName>
    145       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
    146       <BrowseInformation>true</BrowseInformation>
    147       <WarningLevel>Level3</WarningLevel>
    148       <SuppressStartupBanner>true</SuppressStartupBanner>
    149       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    150       <CompileAs>Default</CompileAs>
    151     </ClCompile>
    152     <ResourceCompile>
    153       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    154       <Culture>0x0409</Culture>
    155     </ResourceCompile>
    156     <Link>
    157       <OutputFile>.\x86\Debug/gendict.exe</OutputFile>
    158       <SuppressStartupBanner>true</SuppressStartupBanner>
    159       <GenerateDebugInformation>true</GenerateDebugInformation>
    160       <ProgramDatabaseFile>.\x86\Debug/gendict.pdb</ProgramDatabaseFile>
    161       <SubSystem>Console</SubSystem>
    162       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    163       <DataExecutionPrevention>
    164       </DataExecutionPrevention>
    165     </Link>
    166   </ItemDefinitionGroup>
    167   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|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\Release/gendict.tlb</TypeLibraryName>
    176     </Midl>
    177     <ClCompile>
    178       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    179       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    180       <StringPooling>true</StringPooling>
    181       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    182       <FunctionLevelLinking>true</FunctionLevelLinking>
    183       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    184       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    185       <PrecompiledHeaderOutputFile>.\x64\Release/gendict.pch</PrecompiledHeaderOutputFile>
    186       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
    187       <ObjectFileName>.\x64\Release/</ObjectFileName>
    188       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
    189       <WarningLevel>Level3</WarningLevel>
    190       <SuppressStartupBanner>true</SuppressStartupBanner>
    191       <CompileAs>Default</CompileAs>
    192     </ClCompile>
    193     <ResourceCompile>
    194       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    195       <Culture>0x0409</Culture>
    196     </ResourceCompile>
    197     <Link>
    198       <OutputFile>.\x64\Release/gendict.exe</OutputFile>
    199       <SuppressStartupBanner>true</SuppressStartupBanner>
    200       <ProgramDatabaseFile>.\x64\Release/gendict.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>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    210     </CustomBuildStep>
    211     <Midl>
    212       <TargetEnvironment>X64</TargetEnvironment>
    213       <TypeLibraryName>.\x64\Debug/gendict.tlb</TypeLibraryName>
    214     </Midl>
    215     <ClCompile>
    216       <Optimization>Disabled</Optimization>
    217       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    218       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(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/gendict.pch</PrecompiledHeaderOutputFile>
    225       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
    226       <ObjectFileName>.\x64\Debug/</ObjectFileName>
    227       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
    228       <BrowseInformation>true</BrowseInformation>
    229       <WarningLevel>Level3</WarningLevel>
    230       <SuppressStartupBanner>true</SuppressStartupBanner>
    231       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    232       <CompileAs>Default</CompileAs>
    233     </ClCompile>
    234     <ResourceCompile>
    235       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    236       <Culture>0x0409</Culture>
    237     </ResourceCompile>
    238     <Link>
    239       <OutputFile>.\x64\Debug/gendict.exe</OutputFile>
    240       <SuppressStartupBanner>true</SuppressStartupBanner>
    241       <GenerateDebugInformation>true</GenerateDebugInformation>
    242       <ProgramDatabaseFile>.\x64\Debug/gendict.pdb</ProgramDatabaseFile>
    243       <SubSystem>Console</SubSystem>
    244       <TargetMachine>MachineX64</TargetMachine>
    245     </Link>
    246   </ItemDefinitionGroup>
    247   <ItemGroup>
    248     <ClCompile Include="gendict.cpp" />
    249   </ItemGroup>
    250   <ItemGroup>
    251     <ProjectReference Include="..\..\common\common.vcxproj">
    252       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</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>
    264