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