Xamarin_Styles.WinPhone.csproj 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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>{F840AF5E-5CA9-44A6-A81D-0E1DE6028353}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Xamarin_Styles.WinPhone</RootNamespace>
  13. <AssemblyName>Xamarin_Styles.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>PhoneApp1_$(Configuration)_$(Platform).xap</XapFilename>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>Xamarin_Styles.WinPhone.App</SilverlightAppEntry>
  25. <ValidateXaml>true</ValidateXaml>
  26. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  27. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  28. <NuGetPackageImportStamp>b2b60add</NuGetPackageImportStamp>
  29. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  30. <RestorePackages>true</RestorePackages>
  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="LocalizedStrings.cs" />
  100. <Compile Include="MainPage.xaml.cs">
  101. <DependentUpon>MainPage.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="Properties\AssemblyInfo.cs" />
  104. <Compile Include="Resources\AppResources.Designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DesignTime>True</DesignTime>
  107. <DependentUpon>AppResources.resx</DependentUpon>
  108. </Compile>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <ApplicationDefinition Include="App.xaml">
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. </ApplicationDefinition>
  115. <Page Include="MainPage.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </Page>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="packages.config" />
  122. <None Include="Properties\AppManifest.xml" />
  123. <None Include="Properties\WMAppManifest.xml">
  124. <SubType>Designer</SubType>
  125. </None>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Content Include="Assets\AlignmentGrid.png" />
  129. <Content Include="Assets\ApplicationIcon.png">
  130. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  131. </Content>
  132. <Content Include="Assets\Tiles\FlipCycleTileLarge.png">
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </Content>
  135. <Content Include="Assets\Tiles\FlipCycleTileMedium.png">
  136. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  137. </Content>
  138. <Content Include="Assets\Tiles\FlipCycleTileSmall.png">
  139. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  140. </Content>
  141. <Content Include="Assets\Tiles\IconicTileMediumLarge.png">
  142. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  143. </Content>
  144. <Content Include="Assets\Tiles\IconicTileSmall.png">
  145. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  146. </Content>
  147. <Content Include="README_FIRST.txt" />
  148. <Content Include="Toolkit.Content\ApplicationBar.Add.png" />
  149. <Content Include="Toolkit.Content\ApplicationBar.Cancel.png" />
  150. <Content Include="Toolkit.Content\ApplicationBar.Check.png" />
  151. <Content Include="Toolkit.Content\ApplicationBar.Delete.png" />
  152. <Content Include="Toolkit.Content\ApplicationBar.Select.png" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <EmbeddedResource Include="Resources\AppResources.resx">
  156. <Generator>PublicResXFileCodeGenerator</Generator>
  157. <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
  158. </EmbeddedResource>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <ProjectReference Include="..\Xamarin_Styles\Xamarin_Styles.csproj">
  162. <Name>Xamarin_Styles</Name>
  163. </ProjectReference>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Reference Include="Microsoft.Phone.Controls.Toolkit">
  167. <HintPath>..\..\packages\WPtoolkit.4.2013.08.16\lib\wp8\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
  168. </Reference>
  169. <Reference Include="Xamarin.Forms.Core, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  170. <SpecificVersion>False</SpecificVersion>
  171. <HintPath>..\..\packages\Xamarin.Forms.1.3.0.6292\lib\WP80\Xamarin.Forms.Core.dll</HintPath>
  172. </Reference>
  173. <Reference Include="Xamarin.Forms.Platform.WP8, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  174. <SpecificVersion>False</SpecificVersion>
  175. <HintPath>..\..\packages\Xamarin.Forms.1.3.0.6292\lib\WP80\Xamarin.Forms.Platform.WP8.dll</HintPath>
  176. </Reference>
  177. <Reference Include="Xamarin.Forms.Xaml, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  178. <SpecificVersion>False</SpecificVersion>
  179. <HintPath>..\..\packages\Xamarin.Forms.1.3.0.6292\lib\WP80\Xamarin.Forms.Xaml.dll</HintPath>
  180. </Reference>
  181. </ItemGroup>
  182. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
  183. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
  184. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  185. Other similar extension points exist, see Microsoft.Common.targets.
  186. <Target Name="BeforeBuild">
  187. </Target>
  188. <Target Name="AfterBuild">
  189. </Target>
  190. -->
  191. <ProjectExtensions />
  192. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  193. <PropertyGroup>
  194. <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>
  195. </PropertyGroup>
  196. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  197. <Error Condition="!Exists('..\..\packages\Xamarin.Forms.1.3.0.6292\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.1.3.0.6292\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.targets'))" />
  198. </Target>
  199. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  200. <Import Project="..\..\packages\Xamarin.Forms.1.3.0.6292\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.1.3.0.6292\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.targets')" />
  201. </Project>