Home | History | Annotate | Download | only in gencfu
      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>{691EE0C0-DC57-4A48-8AEE-8ED75EB3A057}</ProjectGuid>
     23     <Keyword>Win32Proj</Keyword>
     24   </PropertyGroup>
     25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|Win32'" Label="Configuration">
     33     <ConfigurationType>Application</ConfigurationType>
     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)'=='Release|x64'">.\x64\Release\</OutDir>
     78     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
     79     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
     80     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
     81     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
     82     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
     83   </PropertyGroup>
     84   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     85     <CustomBuildStep>
     86       <Command>copy "$(TargetPath)" ..\..\..\bin</Command>
     87       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
     88     </CustomBuildStep>
     89     <ClCompile>
     90       <Optimization>Disabled</Optimization>
     91       <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     92       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     93       <MinimalRebuild>false</MinimalRebuild>
     94       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
     95       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
     96       <BufferSecurityCheck>true</BufferSecurityCheck>
     97       <DisableLanguageExtensions>false</DisableLanguageExtensions>
     98       <PrecompiledHeader>
     99       </PrecompiledHeader>
    100       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
    101       <ObjectFileName>.\x86\Debug/</ObjectFileName>
    102       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
    103       <BrowseInformation>true</BrowseInformation>
    104       <WarningLevel>Level3</WarningLevel>
    105       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    106       <CompileAs>Default</CompileAs>
    107     </ClCompile>
    108     <Link>
    109       <OutputFile>.\x86\Debug\gencfu.exe</OutputFile>
    110       <SuppressStartupBanner>true</SuppressStartupBanner>
    111       <GenerateDebugInformation>true</GenerateDebugInformation>
    112       <SubSystem>Console</SubSystem>
    113     </Link>
    114   </ItemDefinitionGroup>
    115   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    116     <CustomBuildStep>
    117       <Command>copy "$(TargetPath)" ..\..\..\bin</Command>
    118       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
    119     </CustomBuildStep>
    120     <ClCompile>
    121       <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    122       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    123       <StringPooling>true</StringPooling>
    124       <MinimalRebuild>false</MinimalRebuild>
    125       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    126       <FunctionLevelLinking>true</FunctionLevelLinking>
    127       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    128       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    129       <PrecompiledHeader>
    130       </PrecompiledHeader>
    131       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
    132       <ObjectFileName>.\x86\Release/</ObjectFileName>
    133       <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
    134       <WarningLevel>Level3</WarningLevel>
    135       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    136       <CompileAs>Default</CompileAs>
    137     </ClCompile>
    138     <Link>
    139       <OutputFile>.\x86\Release\gencfu.exe</OutputFile>
    140       <GenerateDebugInformation>true</GenerateDebugInformation>
    141       <SubSystem>Console</SubSystem>
    142       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    143       <DataExecutionPrevention>
    144       </DataExecutionPrevention>
    145     </Link>
    146   </ItemDefinitionGroup>
    147   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    148     <CustomBuildStep>
    149       <Command>copy "$(TargetPath)" ..\..\..\bin64%3b</Command>
    150       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    151     </CustomBuildStep>
    152     <Midl>
    153       <TargetEnvironment>X64</TargetEnvironment>
    154       <TypeLibraryName>.\x64\Release/gencfu.tlb</TypeLibraryName>
    155     </Midl>
    156     <ClCompile>
    157       <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    158       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    159       <StringPooling>true</StringPooling>
    160       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    161       <FunctionLevelLinking>true</FunctionLevelLinking>
    162       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    163       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    164       <PrecompiledHeaderOutputFile>.\x64\Release/gencfu.pch</PrecompiledHeaderOutputFile>
    165       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
    166       <ObjectFileName>.\x64\Release/</ObjectFileName>
    167       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
    168       <WarningLevel>Level3</WarningLevel>
    169       <SuppressStartupBanner>true</SuppressStartupBanner>
    170       <CompileAs>Default</CompileAs>
    171     </ClCompile>
    172     <ResourceCompile>
    173       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    174       <Culture>0x0409</Culture>
    175     </ResourceCompile>
    176     <Link>
    177       <OutputFile>.\x64\Release/gencfu.exe</OutputFile>
    178       <SuppressStartupBanner>true</SuppressStartupBanner>
    179       <ProgramDatabaseFile>.\x64\Release/gencfu.pdb</ProgramDatabaseFile>
    180       <SubSystem>Console</SubSystem>
    181       <TargetMachine>MachineX64</TargetMachine>
    182     </Link>
    183   </ItemDefinitionGroup>
    184   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    185     <CustomBuildStep>
    186       <Command>copy "$(TargetPath)" ..\..\..\bin64%3b</Command>
    187       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    188     </CustomBuildStep>
    189     <Midl>
    190       <TargetEnvironment>X64</TargetEnvironment>
    191       <TypeLibraryName>.\x64\Debug/gencfu.tlb</TypeLibraryName>
    192     </Midl>
    193     <ClCompile>
    194       <Optimization>Disabled</Optimization>
    195       <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    196       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    197       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    198       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    199       <BufferSecurityCheck>true</BufferSecurityCheck>
    200       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    201       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    202       <PrecompiledHeaderOutputFile>.\x64\Debug/gencfu.pch</PrecompiledHeaderOutputFile>
    203       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
    204       <ObjectFileName>.\x64\Debug/</ObjectFileName>
    205       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
    206       <BrowseInformation>true</BrowseInformation>
    207       <WarningLevel>Level3</WarningLevel>
    208       <SuppressStartupBanner>true</SuppressStartupBanner>
    209       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    210       <CompileAs>Default</CompileAs>
    211     </ClCompile>
    212     <ResourceCompile>
    213       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    214       <Culture>0x0409</Culture>
    215     </ResourceCompile>
    216     <Link>
    217       <OutputFile>.\x64\Debug/gencfu.exe</OutputFile>
    218       <SuppressStartupBanner>true</SuppressStartupBanner>
    219       <GenerateDebugInformation>true</GenerateDebugInformation>
    220       <ProgramDatabaseFile>.\x64\Debug/gencfu.pdb</ProgramDatabaseFile>
    221       <SubSystem>Console</SubSystem>
    222       <TargetMachine>MachineX64</TargetMachine>
    223     </Link>
    224   </ItemDefinitionGroup>
    225   <ItemGroup>
    226     <ClCompile Include="gencfu.cpp" />
    227   </ItemGroup>
    228   <ItemGroup>
    229     <ProjectReference Include="..\..\common\common.vcxproj">
    230       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
    231       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    232     </ProjectReference>
    233     <ProjectReference Include="..\..\i18n\i18n.vcxproj">
    234       <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
    235       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    236     </ProjectReference>
    237     <ProjectReference Include="..\toolutil\toolutil.vcxproj">
    238       <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
    239       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    240     </ProjectReference>
    241   </ItemGroup>
    242   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    243   <ImportGroup Label="ExtensionTargets">
    244   </ImportGroup>
    245 </Project>