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