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