1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|AnyCPU" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >AnyCPU</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Debug|ARM" >
9+ <Configuration >Debug</Configuration >
10+ <Platform >ARM</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Debug|x86" >
17+ <Configuration >Debug</Configuration >
18+ <Platform >x86</Platform >
19+ </ProjectConfiguration >
20+ <ProjectConfiguration Include =" Release|AnyCPU" >
21+ <Configuration >Release</Configuration >
22+ <Platform >AnyCPU</Platform >
23+ </ProjectConfiguration >
24+ <ProjectConfiguration Include =" Release|ARM" >
25+ <Configuration >Release</Configuration >
26+ <Platform >ARM</Platform >
27+ <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
28+ </ProjectConfiguration >
29+ <ProjectConfiguration Include =" Release|x64" >
30+ <Configuration >Release</Configuration >
31+ <Platform >x64</Platform >
32+ <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
33+ </ProjectConfiguration >
34+ <ProjectConfiguration Include =" Release|x86" >
35+ <Configuration >Release</Configuration >
36+ <Platform >x86</Platform >
37+ <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
38+ </ProjectConfiguration >
39+ </ItemGroup >
40+ <PropertyGroup Label =" Globals" >
41+ <ProjectGuid >d0e595e4-4b5e-4ad4-880c-f8689483bd5a</ProjectGuid >
42+ </PropertyGroup >
43+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0'" >
45+ <VisualStudioVersion >14.0</VisualStudioVersion >
46+ </PropertyGroup >
47+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" />
48+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
49+ <PropertyGroup >
50+ <EnableDotNetNativeCompatibleProfile >true</EnableDotNetNativeCompatibleProfile >
51+ <TargetPlatformIdentifier >UAP</TargetPlatformIdentifier >
52+ <TargetPlatformVersion >10.0.10240.0</TargetPlatformVersion >
53+ <TargetPlatformMinVersion >10.0.10141.0</TargetPlatformMinVersion >
54+ <MinimumVisualStudioVersion >$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion >
55+ <DefaultLanguage >en-US</DefaultLanguage >
56+ <PackageCertificateKeyFile >BGAudio_TemporaryKey.pfx</PackageCertificateKeyFile >
57+ </PropertyGroup >
58+ <ItemGroup >
59+ <AppxManifest Include =" package.appxmanifest" >
60+ <SubType >Designer</SubType >
61+ </AppxManifest >
62+ <Content Include =" default.html" />
63+ <Content Include =" images\LockScreenLogo.scale-200.png" />
64+ <Content Include =" images\SplashScreen.scale-200.png" />
65+ <Content Include =" images\Square150x150Logo.scale-200.png" />
66+ <Content Include =" images\Square44x44Logo.scale-200.png" />
67+ <Content Include =" images\Square44x44Logo.targetsize-24_altform-unplated.png" />
68+ <Content Include =" images\StoreLogo.png" />
69+ <Content Include =" images\Wide310x150Logo.scale-200.png" />
70+ <Content Include =" js\audio.js" />
71+ <Content Include =" js\default.js" />
72+ <Content Include =" css\default.css" />
73+ <Content Include =" js\global.js" />
74+ <Content Include =" js\messages.js" />
75+ <Content Include =" Media\Assets\Fragile.mp3" />
76+ <Content Include =" Media\Assets\k.m4a" />
77+ <Content Include =" Media\Assets\Perfect.m4a" />
78+ <Content Include =" WinJS\css\ui-dark.css" />
79+ <Content Include =" WinJS\css\ui-light.css" />
80+ <Content Include =" WinJS\fonts\Symbols.ttf" />
81+ <Content Include =" WinJS\js\en-US\ui.strings.js" />
82+ <Content Include =" WinJS\js\base.js" />
83+ <Content Include =" WinJS\js\ui.js" />
84+ <None Include =" BGAudio_TemporaryKey.pfx" />
85+ </ItemGroup >
86+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
87+ <!-- To modify your build process, add your task inside one of the targets below then uncomment
88+ that target and the DisableFastUpToDateCheck PropertyGroup.
89+ Other similar extension points exist, see Microsoft.Common.targets.
90+ <Target Name="BeforeBuild">
91+ </Target>
92+ <Target Name="AfterBuild">
93+ </Target>
94+ <PropertyGroup>
95+ <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
96+ </PropertyGroup>
97+ -->
98+ </Project >
0 commit comments