Advertisement
Guest User

Untitled

a guest
Jul 18th, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  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>{ee8715a0-ffe7-46ec-858a-a224d1e6eafb}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BlankApp1</RootNamespace>
  11. <AssemblyName>BlankApp1</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.14332.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19.  
  20. <PackageCertificateKeyFile>BlankApp1_TemporaryKey.pfx</PackageCertificateKeyFile>
  21.  
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  24. <DebugSymbols>true</DebugSymbols>
  25. <OutputPath>bin\x86\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  27. <NoWarn>;2008</NoWarn>
  28. <DebugType>full</DebugType>
  29. <PlatformTarget>x86</PlatformTarget>
  30. <UseVSHostingProcess>false</UseVSHostingProcess>
  31. <ErrorReport>prompt</ErrorReport>
  32. <Prefer32Bit>true</Prefer32Bit>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  35. <DebugSymbols>true</DebugSymbols>
  36. <OutputPath>bin\x64\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  38. <NoWarn>;2008</NoWarn>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>x64</PlatformTarget>
  41. <UseVSHostingProcess>false</UseVSHostingProcess>
  42. <ErrorReport>prompt</ErrorReport>
  43. <Prefer32Bit>true</Prefer32Bit>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  47. <None Include="project.json" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <AppxManifest Include="Package.appxmanifest">
  51. <SubType>Designer</SubType>
  52. </AppxManifest>
  53.  
  54. <None Include="BlankApp1_TemporaryKey.pfx" />
  55.  
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ApplicationDefinition Include="App.xaml">
  59. <Generator>MSBuild:Compile</Generator>
  60. <SubType>Designer</SubType>
  61. </ApplicationDefinition>
  62. <Page Include="MainPage.xaml">
  63. <Generator>MSBuild:Compile</Generator>
  64. <SubType>Designer</SubType>
  65. </Page>
  66. </ItemGroup>
  67.  
  68. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  69. <VisualStudioVersion>14.0</VisualStudioVersion>
  70. </PropertyGroup>
  71.  
  72. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  73. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  74. Other similar extension points exist, see Microsoft.Common.targets.
  75. <Target Name="BeforeBuild">
  76. </Target>
  77. <Target Name="AfterBuild">
  78. </Target>
  79. -->
  80. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement