Xamarin.Forms_Windows.Windows.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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>{6761EEC3-C071-413A-A097-877972E79D3A}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Xamarin.Forms_Windows.Windows</RootNamespace>
  11. <AssemblyName>Xamarin.Forms_Windows.Windows</AssemblyName>
  12. <DefaultLanguage>es-ES</DefaultLanguage>
  13. <TargetPlatformVersion>8.1</TargetPlatformVersion>
  14. <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <PackageCertificateKeyFile>Xamarin.Forms_Windows.Windows_TemporaryKey.pfx</PackageCertificateKeyFile>
  18. <NuGetPackageImportStamp>4e6bc56e</NuGetPackageImportStamp>
  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. <ProjectReference Include="..\Xamarin.Forms Windows\Xamarin.Forms_Windows\Xamarin.Forms_Windows.csproj">
  108. <Project>{e97b991f-d4b7-4ddf-a5c6-1a56cab17f5b}</Project>
  109. <Name>Xamarin.Forms_Windows</Name>
  110. </ProjectReference>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Compile Include="App.xaml.cs">
  114. <DependentUpon>App.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="MainPage.xaml.cs">
  117. <DependentUpon>MainPage.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Properties\AssemblyInfo.cs" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <AppxManifest Include="Package.appxmanifest">
  123. <SubType>Designer</SubType>
  124. </AppxManifest>
  125. <None Include="packages.config" />
  126. <None Include="Xamarin.Forms_Windows.Windows_TemporaryKey.pfx" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Content Include="Assets\Logo.scale-100.png" />
  130. <Content Include="Assets\SmallLogo.scale-100.png" />
  131. <Content Include="Assets\SplashScreen.scale-100.png" />
  132. <Content Include="Assets\StoreLogo.scale-100.png" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <ApplicationDefinition Include="App.xaml">
  136. <Generator>MSBuild:Compile</Generator>
  137. <SubType>Designer</SubType>
  138. </ApplicationDefinition>
  139. <Page Include="MainPage.xaml">
  140. <Generator>MSBuild:Compile</Generator>
  141. <SubType>Designer</SubType>
  142. </Page>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Reference Include="Xamarin.Forms.Core">
  146. <HintPath>..\packages\Xamarin.Forms.Windows.1.4.1.6347-pre2\lib\win81\Xamarin.Forms.Core.dll</HintPath>
  147. </Reference>
  148. <Reference Include="Xamarin.Forms.Platform.WinRT">
  149. <HintPath>..\packages\Xamarin.Forms.Windows.1.4.1.6347-pre2\lib\win81\Xamarin.Forms.Platform.WinRT.dll</HintPath>
  150. </Reference>
  151. <Reference Include="Xamarin.Forms.Platform.WinRT.Tablet">
  152. <HintPath>..\packages\Xamarin.Forms.Windows.1.4.1.6347-pre2\lib\win81\Xamarin.Forms.Platform.WinRT.Tablet.dll</HintPath>
  153. </Reference>
  154. <Reference Include="Xamarin.Forms.Xaml">
  155. <HintPath>..\packages\Xamarin.Forms.Windows.1.4.1.6347-pre2\lib\win81\Xamarin.Forms.Xaml.dll</HintPath>
  156. </Reference>
  157. </ItemGroup>
  158. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
  159. <VisualStudioVersion>12.0</VisualStudioVersion>
  160. </PropertyGroup>
  161. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  162. <Import Project="..\packages\Xamarin.Forms.1.4.1.6347-pre2\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.1.4.1.6347-pre2\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
  163. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  164. <PropertyGroup>
  165. <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>
  166. </PropertyGroup>
  167. <Error Condition="!Exists('..\packages\Xamarin.Forms.1.4.1.6347-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.1.6347-pre2\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
  168. </Target>
  169. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  170. Other similar extension points exist, see Microsoft.Common.targets.
  171. <Target Name="BeforeBuild">
  172. </Target>
  173. <Target Name="AfterBuild">
  174. </Target>
  175. -->
  176. </Project>