TodoSqlite.iOS.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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>{A40DFCB3-EE36-438D-9C38-7B64BCC89A67}</ProjectGuid>
  9. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>TodoSqlite.iOS</RootNamespace>
  12. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  13. <AssemblyName>TodoSqlite.iOS</AssemblyName>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  22. <DefineConstants>DEBUG</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <ConsolePause>false</ConsolePause>
  26. <MtouchArch>x86_64</MtouchArch>
  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. <MtouchLink>None</MtouchLink>
  37. <MtouchArch>x86_64</MtouchArch>
  38. <ConsolePause>false</ConsolePause>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\iPhone\Debug</OutputPath>
  45. <DefineConstants>DEBUG</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <ConsolePause>false</ConsolePause>
  49. <MtouchArch>ARM64</MtouchArch>
  50. <CodesignKey>iPhone Developer</CodesignKey>
  51. <MtouchDebug>true</MtouchDebug>
  52. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  55. <DebugType>none</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>bin\iPhone\Release</OutputPath>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. <MtouchArch>ARM64</MtouchArch>
  61. <ConsolePause>false</ConsolePause>
  62. <CodesignKey>iPhone Developer</CodesignKey>
  63. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  64. </PropertyGroup>
  65. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  66. <DebugType>none</DebugType>
  67. <Optimize>True</Optimize>
  68. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  69. <ErrorReport>prompt</ErrorReport>
  70. <WarningLevel>4</WarningLevel>
  71. <ConsolePause>False</ConsolePause>
  72. <MtouchArch>ARM64</MtouchArch>
  73. <BuildIpa>True</BuildIpa>
  74. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  75. <CodesignKey>iPhone Distribution</CodesignKey>
  76. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  77. </PropertyGroup>
  78. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  79. <DebugType>none</DebugType>
  80. <Optimize>True</Optimize>
  81. <OutputPath>bin\iPhone\AppStore</OutputPath>
  82. <ErrorReport>prompt</ErrorReport>
  83. <WarningLevel>4</WarningLevel>
  84. <ConsolePause>False</ConsolePause>
  85. <MtouchArch>ARM64</MtouchArch>
  86. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  87. <CodesignKey>iPhone Distribution</CodesignKey>
  88. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <Compile Include="Main.cs" />
  92. <Compile Include="AppDelegate.cs" />
  93. <Compile Include="Services\Sqlite\PathService.cs" />
  94. <None Include="Entitlements.plist" />
  95. <None Include="Info.plist" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <BundleResource Include="Resources\Default-568h%402x.png" />
  100. <BundleResource Include="Resources\Default-Portrait.png" />
  101. <BundleResource Include="Resources\Default-Portrait%402x.png" />
  102. <BundleResource Include="Resources\Default.png" />
  103. <BundleResource Include="Resources\Default%402x.png" />
  104. <BundleResource Include="Resources\Icon-60%402x.png" />
  105. <BundleResource Include="Resources\Icon-60%403x.png" />
  106. <BundleResource Include="Resources\Icon-76.png" />
  107. <BundleResource Include="Resources\Icon-76%402x.png" />
  108. <BundleResource Include="Resources\Icon-Small-40.png" />
  109. <BundleResource Include="Resources\Icon-Small-40%402x.png" />
  110. <BundleResource Include="Resources\Icon-Small-40%403x.png" />
  111. <BundleResource Include="Resources\Icon-Small.png" />
  112. <BundleResource Include="Resources\Icon-Small%402x.png" />
  113. <BundleResource Include="Resources\Icon-Small%403x.png" />
  114. <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Reference Include="System" />
  118. <Reference Include="System.Xml" />
  119. <Reference Include="System.Core" />
  120. <Reference Include="Xamarin.iOS" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <PackageReference Include="Autofac">
  124. <Version>4.6.2</Version>
  125. </PackageReference>
  126. <PackageReference Include="sqlite-net-pcl">
  127. <Version>1.5.166-beta</Version>
  128. </PackageReference>
  129. <PackageReference Include="SQLiteNetExtensions.Async">
  130. <Version>2.0.0</Version>
  131. </PackageReference>
  132. <PackageReference Include="Xamarin.Forms" Version="2.5.0.121934" />
  133. </ItemGroup>
  134. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  135. <ItemGroup>
  136. <ProjectReference Include="..\TodoSqlite\TodoSqlite.csproj">
  137. <Project>{FC78BC2C-9C7C-46A5-85EB-CA3A3365678A}</Project>
  138. <Name>TodoSqlite</Name>
  139. </ProjectReference>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <BundleResource Include="Resources\check.png" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <BundleResource Include="Resources\check2x.png" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <BundleResource Include="Resources\icon.png" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <BundleResource Include="Resources\plus.png" />
  152. </ItemGroup>
  153. </Project>