You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
4.1 KiB
94 lines
4.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|ARM">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|ARM64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Arm">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ARM64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{B1D53358-37BD-48BC-B27C-68BAF1E78508}</ProjectGuid>
|
|
<Keyword>MakeFileProj</Keyword>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
</PropertyGroup>
|
|
<!-- The following import will include the 'default' configuration options for VS UWP projects. -->
|
|
<Import Project="..\allinone\Build.Windows.UWP.ProjectConfiguration.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
<OutDir>.\data\tmp\$(Platform)\</OutDir>
|
|
<IntDir>.\data\build\</IntDir>
|
|
<MakeCFG>$(Platform)\$(Configuration)</MakeCFG>
|
|
<!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. -->
|
|
<OutDir Condition="'$(Platform)'=='Win32'">.\data\tmp\x86\</OutDir>
|
|
<MakeCFG Condition="'$(Platform)'=='Win32'">x86\$(Configuration)</MakeCFG>
|
|
<!-- NMake -->
|
|
<NMakeBuildCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) UWP=UWP</NMakeBuildCommandLine>
|
|
<NMakeReBuildCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) UWP=UWP clean all</NMakeReBuildCommandLine>
|
|
<NMakeCleanCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) UWP=UWP clean</NMakeCleanCommandLine>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<BuildLog>
|
|
<Path>$(OutDir)$(Configuration)UWPBuildLog.html</Path>
|
|
</BuildLog>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<None Include="brkitr\brkfiles.mk" />
|
|
<None Include="coll\colfiles.mk" />
|
|
<None Include="makedata.mak" />
|
|
<None Include="misc\miscfiles.mk" />
|
|
<None Include="rbnf\rbnffiles.mk" />
|
|
<None Include="locales\resfiles.mk" />
|
|
<None Include="..\test\testdata\testdata.mak" />
|
|
<None Include="translit\trnsfiles.mk" />
|
|
<None Include="mappings\ucmcore.mk" />
|
|
<None Include="mappings\ucmebcdic.mk" />
|
|
<None Include="mappings\ucmfiles.mk" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include=".\makedata.vcxproj">
|
|
<Project>{D9DF7F2F-93B7-4810-B5CD-96F4F33C079B}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Target Name="Build" Condition="'$(SkipUWP)'=='true'">
|
|
<Message Text="Skipping building the UWP project: $(MSBuildThisFile)" Importance="high" />
|
|
</Target>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" Condition="'$(SkipUWP)'!='true'" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |