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>{D9DF7F2F-93B7-4810-B5CD-96F4F33C079B}</ProjectGuid> 23 <Keyword>MakeFileProj</Keyword> 24 <PlatformToolset>v140</PlatformToolset> 25 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 26 <ConfigurationType>Makefile</ConfigurationType> 27 <UseOfMfc>false</UseOfMfc> 28 </PropertyGroup> 29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 31 <ImportGroup Label="ExtensionSettings"> 32 </ImportGroup> 33 <ImportGroup Label="PropertySheets"> 34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 35 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 36 </ImportGroup> 37 <PropertyGroup Label="UserMacros" /> 38 <PropertyGroup> 39 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 40 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\data\tmp\x86\</OutDir> 41 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\data\build\</IntDir> 42 <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release</NMakeBuildCommandLine> 43 <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release clean all</NMakeReBuildCommandLine> 44 <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release clean</NMakeCleanCommandLine> 45 <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 46 <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 47 <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath> 48 <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeForcedIncludes)</NMakeForcedIncludes> 49 <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath> 50 <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies> 51 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\data\tmp\x86\</OutDir> 52 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\data\build\</IntDir> 53 <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug</NMakeBuildCommandLine> 54 <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug clean all</NMakeReBuildCommandLine> 55 <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug clean</NMakeCleanCommandLine> 56 <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 57 <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 58 <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath> 59 <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeForcedIncludes)</NMakeForcedIncludes> 60 <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath> 61 <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies> 62 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\data\tmp\x64\</OutDir> 63 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\data\build\</IntDir> 64 <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release</NMakeBuildCommandLine> 65 <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release clean all</NMakeReBuildCommandLine> 66 <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release clean</NMakeCleanCommandLine> 67 <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 68 <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 69 <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath> 70 <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeForcedIncludes)</NMakeForcedIncludes> 71 <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath> 72 <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies> 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\data\tmp\x64\</OutDir> 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\data\build\</IntDir> 75 <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug</NMakeBuildCommandLine> 76 <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug clean all</NMakeReBuildCommandLine> 77 <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug clean</NMakeCleanCommandLine> 78 <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 79 <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 80 <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath> 81 <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeForcedIncludes)</NMakeForcedIncludes> 82 <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath> 83 <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies> 84 </PropertyGroup> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 86 <BuildLog> 87 <Path>.\out\tmp\x86\ReleaseBuildLog.html</Path> 88 </BuildLog> 89 </ItemDefinitionGroup> 90 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 91 <BuildLog> 92 <Path>.\out\tmp\x86\DebugBuildLog.html</Path> 93 </BuildLog> 94 </ItemDefinitionGroup> 95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 96 <BuildLog> 97 <Path>.\out\tmp\x64\ReleaseBuildLog.html</Path> 98 </BuildLog> 99 </ItemDefinitionGroup> 100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 101 <BuildLog> 102 <Path>.\out\tmp\x64\DebugBuildLog.html</Path> 103 </BuildLog> 104 </ItemDefinitionGroup> 105 <ItemGroup> 106 <None Include="brkitr\brkfiles.mk" /> 107 <None Include="coll\colfiles.mk" /> 108 <None Include="makedata.mak" /> 109 <None Include="misc\miscfiles.mk" /> 110 <None Include="rbnf\rbnffiles.mk" /> 111 <None Include="locales\resfiles.mk" /> 112 <None Include="..\test\testdata\testdata.mak" /> 113 <None Include="translit\trnsfiles.mk" /> 114 <None Include="..\test\testdata\tstfiles.mk" /> 115 <None Include="mappings\ucmcore.mk" /> 116 <None Include="mappings\ucmebcdic.mk" /> 117 <None Include="mappings\ucmfiles.mk" /> 118 </ItemGroup> 119 <ItemGroup> 120 <ProjectReference Include="..\common\common.vcxproj"> 121 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 122 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 123 </ProjectReference> 124 <ProjectReference Include="..\extra\uconv\uconv.vcxproj"> 125 <Project>{dba4088d-f6f9-4f8f-8820-082a4765c16c}</Project> 126 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 127 </ProjectReference> 128 <ProjectReference Include="..\i18n\i18n.vcxproj"> 129 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 130 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 131 </ProjectReference> 132 <ProjectReference Include="..\io\io.vcxproj"> 133 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project> 134 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 135 </ProjectReference> 136 <ProjectReference Include="..\stubdata\stubdata.vcxproj"> 137 <Project>{203ec78a-0531-43f0-a636-285439bde025}</Project> 138 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 139 </ProjectReference> 140 <ProjectReference Include="..\test\cintltst\cintltst.vcxproj"> 141 <Project>{3d1246ae-1b32-479b-beca-aefa97be2321}</Project> 142 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 143 </ProjectReference> 144 <ProjectReference Include="..\test\intltest\intltest.vcxproj"> 145 <Project>{73632960-b3a6-464d-83a3-4b43365f19b8}</Project> 146 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 147 </ProjectReference> 148 <ProjectReference Include="..\test\iotest\iotest.vcxproj"> 149 <Project>{e4993e82-d68a-46ca-bae0-9d35e172e46f}</Project> 150 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 151 </ProjectReference> 152 <ProjectReference Include="..\tools\ctestfw\ctestfw.vcxproj"> 153 <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project> 154 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 155 </ProjectReference> 156 <ProjectReference Include="..\tools\genbrk\genbrk.vcxproj"> 157 <Project>{c2be5000-7501-4e87-9724-b8d82494fae6}</Project> 158 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 159 </ProjectReference> 160 <ProjectReference Include="..\tools\genccode\genccode.vcxproj"> 161 <Project>{fdd3c4f2-9805-44eb-9a77-bc1c1c95b547}</Project> 162 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 163 </ProjectReference> 164 <ProjectReference Include="..\tools\gencfu\gencfu.vcxproj"> 165 <Project>{691ee0c0-dc57-4a48-8aee-8ed75eb3a057}</Project> 166 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 167 </ProjectReference> 168 <ProjectReference Include="..\tools\gencmn\gencmn.vcxproj"> 169 <Project>{a8d36f8d-09e6-4174-91c3-7beaa9c3f04f}</Project> 170 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 171 </ProjectReference> 172 <ProjectReference Include="..\tools\gencnval\gencnval.vcxproj"> 173 <Project>{8b41752b-5a52-41e4-b7e0-07921c0cc6bf}</Project> 174 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 175 </ProjectReference> 176 <ProjectReference Include="..\tools\gendict\gendict.vcxproj"> 177 <Project>{9d4211f7-2c77-439c-82f0-30a4e43ba569}</Project> 178 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 179 </ProjectReference> 180 <ProjectReference Include="..\tools\gennorm2\gennorm2.vcxproj"> 181 <Project>{c7891a65-80ab-4245-912e-5f1e17b0e6c4}</Project> 182 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 183 </ProjectReference> 184 <ProjectReference Include="..\tools\genrb\derb.vcxproj"> 185 <Project>{d3065adb-8820-4cc7-9b6c-9510833961a3}</Project> 186 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 187 </ProjectReference> 188 <ProjectReference Include="..\tools\genrb\genrb.vcxproj"> 189 <Project>{97521d06-ec47-45d4-8bd0-9e16b3f93b2a}</Project> 190 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 191 </ProjectReference> 192 <ProjectReference Include="..\tools\gensprep\gensprep.vcxproj"> 193 <Project>{631c23ce-6c1d-4875-88f0-85e0a42b36ea}</Project> 194 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 195 </ProjectReference> 196 <ProjectReference Include="..\tools\gentest\gentest.vcxproj"> 197 <Project>{77c78066-746f-4ea6-b3fe-b8c8a4a97891}</Project> 198 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 199 </ProjectReference> 200 <ProjectReference Include="..\tools\icupkg\icupkg.vcxproj"> 201 <Project>{62d4b15d-7a90-4ecb-ba19-5e021d6a21bc}</Project> 202 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 203 </ProjectReference> 204 <ProjectReference Include="..\tools\makeconv\makeconv.vcxproj"> 205 <Project>{f5ad9738-1a3d-4906-b9c4-a7d9ce33dc2c}</Project> 206 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 207 </ProjectReference> 208 <ProjectReference Include="..\tools\pkgdata\pkgdata.vcxproj"> 209 <Project>{4c8454fe-81d3-4ca3-9927-29ba96f03dac}</Project> 210 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 211 </ProjectReference> 212 <ProjectReference Include="..\tools\toolutil\toolutil.vcxproj"> 213 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 214 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 215 </ProjectReference> 216 </ItemGroup> 217 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 218 <ImportGroup Label="ExtensionTargets"> 219 </ImportGroup> 220 </Project>