diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /intl/icu/source/data/makedata_uwp.vcxproj | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'intl/icu/source/data/makedata_uwp.vcxproj')
-rw-r--r-- | intl/icu/source/data/makedata_uwp.vcxproj | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/intl/icu/source/data/makedata_uwp.vcxproj b/intl/icu/source/data/makedata_uwp.vcxproj new file mode 100644 index 0000000000..cdc4e4ec21 --- /dev/null +++ b/intl/icu/source/data/makedata_uwp.vcxproj @@ -0,0 +1,88 @@ +<?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="makedata.mak" /> + <None Include="..\test\testdata\testdata.mak" /> + <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>
\ No newline at end of file |