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