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>{DBA4088D-F6F9-4F8F-8820-082A4765C16C}</ProjectGuid> 23 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Release|Win32'">.\x86\Release\</OutDir> 73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</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)'=='Release|Win32'"> 86 <CustomBuildStep> 87 <Command>copy "$(TargetPath)" ..\..\..\bin 88 </Command> 89 <Outputs>$(ProjectDir)..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 90 </CustomBuildStep> 91 <Midl> 92 <TypeLibraryName>.\x86\Release/uconv.tlb</TypeLibraryName> 93 </Midl> 94 <ClCompile> 95 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 96 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK;%(PreprocessorDefinitions)</PreprocessorDefinitions> 97 <StringPooling>true</StringPooling> 98 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 99 <FunctionLevelLinking>true</FunctionLevelLinking> 100 <DisableLanguageExtensions>true</DisableLanguageExtensions> 101 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 102 <PrecompiledHeaderOutputFile>.\x86\Release/uconv.pch</PrecompiledHeaderOutputFile> 103 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 104 <ObjectFileName>.\x86\Release/</ObjectFileName> 105 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 106 <WarningLevel>Level3</WarningLevel> 107 <SuppressStartupBanner>true</SuppressStartupBanner> 108 <CompileAs>Default</CompileAs> 109 </ClCompile> 110 <ResourceCompile> 111 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 112 <Culture>0x0409</Culture> 113 </ResourceCompile> 114 <Link> 115 <AdditionalDependencies>uconvmsg.lib;%(AdditionalDependencies)</AdditionalDependencies> 116 <OutputFile>.\x86\Release/uconv.exe</OutputFile> 117 <SuppressStartupBanner>true</SuppressStartupBanner> 118 <AdditionalLibraryDirectories>x86\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 119 <ProgramDatabaseFile>.\x86\Release/uconv.pdb</ProgramDatabaseFile> 120 <SubSystem>Console</SubSystem> 121 <RandomizedBaseAddress>false</RandomizedBaseAddress> 122 <DataExecutionPrevention> 123 </DataExecutionPrevention> 124 </Link> 125 </ItemDefinitionGroup> 126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 127 <CustomBuildStep> 128 <Command>copy "$(TargetPath)" ..\..\..\bin 129 </Command> 130 <Outputs>$(ProjectDir)..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 131 </CustomBuildStep> 132 <Midl> 133 <TypeLibraryName>.\x86\Debug/uconv.tlb</TypeLibraryName> 134 </Midl> 135 <ClCompile> 136 <Optimization>Disabled</Optimization> 137 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 138 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK;%(PreprocessorDefinitions)</PreprocessorDefinitions> 139 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 140 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 141 <BufferSecurityCheck>true</BufferSecurityCheck> 142 <DisableLanguageExtensions>true</DisableLanguageExtensions> 143 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 144 <PrecompiledHeaderOutputFile>.\x86\Debug/uconv.pch</PrecompiledHeaderOutputFile> 145 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 146 <ObjectFileName>.\x86\Debug/</ObjectFileName> 147 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 148 <WarningLevel>Level3</WarningLevel> 149 <SuppressStartupBanner>true</SuppressStartupBanner> 150 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 151 <CompileAs>Default</CompileAs> 152 </ClCompile> 153 <ResourceCompile> 154 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 155 <Culture>0x0409</Culture> 156 </ResourceCompile> 157 <Link> 158 <AdditionalDependencies>uconvmsg.lib;%(AdditionalDependencies)</AdditionalDependencies> 159 <OutputFile>.\x86\Debug/uconv.exe</OutputFile> 160 <SuppressStartupBanner>true</SuppressStartupBanner> 161 <AdditionalLibraryDirectories>x86\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 162 <GenerateDebugInformation>true</GenerateDebugInformation> 163 <ProgramDatabaseFile>.\x86\Debug/uconv.pdb</ProgramDatabaseFile> 164 <SubSystem>Console</SubSystem> 165 <RandomizedBaseAddress>false</RandomizedBaseAddress> 166 <DataExecutionPrevention> 167 </DataExecutionPrevention> 168 </Link> 169 </ItemDefinitionGroup> 170 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 171 <CustomBuildStep> 172 <Command>copy "$(TargetPath)" ..\..\..\bin64 173 </Command> 174 <Outputs>$(ProjectDir)..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 175 </CustomBuildStep> 176 <Midl> 177 <TargetEnvironment>X64</TargetEnvironment> 178 <TypeLibraryName>.\x64\Release/uconv.tlb</TypeLibraryName> 179 </Midl> 180 <ClCompile> 181 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 182 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK;%(PreprocessorDefinitions)</PreprocessorDefinitions> 183 <StringPooling>true</StringPooling> 184 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 185 <FunctionLevelLinking>true</FunctionLevelLinking> 186 <DisableLanguageExtensions>true</DisableLanguageExtensions> 187 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 188 <PrecompiledHeaderOutputFile>.\x64\Release/uconv.pch</PrecompiledHeaderOutputFile> 189 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 190 <ObjectFileName>.\x64\Release/</ObjectFileName> 191 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 192 <WarningLevel>Level3</WarningLevel> 193 <SuppressStartupBanner>true</SuppressStartupBanner> 194 <CompileAs>Default</CompileAs> 195 </ClCompile> 196 <ResourceCompile> 197 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 198 <Culture>0x0409</Culture> 199 </ResourceCompile> 200 <Link> 201 <AdditionalDependencies>uconvmsg.lib;%(AdditionalDependencies)</AdditionalDependencies> 202 <OutputFile>.\x64\Release/uconv.exe</OutputFile> 203 <SuppressStartupBanner>true</SuppressStartupBanner> 204 <AdditionalLibraryDirectories>x64\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 205 <ProgramDatabaseFile>.\x64\Release/uconv.pdb</ProgramDatabaseFile> 206 <SubSystem>Console</SubSystem> 207 <TargetMachine>MachineX64</TargetMachine> 208 </Link> 209 </ItemDefinitionGroup> 210 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 211 <CustomBuildStep> 212 <Command>copy "$(TargetPath)" ..\..\..\bin64 213 </Command> 214 <Outputs>$(ProjectDir)..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 215 </CustomBuildStep> 216 <Midl> 217 <TargetEnvironment>X64</TargetEnvironment> 218 <TypeLibraryName>.\x64\Debug/uconv.tlb</TypeLibraryName> 219 </Midl> 220 <ClCompile> 221 <Optimization>Disabled</Optimization> 222 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 223 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK;%(PreprocessorDefinitions)</PreprocessorDefinitions> 224 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 225 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 226 <BufferSecurityCheck>true</BufferSecurityCheck> 227 <DisableLanguageExtensions>true</DisableLanguageExtensions> 228 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 229 <PrecompiledHeaderOutputFile>.\x64\Debug/uconv.pch</PrecompiledHeaderOutputFile> 230 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 231 <ObjectFileName>.\x64\Debug/</ObjectFileName> 232 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 233 <WarningLevel>Level3</WarningLevel> 234 <SuppressStartupBanner>true</SuppressStartupBanner> 235 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 236 <CompileAs>Default</CompileAs> 237 </ClCompile> 238 <ResourceCompile> 239 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 240 <Culture>0x0409</Culture> 241 </ResourceCompile> 242 <Link> 243 <AdditionalDependencies>uconvmsg.lib;%(AdditionalDependencies)</AdditionalDependencies> 244 <OutputFile>.\x64\Debug/uconv.exe</OutputFile> 245 <SuppressStartupBanner>true</SuppressStartupBanner> 246 <AdditionalLibraryDirectories>x64\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 247 <GenerateDebugInformation>true</GenerateDebugInformation> 248 <ProgramDatabaseFile>.\x64\Debug/uconv.pdb</ProgramDatabaseFile> 249 <SubSystem>Console</SubSystem> 250 <TargetMachine>MachineX64</TargetMachine> 251 </Link> 252 </ItemDefinitionGroup> 253 <ItemGroup> 254 <ClCompile Include="uconv.cpp" /> 255 <ClCompile Include="uwmsg.c" /> 256 </ItemGroup> 257 <ItemGroup> 258 <ClInclude Include="unicode\uwmsg.h" /> 259 </ItemGroup> 260 <ItemGroup> 261 <None Include="resources\fr.txt" /> 262 <None Include="resources\root.txt" /> 263 <CustomBuild Include="makedata.mak"> 264 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x86\Debug 265 </Command> 266 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\Debug/uconvmsg.lib;%(Outputs)</Outputs> 267 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x64\Debug 268 </Command> 269 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\Debug/uconvmsg.lib;%(Outputs)</Outputs> 270 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x86\Release 271 </Command> 272 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\Release/uconvmsg.lib;%(Outputs)</Outputs> 273 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x64\Release 274 </Command> 275 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\Release/uconvmsg.lib;%(Outputs)</Outputs> 276 </CustomBuild> 277 <None Include="resfiles.mk" /> 278 </ItemGroup> 279 <ItemGroup> 280 <ProjectReference Include="..\..\common\common.vcxproj"> 281 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 282 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 283 </ProjectReference> 284 <ProjectReference Include="..\..\i18n\i18n.vcxproj"> 285 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 286 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 287 </ProjectReference> 288 <ProjectReference Include="..\..\tools\genrb\genrb.vcxproj"> 289 <Project>{97521d06-ec47-45d4-8bd0-9e16b3f93b2a}</Project> 290 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 291 </ProjectReference> 292 <ProjectReference Include="..\..\tools\pkgdata\pkgdata.vcxproj"> 293 <Project>{4c8454fe-81d3-4ca3-9927-29ba96f03dac}</Project> 294 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 295 </ProjectReference> 296 </ItemGroup> 297 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 298 <ImportGroup Label="ExtensionTargets"> 299 </ImportGroup> 300 </Project> 301