FormulaOneApp.Classic.Windows.Windows.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{782B3FDE-B951-4035-8561-16A31430711D}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FormulaOneApp.Classic.Windows</RootNamespace>
  11. <AssemblyName>FormulaOneApp.Classic.Windows.Windows</AssemblyName>
  12. <DefaultLanguage>es-ES</DefaultLanguage>
  13. <TargetPlatformVersion>8.1</TargetPlatformVersion>
  14. <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <SynthesizeLinkMetadata>true</SynthesizeLinkMetadata>
  17. <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <PackageCertificateKeyFile>FormulaOneApp.Classic.Windows.Windows_TemporaryKey.pfx</PackageCertificateKeyFile>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  40. <DebugSymbols>true</DebugSymbols>
  41. <OutputPath>bin\ARM\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  43. <NoWarn>;2008</NoWarn>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>ARM</PlatformTarget>
  46. <UseVSHostingProcess>false</UseVSHostingProcess>
  47. <ErrorReport>prompt</ErrorReport>
  48. <Prefer32Bit>true</Prefer32Bit>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  51. <OutputPath>bin\ARM\Release\</OutputPath>
  52. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <NoWarn>;2008</NoWarn>
  55. <DebugType>pdbonly</DebugType>
  56. <PlatformTarget>ARM</PlatformTarget>
  57. <UseVSHostingProcess>false</UseVSHostingProcess>
  58. <ErrorReport>prompt</ErrorReport>
  59. <Prefer32Bit>true</Prefer32Bit>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  62. <DebugSymbols>true</DebugSymbols>
  63. <OutputPath>bin\x64\Debug\</OutputPath>
  64. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  65. <NoWarn>;2008</NoWarn>
  66. <DebugType>full</DebugType>
  67. <PlatformTarget>x64</PlatformTarget>
  68. <UseVSHostingProcess>false</UseVSHostingProcess>
  69. <ErrorReport>prompt</ErrorReport>
  70. <Prefer32Bit>true</Prefer32Bit>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  73. <OutputPath>bin\x64\Release\</OutputPath>
  74. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  75. <Optimize>true</Optimize>
  76. <NoWarn>;2008</NoWarn>
  77. <DebugType>pdbonly</DebugType>
  78. <PlatformTarget>x64</PlatformTarget>
  79. <UseVSHostingProcess>false</UseVSHostingProcess>
  80. <ErrorReport>prompt</ErrorReport>
  81. <Prefer32Bit>true</Prefer32Bit>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  84. <DebugSymbols>true</DebugSymbols>
  85. <OutputPath>bin\x86\Debug\</OutputPath>
  86. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  87. <NoWarn>;2008</NoWarn>
  88. <DebugType>full</DebugType>
  89. <PlatformTarget>x86</PlatformTarget>
  90. <UseVSHostingProcess>false</UseVSHostingProcess>
  91. <ErrorReport>prompt</ErrorReport>
  92. <Prefer32Bit>true</Prefer32Bit>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  95. <OutputPath>bin\x86\Release\</OutputPath>
  96. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  97. <Optimize>true</Optimize>
  98. <NoWarn>;2008</NoWarn>
  99. <DebugType>pdbonly</DebugType>
  100. <PlatformTarget>x86</PlatformTarget>
  101. <UseVSHostingProcess>false</UseVSHostingProcess>
  102. <ErrorReport>prompt</ErrorReport>
  103. <Prefer32Bit>true</Prefer32Bit>
  104. </PropertyGroup>
  105. <ItemGroup>
  106. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="MainPage.xaml.cs">
  110. <DependentUpon>MainPage.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="Properties\AssemblyInfo.cs" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <AppxManifest Include="Package.appxmanifest">
  116. <SubType>Designer</SubType>
  117. </AppxManifest>
  118. <None Include="FormulaOneApp.Classic.Windows.Windows_TemporaryKey.pfx" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Content Include="Assets\Logo.scale-100.png" />
  122. <Content Include="Assets\SmallLogo.scale-100.png" />
  123. <Content Include="Assets\SplashScreen.scale-100.png" />
  124. <Content Include="Assets\StoreLogo.scale-100.png" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Page Include="MainPage.xaml">
  128. <Generator>MSBuild:Compile</Generator>
  129. <SubType>Designer</SubType>
  130. </Page>
  131. </ItemGroup>
  132. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
  133. <VisualStudioVersion>12.0</VisualStudioVersion>
  134. </PropertyGroup>
  135. <Import Project="..\FormulaOneApp.Classic.Windows.Shared\FormulaOneApp.Classic.Windows.Shared.projitems" Label="Shared" />
  136. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  137. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  138. Other similar extension points exist, see Microsoft.Common.targets.
  139. <Target Name="BeforeBuild">
  140. </Target>
  141. <Target Name="AfterBuild">
  142. </Target>
  143. -->
  144. </Project>