1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup Label="Globals"> 4 <ProjectGuid>{D9DF7F2F-93B7-4810-B5CD-96F4F33C079B}</ProjectGuid> 5 <Keyword>MakeFileProj</Keyword> 6 <ConfigurationType>Makefile</ConfigurationType> 7 <UseOfMfc>false</UseOfMfc> 8 </PropertyGroup> 9 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 10 <!-- The following import will include the 'default' configuration options for VS projects. --> 11 <Import Project="..\allinone\Build.Windows.ProjectConfiguration.props" /> 12 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 13 <ImportGroup Label="ExtensionSettings"> 14 </ImportGroup> 15 <PropertyGroup Label="UserMacros" /> 16 <PropertyGroup> 17 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 18 <OutDir>.\data\tmp\$(Platform)\</OutDir> 19 <IntDir>.\data\build\</IntDir> 20 <MakeCFG>$(Platform)\$(Configuration)</MakeCFG> 21 <DebugBuild Condition="'$(Configuration)'=='Debug'">true</DebugBuild> 22 <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. --> 23 <OutDir Condition="'$(Platform)'=='Win32'">.\data\tmp\x86\</OutDir> 24 <MakeCFG Condition="'$(Platform)'=='Win32'">x86\$(Configuration)</MakeCFG> 25 <!-- NMake --> 26 <NMakeBuildCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) DEBUG=$(DebugBuild)</NMakeBuildCommandLine> 27 <NMakeReBuildCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) clean all</NMakeReBuildCommandLine> 28 <NMakeCleanCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) clean</NMakeCleanCommandLine> 29 <NMakeOutput/> 30 <NMakePreprocessorDefinitions>$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 31 <NMakeIncludeSearchPath>$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath> 32 <NMakeForcedIncludes>$(NMakeForcedIncludes)</NMakeForcedIncludes> 33 <NMakeAssemblySearchPath>$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath> 34 <NMakeForcedUsingAssemblies>$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies> 35 </PropertyGroup> 36 <ItemDefinitionGroup> 37 <BuildLog> 38 <Path>.\data\log\$(Platform)\$(Configuration)BuildLog.html</Path> 39 </BuildLog> 40 </ItemDefinitionGroup> 41 <ItemGroup> 42 <None Include="brkitr\brkfiles.mk" /> 43 <None Include="coll\colfiles.mk" /> 44 <None Include="makedata.mak" /> 45 <None Include="misc\miscfiles.mk" /> 46 <None Include="rbnf\rbnffiles.mk" /> 47 <None Include="locales\resfiles.mk" /> 48 <None Include="..\test\testdata\testdata.mak" /> 49 <None Include="translit\trnsfiles.mk" /> 50 <None Include="mappings\ucmcore.mk" /> 51 <None Include="mappings\ucmebcdic.mk" /> 52 <None Include="mappings\ucmfiles.mk" /> 53 </ItemGroup> 54 <ItemGroup> 55 <ProjectReference Include="..\common\common.vcxproj"> 56 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 57 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 58 </ProjectReference> 59 <ProjectReference Include="..\extra\uconv\uconv.vcxproj"> 60 <Project>{dba4088d-f6f9-4f8f-8820-082a4765c16c}</Project> 61 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 62 </ProjectReference> 63 <ProjectReference Include="..\i18n\i18n.vcxproj"> 64 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 65 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 66 </ProjectReference> 67 <ProjectReference Include="..\io\io.vcxproj"> 68 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project> 69 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 70 </ProjectReference> 71 <ProjectReference Include="..\stubdata\stubdata.vcxproj"> 72 <Project>{203ec78a-0531-43f0-a636-285439bde025}</Project> 73 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 74 </ProjectReference> 75 <ProjectReference Include="..\test\cintltst\cintltst.vcxproj"> 76 <Project>{3d1246ae-1b32-479b-beca-aefa97be2321}</Project> 77 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 78 </ProjectReference> 79 <ProjectReference Include="..\test\intltest\intltest.vcxproj"> 80 <Project>{73632960-b3a6-464d-83a3-4b43365f19b8}</Project> 81 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 82 </ProjectReference> 83 <ProjectReference Include="..\test\iotest\iotest.vcxproj"> 84 <Project>{e4993e82-d68a-46ca-bae0-9d35e172e46f}</Project> 85 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 86 </ProjectReference> 87 <ProjectReference Include="..\tools\ctestfw\ctestfw.vcxproj"> 88 <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project> 89 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 90 </ProjectReference> 91 <ProjectReference Include="..\tools\genbrk\genbrk.vcxproj"> 92 <Project>{c2be5000-7501-4e87-9724-b8d82494fae6}</Project> 93 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 94 </ProjectReference> 95 <ProjectReference Include="..\tools\genccode\genccode.vcxproj"> 96 <Project>{fdd3c4f2-9805-44eb-9a77-bc1c1c95b547}</Project> 97 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 98 </ProjectReference> 99 <ProjectReference Include="..\tools\gencfu\gencfu.vcxproj"> 100 <Project>{691ee0c0-dc57-4a48-8aee-8ed75eb3a057}</Project> 101 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 102 </ProjectReference> 103 <ProjectReference Include="..\tools\gencmn\gencmn.vcxproj"> 104 <Project>{a8d36f8d-09e6-4174-91c3-7beaa9c3f04f}</Project> 105 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 106 </ProjectReference> 107 <ProjectReference Include="..\tools\gencnval\gencnval.vcxproj"> 108 <Project>{8b41752b-5a52-41e4-b7e0-07921c0cc6bf}</Project> 109 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 110 </ProjectReference> 111 <ProjectReference Include="..\tools\gendict\gendict.vcxproj"> 112 <Project>{9d4211f7-2c77-439c-82f0-30a4e43ba569}</Project> 113 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 114 </ProjectReference> 115 <ProjectReference Include="..\tools\gennorm2\gennorm2.vcxproj"> 116 <Project>{c7891a65-80ab-4245-912e-5f1e17b0e6c4}</Project> 117 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 118 </ProjectReference> 119 <ProjectReference Include="..\tools\genrb\derb.vcxproj"> 120 <Project>{d3065adb-8820-4cc7-9b6c-9510833961a3}</Project> 121 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 122 </ProjectReference> 123 <ProjectReference Include="..\tools\genrb\genrb.vcxproj"> 124 <Project>{97521d06-ec47-45d4-8bd0-9e16b3f93b2a}</Project> 125 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 126 </ProjectReference> 127 <ProjectReference Include="..\tools\gensprep\gensprep.vcxproj"> 128 <Project>{631c23ce-6c1d-4875-88f0-85e0a42b36ea}</Project> 129 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 130 </ProjectReference> 131 <ProjectReference Include="..\tools\gentest\gentest.vcxproj"> 132 <Project>{77c78066-746f-4ea6-b3fe-b8c8a4a97891}</Project> 133 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 134 </ProjectReference> 135 <ProjectReference Include="..\tools\icupkg\icupkg.vcxproj"> 136 <Project>{62d4b15d-7a90-4ecb-ba19-5e021d6a21bc}</Project> 137 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 138 </ProjectReference> 139 <ProjectReference Include="..\tools\makeconv\makeconv.vcxproj"> 140 <Project>{f5ad9738-1a3d-4906-b9c4-a7d9ce33dc2c}</Project> 141 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 142 </ProjectReference> 143 <ProjectReference Include="..\tools\pkgdata\pkgdata.vcxproj"> 144 <Project>{4c8454fe-81d3-4ca3-9927-29ba96f03dac}</Project> 145 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 146 </ProjectReference> 147 <ProjectReference Include="..\tools\toolutil\toolutil.vcxproj"> 148 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 149 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 150 </ProjectReference> 151 </ItemGroup> 152 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 153 <ImportGroup Label="ExtensionTargets"> 154 </ImportGroup> 155</Project> 156