FormulaOneApp.WinPhone.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.20506</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{C0F6BC69-0CBB-4D42-8B90-6B193FBE360E}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>FormulaOneApp.WinPhone</RootNamespace>
  13. <AssemblyName>FormulaOneApp.WinPhone</AssemblyName>
  14. <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>true</SilverlightApplication>
  18. <SupportedCultures>
  19. </SupportedCultures>
  20. <XapOutputs>true</XapOutputs>
  21. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  22. <XapFilename>FormulaOneApp.WinPhone_$(Configuration)_$(Platform).xap</XapFilename>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>FormulaOneApp.WinPhone.App</SilverlightAppEntry>
  25. <ValidateXaml>true</ValidateXaml>
  26. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  27. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  28. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  29. <RestorePackages>true</RestorePackages>
  30. <NuGetPackageImportStamp>f3be949c</NuGetPackageImportStamp>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>Bin\Debug</OutputPath>
  37. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  38. <NoStdLib>true</NoStdLib>
  39. <NoConfig>true</NoConfig>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>Bin\Release</OutputPath>
  47. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  48. <NoStdLib>true</NoStdLib>
  49. <NoConfig>true</NoConfig>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  54. <DebugSymbols>true</DebugSymbols>
  55. <DebugType>full</DebugType>
  56. <Optimize>false</Optimize>
  57. <OutputPath>Bin\x86\Debug</OutputPath>
  58. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  59. <NoStdLib>true</NoStdLib>
  60. <NoConfig>true</NoConfig>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  65. <DebugType>pdbonly</DebugType>
  66. <Optimize>true</Optimize>
  67. <OutputPath>Bin\x86\Release</OutputPath>
  68. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  69. <NoStdLib>true</NoStdLib>
  70. <NoConfig>true</NoConfig>
  71. <ErrorReport>prompt</ErrorReport>
  72. <WarningLevel>4</WarningLevel>
  73. </PropertyGroup>
  74. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
  75. <DebugSymbols>true</DebugSymbols>
  76. <DebugType>full</DebugType>
  77. <Optimize>false</Optimize>
  78. <OutputPath>Bin\ARM\Debug</OutputPath>
  79. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  80. <NoStdLib>true</NoStdLib>
  81. <NoConfig>true</NoConfig>
  82. <ErrorReport>prompt</ErrorReport>
  83. <WarningLevel>4</WarningLevel>
  84. </PropertyGroup>
  85. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
  86. <DebugType>pdbonly</DebugType>
  87. <Optimize>true</Optimize>
  88. <OutputPath>Bin\ARM\Release</OutputPath>
  89. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  90. <NoStdLib>true</NoStdLib>
  91. <NoConfig>true</NoConfig>
  92. <ErrorReport>prompt</ErrorReport>
  93. <WarningLevel>4</WarningLevel>
  94. </PropertyGroup>
  95. <ItemGroup>
  96. <Compile Include="App.xaml.cs">
  97. <DependentUpon>App.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="Controls\CustomHubTileViewRenderer.cs" />
  100. <Compile Include="Controls\ImageCircleRenderer.cs" />
  101. <Compile Include="Controls\StyledTabbedPageRenderer.cs" />
  102. <Compile Include="LocalizedStrings.cs" />
  103. <Compile Include="MainPage.xaml.cs">
  104. <DependentUpon>MainPage.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <Compile Include="Resources\AppResources.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DesignTime>True</DesignTime>
  110. <DependentUpon>AppResources.resx</DependentUpon>
  111. </Compile>
  112. <Compile Include="Services\Internet\InternetService.cs" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <ApplicationDefinition Include="App.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </ApplicationDefinition>
  119. <Page Include="MainPage.xaml">
  120. <SubType>Designer</SubType>
  121. <Generator>MSBuild:Compile</Generator>
  122. </Page>
  123. <Page Include="Themes\Pivot.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </Page>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="app.config" />
  130. <None Include="packages.config" />
  131. <None Include="Properties\AppManifest.xml" />
  132. <None Include="Properties\WMAppManifest.xml">
  133. <SubType>Designer</SubType>
  134. </None>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Content Include="Assets\AlignmentGrid.png" />
  138. <Content Include="Assets\ApplicationIcon.png">
  139. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  140. </Content>
  141. <Content Include="Assets\Tiles\FlipCycleTileLarge.png">
  142. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  143. </Content>
  144. <Content Include="Assets\Tiles\FlipCycleTileMedium.png">
  145. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  146. </Content>
  147. <Content Include="Assets\Tiles\FlipCycleTileSmall.png">
  148. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  149. </Content>
  150. <Content Include="Assets\Tiles\IconicTileMediumLarge.png">
  151. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  152. </Content>
  153. <Content Include="Assets\Tiles\IconicTileSmall.png">
  154. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  155. </Content>
  156. <Content Include="README_FIRST.txt" />
  157. <Content Include="Toolkit.Content\ApplicationBar.Add.png" />
  158. <Content Include="Toolkit.Content\ApplicationBar.Cancel.png" />
  159. <Content Include="Toolkit.Content\ApplicationBar.Check.png" />
  160. <Content Include="Toolkit.Content\ApplicationBar.Delete.png" />
  161. <Content Include="Toolkit.Content\ApplicationBar.Select.png" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <EmbeddedResource Include="Resources\AppResources.resx">
  165. <Generator>PublicResXFileCodeGenerator</Generator>
  166. <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
  167. </EmbeddedResource>
  168. </ItemGroup>
  169. <ItemGroup>
  170. <ProjectReference Include="..\FormulaOneApp\FormulaOneApp\FormulaOneApp.csproj">
  171. <Project>{45d51967-e38e-469f-bb57-a2bc044b87e6}</Project>
  172. <Name>FormulaOneApp</Name>
  173. </ProjectReference>
  174. </ItemGroup>
  175. <ItemGroup>
  176. <Reference Include="Microsoft.Phone.Controls.Toolkit">
  177. <HintPath>..\packages\WPtoolkit.4.2013.08.16\lib\wp8\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
  178. </Reference>
  179. <Reference Include="OxyPlot, Version=2015.1.889.0, Culture=neutral, PublicKeyToken=638079a8f0bd61e9, processorArchitecture=MSIL">
  180. <SpecificVersion>False</SpecificVersion>
  181. <HintPath>..\packages\OxyPlot.Core.2015.1.889-alpha\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1+Xamarin.iOS10\OxyPlot.dll</HintPath>
  182. </Reference>
  183. <Reference Include="OxyPlot.WP8">
  184. <HintPath>..\packages\OxyPlot.WP8.2015.1.889-alpha\lib\windowsphone8\OxyPlot.WP8.dll</HintPath>
  185. </Reference>
  186. <Reference Include="OxyPlot.Xamarin.Forms">
  187. <HintPath>..\packages\OxyPlot.Xamarin.Forms.2015.1.889-alpha\lib\wp80\OxyPlot.Xamarin.Forms.dll</HintPath>
  188. </Reference>
  189. <Reference Include="OxyPlot.Xamarin.Forms.Platform.WP8">
  190. <HintPath>..\packages\OxyPlot.Xamarin.Forms.2015.1.889-alpha\lib\wp80\OxyPlot.Xamarin.Forms.Platform.WP8.dll</HintPath>
  191. </Reference>
  192. <Reference Include="Xamarin.Forms.Core, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL">
  193. <SpecificVersion>False</SpecificVersion>
  194. <HintPath>..\packages\Xamarin.Forms.1.4.3.6358-pre2\lib\WP80\Xamarin.Forms.Core.dll</HintPath>
  195. </Reference>
  196. <Reference Include="Xamarin.Forms.Maps">
  197. <HintPath>..\packages\Xamarin.Forms.Maps.1.4.3.6358-pre2\lib\WP80\Xamarin.Forms.Maps.dll</HintPath>
  198. </Reference>
  199. <Reference Include="Xamarin.Forms.Maps.WP8">
  200. <HintPath>..\packages\Xamarin.Forms.Maps.1.4.3.6358-pre2\lib\WP80\Xamarin.Forms.Maps.WP8.dll</HintPath>
  201. </Reference>
  202. <Reference Include="Xamarin.Forms.Platform">
  203. <HintPath>..\packages\Xamarin.Forms.1.4.3.6358-pre2\lib\WP80\Xamarin.Forms.Platform.dll</HintPath>
  204. <Private>True</Private>
  205. </Reference>
  206. <Reference Include="Xamarin.Forms.Platform.WP8, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL">
  207. <SpecificVersion>False</SpecificVersion>
  208. <HintPath>..\packages\Xamarin.Forms.1.4.3.6358-pre2\lib\WP80\Xamarin.Forms.Platform.WP8.dll</HintPath>
  209. </Reference>
  210. <Reference Include="Xamarin.Forms.Xaml">
  211. <HintPath>..\packages\Xamarin.Forms.1.4.3.6358-pre2\lib\WP80\Xamarin.Forms.Xaml.dll</HintPath>
  212. <Private>True</Private>
  213. </Reference>
  214. </ItemGroup>
  215. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
  216. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
  217. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  218. Other similar extension points exist, see Microsoft.Common.targets.
  219. <Target Name="BeforeBuild">
  220. </Target>
  221. <Target Name="AfterBuild">
  222. </Target>
  223. -->
  224. <ProjectExtensions />
  225. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  226. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  227. <PropertyGroup>
  228. <ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Habilite la restauración del paquete NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
  229. </PropertyGroup>
  230. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  231. <Error Condition="!Exists('..\packages\Xamarin.Forms.1.4.3.6358-pre2\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.1.4.3.6358-pre2\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
  232. </Target>
  233. <Import Project="..\packages\Xamarin.Forms.1.4.3.6358-pre2\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.1.4.3.6358-pre2\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
  234. </Project>