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>{F5AD9738-1A3D-4906-B9C4-A7D9CE33DC2C}</ProjectGuid> 23 </PropertyGroup> 24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 26 <ConfigurationType>Application</ConfigurationType> 27 <UseOfMfc>false</UseOfMfc> 28 <CharacterSet>MultiByte</CharacterSet> 29 </PropertyGroup> 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 31 <ConfigurationType>Application</ConfigurationType> 32 <UseOfMfc>false</UseOfMfc> 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)'=='Debug|x64'">.\x64\Debug\</OutDir> 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 79 </PropertyGroup> 80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 81 <CustomBuildStep> 82 <Command>copy "$(TargetPath)" ..\..\..\bin 83</Command> 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 85 </CustomBuildStep> 86 <Midl> 87 <TypeLibraryName>.\x86\Debug/makeconv.tlb</TypeLibraryName> 88 </Midl> 89 <ClCompile> 90 <Optimization>Disabled</Optimization> 91 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 92 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 93 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 94 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 95 <BufferSecurityCheck>true</BufferSecurityCheck> 96 <DisableLanguageExtensions>false</DisableLanguageExtensions> 97 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 98 <PrecompiledHeaderOutputFile>.\x86\Debug/makeconv.pch</PrecompiledHeaderOutputFile> 99 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 100 <ObjectFileName>.\x86\Debug/</ObjectFileName> 101 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 102 <BrowseInformation>true</BrowseInformation> 103 <WarningLevel>Level3</WarningLevel> 104 <SuppressStartupBanner>true</SuppressStartupBanner> 105 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 106 <CompileAs>Default</CompileAs> 107 </ClCompile> 108 <ResourceCompile> 109 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 110 <Culture>0x0409</Culture> 111 </ResourceCompile> 112 <Link> 113 <OutputFile>.\x86\Debug/makeconv.exe</OutputFile> 114 <SuppressStartupBanner>true</SuppressStartupBanner> 115 <GenerateDebugInformation>true</GenerateDebugInformation> 116 <ProgramDatabaseFile>.\x86\Debug/makeconv.pdb</ProgramDatabaseFile> 117 <SubSystem>Console</SubSystem> 118 <RandomizedBaseAddress>false</RandomizedBaseAddress> 119 <DataExecutionPrevention> 120 </DataExecutionPrevention> 121 </Link> 122 </ItemDefinitionGroup> 123 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 124 <CustomBuildStep> 125 <Command>copy "$(TargetPath)" ..\..\..\bin 126</Command> 127 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 128 </CustomBuildStep> 129 <Midl> 130 <TypeLibraryName>.\x86\Release/makeconv.tlb</TypeLibraryName> 131 </Midl> 132 <ClCompile> 133 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 134 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 135 <StringPooling>true</StringPooling> 136 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 137 <DisableLanguageExtensions>false</DisableLanguageExtensions> 138 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 139 <PrecompiledHeaderOutputFile>.\x86\Release/makeconv.pch</PrecompiledHeaderOutputFile> 140 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 141 <ObjectFileName>.\x86\Release/</ObjectFileName> 142 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 143 <WarningLevel>Level3</WarningLevel> 144 <SuppressStartupBanner>true</SuppressStartupBanner> 145 <CompileAs>Default</CompileAs> 146 </ClCompile> 147 <ResourceCompile> 148 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 149 <Culture>0x0409</Culture> 150 </ResourceCompile> 151 <Link> 152 <OutputFile>.\x86\Release/makeconv.exe</OutputFile> 153 <SuppressStartupBanner>true</SuppressStartupBanner> 154 <ProgramDatabaseFile>.\x86\Release/makeconv.pdb</ProgramDatabaseFile> 155 <SubSystem>Console</SubSystem> 156 <RandomizedBaseAddress>false</RandomizedBaseAddress> 157 <DataExecutionPrevention> 158 </DataExecutionPrevention> 159 </Link> 160 </ItemDefinitionGroup> 161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 162 <CustomBuildStep> 163 <Command>copy "$(TargetPath)" ..\..\..\bin64 164</Command> 165 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 166 </CustomBuildStep> 167 <Midl> 168 <TargetEnvironment>X64</TargetEnvironment> 169 <TypeLibraryName>.\x64\Debug/makeconv.tlb</TypeLibraryName> 170 </Midl> 171 <ClCompile> 172 <Optimization>Disabled</Optimization> 173 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 174 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 175 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 176 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 177 <BufferSecurityCheck>true</BufferSecurityCheck> 178 <DisableLanguageExtensions>false</DisableLanguageExtensions> 179 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 180 <PrecompiledHeaderOutputFile>.\x64\Debug/makeconv.pch</PrecompiledHeaderOutputFile> 181 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 182 <ObjectFileName>.\x64\Debug/</ObjectFileName> 183 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 184 <BrowseInformation>true</BrowseInformation> 185 <WarningLevel>Level3</WarningLevel> 186 <SuppressStartupBanner>true</SuppressStartupBanner> 187 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 188 <CompileAs>Default</CompileAs> 189 </ClCompile> 190 <ResourceCompile> 191 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 192 <Culture>0x0409</Culture> 193 </ResourceCompile> 194 <Link> 195 <OutputFile>.\x64\Debug/makeconv.exe</OutputFile> 196 <SuppressStartupBanner>true</SuppressStartupBanner> 197 <GenerateDebugInformation>true</GenerateDebugInformation> 198 <ProgramDatabaseFile>.\x64\Debug/makeconv.pdb</ProgramDatabaseFile> 199 <SubSystem>Console</SubSystem> 200 <TargetMachine>MachineX64</TargetMachine> 201 </Link> 202 </ItemDefinitionGroup> 203 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 204 <CustomBuildStep> 205 <Command>copy "$(TargetPath)" ..\..\..\bin64 206</Command> 207 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 208 </CustomBuildStep> 209 <Midl> 210 <TargetEnvironment>X64</TargetEnvironment> 211 <TypeLibraryName>.\x64\Release/makeconv.tlb</TypeLibraryName> 212 </Midl> 213 <ClCompile> 214 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 215 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 216 <StringPooling>true</StringPooling> 217 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 218 <DisableLanguageExtensions>false</DisableLanguageExtensions> 219 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 220 <PrecompiledHeaderOutputFile>.\x64\Release/makeconv.pch</PrecompiledHeaderOutputFile> 221 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 222 <ObjectFileName>.\x64\Release/</ObjectFileName> 223 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 224 <WarningLevel>Level3</WarningLevel> 225 <SuppressStartupBanner>true</SuppressStartupBanner> 226 <CompileAs>Default</CompileAs> 227 </ClCompile> 228 <ResourceCompile> 229 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 230 <Culture>0x0409</Culture> 231 </ResourceCompile> 232 <Link> 233 <OutputFile>.\x64\Release/makeconv.exe</OutputFile> 234 <SuppressStartupBanner>true</SuppressStartupBanner> 235 <ProgramDatabaseFile>.\x64\Release/makeconv.pdb</ProgramDatabaseFile> 236 <SubSystem>Console</SubSystem> 237 <TargetMachine>MachineX64</TargetMachine> 238 </Link> 239 </ItemDefinitionGroup> 240 <ItemGroup> 241 <ClCompile Include="gencnvex.c" /> 242 <ClCompile Include="genmbcs.cpp" /> 243 <ClCompile Include="makeconv.c" /> 244 <ClCompile Include="ucnvstat.c" /> 245 </ItemGroup> 246 <ItemGroup> 247 <ClInclude Include="genmbcs.h" /> 248 <ClInclude Include="makeconv.h" /> 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