1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
7+ <ProjectGuid >{799887C7-4BD5-42B2-B938-08A26A4DB827}</ProjectGuid >
8+ <OutputType >AppContainerExe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >OnDemandLoading</RootNamespace >
11+ <AssemblyName >OnDemandLoading</AssemblyName >
12+ <DefaultLanguage >en-US</DefaultLanguage >
13+ <TargetPlatformIdentifier >UAP</TargetPlatformIdentifier >
14+ <TargetPlatformVersion >10.0.14393.0</TargetPlatformVersion >
15+ <TargetPlatformMinVersion >10.0.10586.0</TargetPlatformMinVersion >
16+ <MinimumVisualStudioVersion >14</MinimumVisualStudioVersion >
17+ <FileAlignment >512</FileAlignment >
18+ <ProjectTypeGuids >{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
19+ <PackageCertificateKeyFile >App1_TemporaryKey.pfx</PackageCertificateKeyFile >
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
22+ <DebugSymbols >true</DebugSymbols >
23+ <OutputPath >bin\x86\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
25+ <NoWarn >;2008</NoWarn >
26+ <DebugType >full</DebugType >
27+ <PlatformTarget >x86</PlatformTarget >
28+ <UseVSHostingProcess >false</UseVSHostingProcess >
29+ <ErrorReport >prompt</ErrorReport >
30+ <Prefer32Bit >true</Prefer32Bit >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
33+ <OutputPath >bin\x86\Release\</OutputPath >
34+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
35+ <Optimize >true</Optimize >
36+ <NoWarn >;2008</NoWarn >
37+ <DebugType >pdbonly</DebugType >
38+ <PlatformTarget >x86</PlatformTarget >
39+ <UseVSHostingProcess >false</UseVSHostingProcess >
40+ <ErrorReport >prompt</ErrorReport >
41+ <Prefer32Bit >true</Prefer32Bit >
42+ <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|ARM'" >
45+ <DebugSymbols >true</DebugSymbols >
46+ <OutputPath >bin\ARM\Debug\</OutputPath >
47+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
48+ <NoWarn >;2008</NoWarn >
49+ <DebugType >full</DebugType >
50+ <PlatformTarget >ARM</PlatformTarget >
51+ <UseVSHostingProcess >false</UseVSHostingProcess >
52+ <ErrorReport >prompt</ErrorReport >
53+ <Prefer32Bit >true</Prefer32Bit >
54+ </PropertyGroup >
55+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|ARM'" >
56+ <OutputPath >bin\ARM\Release\</OutputPath >
57+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
58+ <Optimize >true</Optimize >
59+ <NoWarn >;2008</NoWarn >
60+ <DebugType >pdbonly</DebugType >
61+ <PlatformTarget >ARM</PlatformTarget >
62+ <UseVSHostingProcess >false</UseVSHostingProcess >
63+ <ErrorReport >prompt</ErrorReport >
64+ <Prefer32Bit >true</Prefer32Bit >
65+ <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
66+ </PropertyGroup >
67+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
68+ <DebugSymbols >true</DebugSymbols >
69+ <OutputPath >bin\x64\Debug\</OutputPath >
70+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
71+ <NoWarn >;2008</NoWarn >
72+ <DebugType >full</DebugType >
73+ <PlatformTarget >x64</PlatformTarget >
74+ <UseVSHostingProcess >false</UseVSHostingProcess >
75+ <ErrorReport >prompt</ErrorReport >
76+ <Prefer32Bit >true</Prefer32Bit >
77+ </PropertyGroup >
78+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
79+ <OutputPath >bin\x64\Release\</OutputPath >
80+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
81+ <Optimize >true</Optimize >
82+ <NoWarn >;2008</NoWarn >
83+ <DebugType >pdbonly</DebugType >
84+ <PlatformTarget >x64</PlatformTarget >
85+ <UseVSHostingProcess >false</UseVSHostingProcess >
86+ <ErrorReport >prompt</ErrorReport >
87+ <Prefer32Bit >true</Prefer32Bit >
88+ <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
89+ </PropertyGroup >
90+ <ItemGroup >
91+ <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
92+ <None Include =" project.json" />
93+ </ItemGroup >
94+ <ItemGroup >
95+ <Compile Include =" App.xaml.cs" >
96+ <DependentUpon >App.xaml</DependentUpon >
97+ </Compile >
98+ <Compile Include =" MainPage.xaml.cs" >
99+ <DependentUpon >MainPage.xaml</DependentUpon >
100+ </Compile >
101+ <Compile Include =" Model.cs" />
102+ <Compile Include =" Properties\AssemblyInfo.cs" />
103+ <Compile Include =" ViewModel.cs" />
104+ </ItemGroup >
105+ <ItemGroup >
106+ <AppxManifest Include =" Package.appxmanifest" >
107+ <SubType >Designer</SubType >
108+ </AppxManifest >
109+ <None Include =" App1_TemporaryKey.pfx" />
110+ </ItemGroup >
111+ <ItemGroup >
112+ <Content Include =" Properties\Default.rd.xml" />
113+ <Content Include =" Assets\LockScreenLogo.scale-200.png" />
114+ <Content Include =" Assets\SplashScreen.scale-200.png" />
115+ <Content Include =" Assets\Square150x150Logo.scale-200.png" />
116+ <Content Include =" Assets\Square44x44Logo.scale-200.png" />
117+ <Content Include =" Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
118+ <Content Include =" Assets\StoreLogo.png" />
119+ <Content Include =" Assets\Wide310x150Logo.scale-200.png" />
120+ </ItemGroup >
121+ <ItemGroup >
122+ <ApplicationDefinition Include =" App.xaml" >
123+ <Generator >MSBuild:Compile</Generator >
124+ <SubType >Designer</SubType >
125+ </ApplicationDefinition >
126+ <Page Include =" MainPage.xaml" >
127+ <Generator >MSBuild:Compile</Generator >
128+ <SubType >Designer</SubType >
129+ </Page >
130+ </ItemGroup >
131+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' " >
132+ <VisualStudioVersion >14.0</VisualStudioVersion >
133+ </PropertyGroup >
134+ <Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
135+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
136+ Other similar extension points exist, see Microsoft.Common.targets.
137+ <Target Name="BeforeBuild">
138+ </Target>
139+ <Target Name="AfterBuild">
140+ </Target>
141+ -->
142+ </Project >
0 commit comments