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