]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 | 1 | <?xml version="1.0" encoding="utf-8"?> |
0f5d89e8 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
f3c0d7a5 A |
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="Debug|ARM"> | |
13 | <Configuration>Debug</Configuration> | |
14 | <Platform>ARM</Platform> | |
15 | </ProjectConfiguration> | |
16 | <ProjectConfiguration Include="Release|Win32"> | |
17 | <Configuration>Release</Configuration> | |
18 | <Platform>Win32</Platform> | |
19 | </ProjectConfiguration> | |
20 | <ProjectConfiguration Include="Release|x64"> | |
21 | <Configuration>Release</Configuration> | |
22 | <Platform>x64</Platform> | |
23 | </ProjectConfiguration> | |
24 | <ProjectConfiguration Include="Release|Arm"> | |
25 | <Configuration>Release</Configuration> | |
26 | <Platform>ARM</Platform> | |
27 | </ProjectConfiguration> | |
28 | </ItemGroup> | |
29 | <PropertyGroup Label="Globals"> | |
30 | <ProjectGuid>{B1D53358-37BD-48BC-B27C-68BAF1E78508}</ProjectGuid> | |
31 | <Keyword>MakeFileProj</Keyword> | |
32 | <DefaultLanguage>en-US</DefaultLanguage> | |
f3c0d7a5 A |
33 | <ConfigurationType>Makefile</ConfigurationType> |
34 | <UseOfMfc>false</UseOfMfc> | |
35 | </PropertyGroup> | |
3d1f044b A |
36 | <!-- The following import will include the 'default' configuration options for VS UWP projects. --> |
37 | <Import Project="..\allinone\Build.Windows.UWP.ProjectConfiguration.props" /> | |
f3c0d7a5 A |
38 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
40 | <ImportGroup Label="ExtensionSettings"> | |
41 | </ImportGroup> | |
42 | <ImportGroup Label="PropertySheets"> | |
43 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
44 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
45 | </ImportGroup> | |
46 | <PropertyGroup Label="UserMacros" /> | |
47 | <PropertyGroup> | |
48 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
49 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\data\tmp\x86\</OutDir> | |
50 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\data\tmp\x86\</OutDir> | |
51 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\data\tmp\x64\</OutDir> | |
52 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\data\tmp\x64\</OutDir> | |
53 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\data\tmp\arm\</OutDir> | |
54 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\data\tmp\arm\</OutDir> | |
55 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\data\build\</IntDir> | |
56 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\data\build\</IntDir> | |
57 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\data\build\</IntDir> | |
58 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\data\build\</IntDir> | |
59 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\data\build\</IntDir> | |
60 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\data\build\</IntDir> | |
61 | <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release UWP=UWP</NMakeBuildCommandLine> | |
62 | <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release UWP=UWP clean all</NMakeReBuildCommandLine> | |
63 | <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release UWP=UWP clean</NMakeCleanCommandLine> | |
64 | <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug UWP=UWP</NMakeBuildCommandLine> | |
65 | <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug UWP=UWP clean all</NMakeReBuildCommandLine> | |
66 | <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug UWP=UWP clean</NMakeCleanCommandLine> | |
67 | <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release UWP=UWP</NMakeBuildCommandLine> | |
68 | <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release UWP=UWP clean all</NMakeReBuildCommandLine> | |
69 | <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release UWP=UWP clean</NMakeCleanCommandLine> | |
70 | <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug UWP=UWP</NMakeBuildCommandLine> | |
71 | <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug UWP=UWP clean all</NMakeReBuildCommandLine> | |
72 | <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug UWP=UWP clean</NMakeCleanCommandLine> | |
73 | <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=ARM\Release UWP=UWP</NMakeBuildCommandLine> | |
74 | <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=ARM\Release UWP=UWP clean all</NMakeReBuildCommandLine> | |
75 | <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=ARM\Release UWP=UWP clean</NMakeCleanCommandLine> | |
76 | <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=ARM\Debug UWP=UWP</NMakeBuildCommandLine> | |
77 | <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=ARM\Debug UWP=UWP clean all</NMakeReBuildCommandLine> | |
78 | <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=ARM\Debug UWP=UWP clean</NMakeCleanCommandLine> | |
79 | </PropertyGroup> | |
80 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
81 | <BuildLog> | |
82 | <Path>.\out\tmp\x86\ReleaseUWPBuildLog.html</Path> | |
83 | </BuildLog> | |
84 | </ItemDefinitionGroup> | |
85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
86 | <BuildLog> | |
87 | <Path>.\out\tmp\x86\DebugUWPBuildLog.html</Path> | |
88 | </BuildLog> | |
89 | </ItemDefinitionGroup> | |
90 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
91 | <BuildLog> | |
92 | <Path>.\out\tmp\x64\ReleaseUWPBuildLog.html</Path> | |
93 | </BuildLog> | |
94 | </ItemDefinitionGroup> | |
95 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
96 | <BuildLog> | |
97 | <Path>.\out\tmp\x64\DebugUWPBuildLog.html</Path> | |
98 | </BuildLog> | |
99 | </ItemDefinitionGroup> | |
100 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | |
101 | <BuildLog> | |
102 | <Path>.\out\tmp\arm\ReleaseUWPBuildLog.html</Path> | |
103 | </BuildLog> | |
104 | </ItemDefinitionGroup> | |
105 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | |
106 | <BuildLog> | |
107 | <Path>.\out\tmp\arm\DebugUWPBuildLog.html</Path> | |
108 | </BuildLog> | |
109 | </ItemDefinitionGroup> | |
110 | <ItemGroup> | |
111 | <None Include="brkitr\brkfiles.mk" /> | |
112 | <None Include="coll\colfiles.mk" /> | |
113 | <None Include="makedata.mak" /> | |
114 | <None Include="misc\miscfiles.mk" /> | |
115 | <None Include="rbnf\rbnffiles.mk" /> | |
116 | <None Include="locales\resfiles.mk" /> | |
117 | <None Include="..\test\testdata\testdata.mak" /> | |
118 | <None Include="translit\trnsfiles.mk" /> | |
119 | <None Include="..\test\testdata\tstfiles.mk" /> | |
120 | <None Include="mappings\ucmcore.mk" /> | |
121 | <None Include="mappings\ucmebcdic.mk" /> | |
122 | <None Include="mappings\ucmfiles.mk" /> | |
123 | </ItemGroup> | |
124 | <ItemGroup> | |
125 | <ProjectReference Include=".\makedata.vcxproj"> | |
126 | <Project>{D9DF7F2F-93B7-4810-B5CD-96F4F33C079B}</Project> | |
127 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
128 | </ProjectReference> | |
129 | </ItemGroup> | |
3d1f044b A |
130 | <Target Name="Build" Condition="'$(SkipUWP)'=='true'"> |
131 | <Message Text="Skipping building the UWP project: $(MSBuildThisFile)" Importance="high" /> | |
132 | </Target> | |
133 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" Condition="'$(SkipUWP)'!='true'" /> | |
f3c0d7a5 A |
134 | <ImportGroup Label="ExtensionTargets"> |
135 | </ImportGroup> | |
136 | </Project> |