Xamarin_Styles.iOS.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{BDB8EA72-26C8-423D-B79A-1E7E7ED16D9D}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>Xamarin_Styles.iOS</RootNamespace>
  12. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  13. <AssemblyName>FormsTemplateiOS</AssemblyName>
  14. <NuGetPackageImportStamp>59a59c61</NuGetPackageImportStamp>
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  16. <RestorePackages>true</RestorePackages>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  23. <DefineConstants>DEBUG</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <ConsolePause>false</ConsolePause>
  27. <MtouchLink>None</MtouchLink>
  28. <MtouchDebug>true</MtouchDebug>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <ConsolePause>false</ConsolePause>
  37. <MtouchLink>None</MtouchLink>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>bin\iPhone\Debug</OutputPath>
  44. <DefineConstants>DEBUG</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <ConsolePause>false</ConsolePause>
  48. <MtouchDebug>true</MtouchDebug>
  49. <CodesignKey>iPhone Developer</CodesignKey>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  52. <DebugType>none</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\iPhone\Release</OutputPath>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <ConsolePause>false</ConsolePause>
  58. <CodesignKey>iPhone Developer</CodesignKey>
  59. </PropertyGroup>
  60. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  61. <DebugType>none</DebugType>
  62. <Optimize>True</Optimize>
  63. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  64. <ErrorReport>prompt</ErrorReport>
  65. <WarningLevel>4</WarningLevel>
  66. <ConsolePause>False</ConsolePause>
  67. <CodesignKey>iPhone Distribution</CodesignKey>
  68. <BuildIpa>True</BuildIpa>
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  71. <DebugType>none</DebugType>
  72. <Optimize>True</Optimize>
  73. <OutputPath>bin\iPhone\AppStore</OutputPath>
  74. <ErrorReport>prompt</ErrorReport>
  75. <WarningLevel>4</WarningLevel>
  76. <ConsolePause>False</ConsolePause>
  77. <CodesignKey>iPhone Distribution</CodesignKey>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <Compile Include="Main.cs" />
  81. <Compile Include="AppDelegate.cs" />
  82. <None Include="Info.plist" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. <None Include="packages.config" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <ProjectReference Include="..\Xamarin_Styles\Xamarin_Styles.csproj">
  88. <Name>Xamarin_Styles</Name>
  89. </ProjectReference>
  90. </ItemGroup>
  91. <ItemGroup>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Reference Include="System" />
  95. <Reference Include="System.Xml" />
  96. <Reference Include="System.Core" />
  97. <Reference Include="monotouch" />
  98. <Reference Include="Xamarin.Forms.Core, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>..\..\packages\Xamarin.Forms.1.3.0.6292\lib\MonoTouch10\Xamarin.Forms.Core.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Xamarin.Forms.Platform.iOS.Classic">
  103. <HintPath>..\..\packages\Xamarin.Forms.1.3.0.6292\lib\MonoTouch10\Xamarin.Forms.Platform.iOS.Classic.dll</HintPath>
  104. <Private>True</Private>
  105. </Reference>
  106. <Reference Include="Xamarin.Forms.Xaml">
  107. <HintPath>..\..\packages\Xamarin.Forms.1.3.0.6292\lib\MonoTouch10\Xamarin.Forms.Xaml.dll</HintPath>
  108. <Private>True</Private>
  109. </Reference>
  110. </ItemGroup>
  111. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
  112. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  113. <PropertyGroup>
  114. <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>
  115. </PropertyGroup>
  116. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  117. <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'))" />
  118. </Target>
  119. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  120. <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')" />
  121. </Project>