Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

WorkingWithWebview.iOS.csproj 8.4 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
  6. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7. <ProjectGuid>{50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>WorkingWithWebview.iOS</RootNamespace>
  10. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  11. <AssemblyName>WorkingWithWebviewiOS</AssemblyName>
  12. <NuGetPackageImportStamp>4580471d</NuGetPackageImportStamp>
  13. <TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
  14. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  35. <DefineConstants>DEBUG;</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <ConsolePause>false</ConsolePause>
  39. <MtouchLink>None</MtouchLink>
  40. <MtouchDebug>true</MtouchDebug>
  41. <CodesignKey>iPhone Developer</CodesignKey>
  42. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  43. <MtouchI18n>
  44. </MtouchI18n>
  45. <MtouchArch>i386</MtouchArch>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  48. <DebugType>full</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <MtouchLink>None</MtouchLink>
  54. <ConsolePause>false</ConsolePause>
  55. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  58. <DebugSymbols>true</DebugSymbols>
  59. <DebugType>full</DebugType>
  60. <Optimize>false</Optimize>
  61. <OutputPath>bin\iPhone\Debug</OutputPath>
  62. <DefineConstants>DEBUG;</DefineConstants>
  63. <ErrorReport>prompt</ErrorReport>
  64. <WarningLevel>4</WarningLevel>
  65. <ConsolePause>false</ConsolePause>
  66. <MtouchDebug>true</MtouchDebug>
  67. <CodesignKey>iPhone Developer</CodesignKey>
  68. <IpaPackageName>
  69. </IpaPackageName>
  70. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  71. </PropertyGroup>
  72. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  73. <DebugType>full</DebugType>
  74. <Optimize>true</Optimize>
  75. <OutputPath>bin\iPhone\Release</OutputPath>
  76. <ErrorReport>prompt</ErrorReport>
  77. <WarningLevel>4</WarningLevel>
  78. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  79. <ConsolePause>false</ConsolePause>
  80. <CodesignKey>iPhone Developer</CodesignKey>
  81. </PropertyGroup>
  82. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  83. <DebugType>full</DebugType>
  84. <Optimize>true</Optimize>
  85. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  86. <ErrorReport>prompt</ErrorReport>
  87. <WarningLevel>4</WarningLevel>
  88. <ConsolePause>false</ConsolePause>
  89. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  90. <BuildIpa>true</BuildIpa>
  91. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  92. <CodesignKey>iPhone Distribution</CodesignKey>
  93. </PropertyGroup>
  94. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  95. <DebugType>full</DebugType>
  96. <Optimize>true</Optimize>
  97. <OutputPath>bin\iPhone\AppStore</OutputPath>
  98. <ErrorReport>prompt</ErrorReport>
  99. <WarningLevel>4</WarningLevel>
  100. <CodesignKey>iPhone Distribution</CodesignKey>
  101. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  102. <ConsolePause>false</ConsolePause>
  103. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  104. </PropertyGroup>
  105. <ItemGroup>
  106. <Reference Include="System" />
  107. <Reference Include="System.Xml" />
  108. <Reference Include="System.Core" />
  109. <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null">
  110. <HintPath>..\packages\Xamarin.Forms.2.3.3.180\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
  111. <Private>True</Private>
  112. </Reference>
  113. <Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
  114. <HintPath>..\packages\Xamarin.Forms.2.3.3.180\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
  115. <Private>True</Private>
  116. </Reference>
  117. <Reference Include="Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null">
  118. <HintPath>..\packages\Xamarin.Forms.2.3.3.180\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
  119. <Private>True</Private>
  120. </Reference>
  121. <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null">
  122. <HintPath>..\packages\Xamarin.Forms.2.3.3.180\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
  123. <Private>True</Private>
  124. </Reference>
  125. <Reference Include="Xamarin.iOS" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <ProjectReference Include="..\WorkingWithWebview\WorkingWithWebview.csproj">
  129. <Project>{F6B57CE3-8780-4D40-A34E-E430ECD36857}</Project>
  130. <Name>WorkingWithWebview</Name>
  131. </ProjectReference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <BundleResource Include="Resources\Default-568h%402x.png" />
  135. <BundleResource Include="Resources\default.css" />
  136. <BundleResource Include="Resources\XamarinLogo.png" />
  137. <BundleResource Include="Resources\local.html" />
  138. <BundleResource Include="Resources\Default.png" />
  139. <BundleResource Include="Resources\Default%402x.png" />
  140. <BundleResource Include="Resources\Icon-60%402x.png" />
  141. <BundleResource Include="Resources\Icon-76.png" />
  142. <BundleResource Include="Resources\Icon-76%402x.png" />
  143. <BundleResource Include="Resources\Icon-Small-40.png" />
  144. <BundleResource Include="Resources\Icon-Small-40%402x.png" />
  145. <BundleResource Include="Resources\Icon-Small.png" />
  146. <BundleResource Include="Resources\Icon-Small%402x.png" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <None Include="Info.plist" />
  150. <None Include="packages.config" />
  151. <None Include="Entitlements.plist" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Compile Include="Main.cs" />
  155. <Compile Include="AppDelegate.cs" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  159. <Visible>False</Visible>
  160. <ProductName>.NET Framework 3.5 SP1</ProductName>
  161. <Install>true</Install>
  162. </BootstrapperPackage>
  163. </ItemGroup>
  164. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  165. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  166. <PropertyGroup>
  167. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  168. </PropertyGroup>
  169. <Error Condition="!Exists('..\packages\Xamarin.Forms.2.3.3.180\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.3.180\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets'))" />
  170. </Target>
  171. <Import Project="..\packages\Xamarin.Forms.2.3.3.180\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.3.180\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
  172. </Project>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...