BlackJack.iOS.csproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1B9C099B-3958-4E11-A178-1E3B6ED34FC7}</ProjectGuid>
  9. <ProjectTypeGuids>{E613F3A2-FE9C-494F-B74E-F63BCB86FEA6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>BlackJack.iOS</RootNamespace>
  12. <AssemblyName>BlackJackiOS</AssemblyName>
  13. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  14. <SupportedDevices>IPad</SupportedDevices>
  15. <BundleDisplayName>BlackJack</BundleDisplayName>
  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;IOS</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <MtouchLink>None</MtouchLink>
  26. <MtouchDebug>True</MtouchDebug>
  27. <MtouchUseLlvm>false</MtouchUseLlvm>
  28. <ConsolePause>false</ConsolePause>
  29. <MtouchUseSGen>false</MtouchUseSGen>
  30. <MtouchUseThumb>false</MtouchUseThumb>
  31. <MtouchArch>ARMv6</MtouchArch>
  32. <MtouchMinimumOS>3.2</MtouchMinimumOS>
  33. <MtouchI18n />
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  36. <DebugType>none</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <MtouchLink>None</MtouchLink>
  42. <MtouchDebug>False</MtouchDebug>
  43. <MtouchUseSGen>false</MtouchUseSGen>
  44. <ConsolePause>false</ConsolePause>
  45. <MtouchUseLlvm>false</MtouchUseLlvm>
  46. <MtouchUseThumb>false</MtouchUseThumb>
  47. <MtouchArch>ARMv6</MtouchArch>
  48. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  49. <DefineConstants>IOS</DefineConstants>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  52. <DebugSymbols>true</DebugSymbols>
  53. <DebugType>full</DebugType>
  54. <Optimize>false</Optimize>
  55. <OutputPath>bin\iPhone\Debug</OutputPath>
  56. <DefineConstants>DEBUG;IOS</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <MtouchUseSGen>false</MtouchUseSGen>
  60. <MtouchDebug>True</MtouchDebug>
  61. <CodesignKey>iPhone Developer</CodesignKey>
  62. <ConsolePause>false</ConsolePause>
  63. <MtouchUseThumb>false</MtouchUseThumb>
  64. <MtouchArch>ARMv6</MtouchArch>
  65. <MtouchUseLlvm>false</MtouchUseLlvm>
  66. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  67. </PropertyGroup>
  68. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  69. <DebugType>none</DebugType>
  70. <Optimize>false</Optimize>
  71. <OutputPath>bin\iPhone\Release</OutputPath>
  72. <ErrorReport>prompt</ErrorReport>
  73. <WarningLevel>4</WarningLevel>
  74. <MtouchUseSGen>false</MtouchUseSGen>
  75. <MtouchDebug>False</MtouchDebug>
  76. <MtouchUseThumb>false</MtouchUseThumb>
  77. <ConsolePause>false</ConsolePause>
  78. <CodesignKey>iPhone Developer</CodesignKey>
  79. <MtouchArch>ARMv6</MtouchArch>
  80. <MtouchUseLlvm>false</MtouchUseLlvm>
  81. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  82. <DefineConstants>IOS</DefineConstants>
  83. </PropertyGroup>
  84. <ItemGroup>
  85. <Reference Include="System" />
  86. <Reference Include="System.Xml" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="monotouch" />
  89. <Reference Include="OpenTK" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Content Include="Info.plist" />
  93. <Content Include="..\..\MacOS\Cards\CardsGame\Background.png">
  94. <Link>Background.png</Link>
  95. </Content>
  96. <Content Include="..\..\MacOS\Cards\CardsGame\GameThumbnail.png">
  97. <Link>GameThumbnail.png</Link>
  98. </Content>
  99. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\CardBack_Blue.png">
  100. <Link>Content\Images\Cards\CardBack_Blue.png</Link>
  101. </Content>
  102. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\CardBack_Red.png">
  103. <Link>Content\Images\Cards\CardBack_Red.png</Link>
  104. </Content>
  105. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubAce.png">
  106. <Link>Content\Images\Cards\ClubAce.png</Link>
  107. </Content>
  108. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubEight.png">
  109. <Link>Content\Images\Cards\ClubEight.png</Link>
  110. </Content>
  111. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubFive.png">
  112. <Link>Content\Images\Cards\ClubFive.png</Link>
  113. </Content>
  114. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubFour.png">
  115. <Link>Content\Images\Cards\ClubFour.png</Link>
  116. </Content>
  117. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubJack.png">
  118. <Link>Content\Images\Cards\ClubJack.png</Link>
  119. </Content>
  120. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubKing.png">
  121. <Link>Content\Images\Cards\ClubKing.png</Link>
  122. </Content>
  123. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubNine.png">
  124. <Link>Content\Images\Cards\ClubNine.png</Link>
  125. </Content>
  126. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubQueen.png">
  127. <Link>Content\Images\Cards\ClubQueen.png</Link>
  128. </Content>
  129. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubSeven.png">
  130. <Link>Content\Images\Cards\ClubSeven.png</Link>
  131. </Content>
  132. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubSix.png">
  133. <Link>Content\Images\Cards\ClubSix.png</Link>
  134. </Content>
  135. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubTen.png">
  136. <Link>Content\Images\Cards\ClubTen.png</Link>
  137. </Content>
  138. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubThree.png">
  139. <Link>Content\Images\Cards\ClubThree.png</Link>
  140. </Content>
  141. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\ClubTwo.png">
  142. <Link>Content\Images\Cards\ClubTwo.png</Link>
  143. </Content>
  144. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondAce.png">
  145. <Link>Content\Images\Cards\DiamondAce.png</Link>
  146. </Content>
  147. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondEight.png">
  148. <Link>Content\Images\Cards\DiamondEight.png</Link>
  149. </Content>
  150. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondFive.png">
  151. <Link>Content\Images\Cards\DiamondFive.png</Link>
  152. </Content>
  153. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondFour.png">
  154. <Link>Content\Images\Cards\DiamondFour.png</Link>
  155. </Content>
  156. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondJack.png">
  157. <Link>Content\Images\Cards\DiamondJack.png</Link>
  158. </Content>
  159. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondKing.png">
  160. <Link>Content\Images\Cards\DiamondKing.png</Link>
  161. </Content>
  162. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondNine.png">
  163. <Link>Content\Images\Cards\DiamondNine.png</Link>
  164. </Content>
  165. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondQueen.png">
  166. <Link>Content\Images\Cards\DiamondQueen.png</Link>
  167. </Content>
  168. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondSeven.png">
  169. <Link>Content\Images\Cards\DiamondSeven.png</Link>
  170. </Content>
  171. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondSix.png">
  172. <Link>Content\Images\Cards\DiamondSix.png</Link>
  173. </Content>
  174. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondTen.png">
  175. <Link>Content\Images\Cards\DiamondTen.png</Link>
  176. </Content>
  177. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondThree.png">
  178. <Link>Content\Images\Cards\DiamondThree.png</Link>
  179. </Content>
  180. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\DiamondTwo.png">
  181. <Link>Content\Images\Cards\DiamondTwo.png</Link>
  182. </Content>
  183. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\FirstJoker.png">
  184. <Link>Content\Images\Cards\FirstJoker.png</Link>
  185. </Content>
  186. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartAce.png">
  187. <Link>Content\Images\Cards\HeartAce.png</Link>
  188. </Content>
  189. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartEight.png">
  190. <Link>Content\Images\Cards\HeartEight.png</Link>
  191. </Content>
  192. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartFive.png">
  193. <Link>Content\Images\Cards\HeartFive.png</Link>
  194. </Content>
  195. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartFour.png">
  196. <Link>Content\Images\Cards\HeartFour.png</Link>
  197. </Content>
  198. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartJack.png">
  199. <Link>Content\Images\Cards\HeartJack.png</Link>
  200. </Content>
  201. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartKing.png">
  202. <Link>Content\Images\Cards\HeartKing.png</Link>
  203. </Content>
  204. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartNine.png">
  205. <Link>Content\Images\Cards\HeartNine.png</Link>
  206. </Content>
  207. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartQueen.png">
  208. <Link>Content\Images\Cards\HeartQueen.png</Link>
  209. </Content>
  210. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartSeven.png">
  211. <Link>Content\Images\Cards\HeartSeven.png</Link>
  212. </Content>
  213. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartSix.png">
  214. <Link>Content\Images\Cards\HeartSix.png</Link>
  215. </Content>
  216. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartTen.png">
  217. <Link>Content\Images\Cards\HeartTen.png</Link>
  218. </Content>
  219. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartThree.png">
  220. <Link>Content\Images\Cards\HeartThree.png</Link>
  221. </Content>
  222. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\HeartTwo.png">
  223. <Link>Content\Images\Cards\HeartTwo.png</Link>
  224. </Content>
  225. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SecondJoker.png">
  226. <Link>Content\Images\Cards\SecondJoker.png</Link>
  227. </Content>
  228. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeAce.png">
  229. <Link>Content\Images\Cards\SpadeAce.png</Link>
  230. </Content>
  231. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeEight.png">
  232. <Link>Content\Images\Cards\SpadeEight.png</Link>
  233. </Content>
  234. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeFive.png">
  235. <Link>Content\Images\Cards\SpadeFive.png</Link>
  236. </Content>
  237. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeFour.png">
  238. <Link>Content\Images\Cards\SpadeFour.png</Link>
  239. </Content>
  240. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeJack.png">
  241. <Link>Content\Images\Cards\SpadeJack.png</Link>
  242. </Content>
  243. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeKing.png">
  244. <Link>Content\Images\Cards\SpadeKing.png</Link>
  245. </Content>
  246. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeNine.png">
  247. <Link>Content\Images\Cards\SpadeNine.png</Link>
  248. </Content>
  249. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeQueen.png">
  250. <Link>Content\Images\Cards\SpadeQueen.png</Link>
  251. </Content>
  252. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeSeven.png">
  253. <Link>Content\Images\Cards\SpadeSeven.png</Link>
  254. </Content>
  255. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeSix.png">
  256. <Link>Content\Images\Cards\SpadeSix.png</Link>
  257. </Content>
  258. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeTen.png">
  259. <Link>Content\Images\Cards\SpadeTen.png</Link>
  260. </Content>
  261. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeThree.png">
  262. <Link>Content\Images\Cards\SpadeThree.png</Link>
  263. </Content>
  264. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\SpadeTwo.png">
  265. <Link>Content\Images\Cards\SpadeTwo.png</Link>
  266. </Content>
  267. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Chips\chip100.png">
  268. <Link>Content\Images\Chips\chip100.png</Link>
  269. </Content>
  270. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Chips\chip25.png">
  271. <Link>Content\Images\Chips\chip25.png</Link>
  272. </Content>
  273. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Chips\chip5.png">
  274. <Link>Content\Images\Chips\chip5.png</Link>
  275. </Content>
  276. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Chips\chip500.png">
  277. <Link>Content\Images\Chips\chip500.png</Link>
  278. </Content>
  279. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Chips\chipBlack.png">
  280. <Link>Content\Images\Chips\chipBlack.png</Link>
  281. </Content>
  282. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Chips\chipRed.png">
  283. <Link>Content\Images\Chips\chipRed.png</Link>
  284. </Content>
  285. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Chips\chipWhite.png">
  286. <Link>Content\Images\Chips\chipWhite.png</Link>
  287. </Content>
  288. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Chips\chipYellow.png">
  289. <Link>Content\Images\Chips\chipYellow.png</Link>
  290. </Content>
  291. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\UI\Shuffle_Blue.png">
  292. <Link>Content\Images\UI\Shuffle_Blue.png</Link>
  293. </Content>
  294. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\UI\Shuffle_Red.png">
  295. <Link>Content\Images\UI\Shuffle_Red.png</Link>
  296. </Content>
  297. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\UI\bust.png">
  298. <Link>Content\Images\UI\bust.png</Link>
  299. </Content>
  300. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\UI\lose.png">
  301. <Link>Content\Images\UI\lose.png</Link>
  302. </Content>
  303. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\UI\pass.png">
  304. <Link>Content\Images\UI\pass.png</Link>
  305. </Content>
  306. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\UI\push.png">
  307. <Link>Content\Images\UI\push.png</Link>
  308. </Content>
  309. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\UI\ring.png">
  310. <Link>Content\Images\UI\ring.png</Link>
  311. </Content>
  312. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\UI\table - Copy.png">
  313. <Link>Content\Images\UI\table - Copy.png</Link>
  314. </Content>
  315. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\UI\table.png">
  316. <Link>Content\Images\UI\table.png</Link>
  317. </Content>
  318. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\UI\win.png">
  319. <Link>Content\Images\UI\win.png</Link>
  320. </Content>
  321. <None Include="..\..\MacOS\Cards\BlackjackLoDefContent\Fonts\Bold.spritefont">
  322. <Link>Content\Fonts\Bold.spritefont</Link>
  323. </None>
  324. <None Include="..\..\MacOS\Cards\BlackjackLoDefContent\Fonts\MenuFont.spritefont">
  325. <Link>Content\Fonts\MenuFont.spritefont</Link>
  326. </None>
  327. <None Include="..\..\MacOS\Cards\BlackjackLoDefContent\Fonts\Regular.spritefont">
  328. <Link>Content\Fonts\Regular.spritefont</Link>
  329. </None>
  330. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Fonts\Bold.xnb">
  331. <Link>Content\Fonts\Bold.xnb</Link>
  332. </Content>
  333. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Fonts\MenuFont.xnb">
  334. <Link>Content\Fonts\MenuFont.xnb</Link>
  335. </Content>
  336. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Fonts\Regular.xnb">
  337. <Link>Content\Fonts\Regular.xnb</Link>
  338. </Content>
  339. </ItemGroup>
  340. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  341. <ItemGroup>
  342. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  343. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  344. <Name>MonoGame.Framework.iOS</Name>
  345. </ProjectReference>
  346. <ProjectReference Include="CardsFramework.iOS.csproj">
  347. <Project>{91CF4A04-9FDC-471D-AED0-D8F057068230}</Project>
  348. <Name>CardsFramework.iOS</Name>
  349. </ProjectReference>
  350. </ItemGroup>
  351. <ItemGroup>
  352. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Game\BlackjackCardGame.cs">
  353. <Link>Blackjack\Game\BlackjackCardGame.cs</Link>
  354. </Compile>
  355. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Misc\BetGameComponent.cs">
  356. <Link>Blackjack\Misc\BetGameComponent.cs</Link>
  357. </Compile>
  358. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Players\BlackjackAIPlayer.cs">
  359. <Link>Blackjack\Players\BlackjackAIPlayer.cs</Link>
  360. </Compile>
  361. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Players\BlackjackPlayer.cs">
  362. <Link>Blackjack\Players\BlackjackPlayer.cs</Link>
  363. </Compile>
  364. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Rules\BlackjackGameEventArgs.cs">
  365. <Link>Blackjack\Rules\BlackjackGameEventArgs.cs</Link>
  366. </Compile>
  367. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Rules\BlackjackRule.cs">
  368. <Link>Blackjack\Rules\BlackjackRule.cs</Link>
  369. </Compile>
  370. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Rules\BustRule.cs">
  371. <Link>Blackjack\Rules\BustRule.cs</Link>
  372. </Compile>
  373. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Rules\InsuranceRule.cs">
  374. <Link>Blackjack\Rules\InsuranceRule.cs</Link>
  375. </Compile>
  376. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\UI\BlackJackAnimatedPlayerHandComponent.cs">
  377. <Link>Blackjack\UI\BlackJackAnimatedPlayerHandComponent.cs</Link>
  378. </Compile>
  379. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\UI\BlackJackTable.cs">
  380. <Link>Blackjack\UI\BlackJackTable.cs</Link>
  381. </Compile>
  382. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\UI\BlackjackAnimatedDealerHandComponent.cs">
  383. <Link>Blackjack\UI\BlackjackAnimatedDealerHandComponent.cs</Link>
  384. </Compile>
  385. <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\UI\Button.cs">
  386. <Link>Blackjack\UI\Button.cs</Link>
  387. </Compile>
  388. <Compile Include="..\..\MacOS\Cards\CardsGame\Misc\AudioManager.cs">
  389. <Link>Misc\AudioManager.cs</Link>
  390. </Compile>
  391. <Compile Include="..\..\MacOS\Cards\CardsGame\Misc\InputHelper.cs">
  392. <Link>Misc\InputHelper.cs</Link>
  393. </Compile>
  394. <Compile Include="..\..\MacOS\Cards\CardsGame\Properties\AssemblyInfo.cs">
  395. <Link>Properties\AssemblyInfo.cs</Link>
  396. </Compile>
  397. <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\GameScreen.cs">
  398. <Link>ScreenManager\GameScreen.cs</Link>
  399. </Compile>
  400. <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\InputState.cs">
  401. <Link>ScreenManager\InputState.cs</Link>
  402. </Compile>
  403. <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\MenuEntry.cs">
  404. <Link>ScreenManager\MenuEntry.cs</Link>
  405. </Compile>
  406. <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\MenuScreen.cs">
  407. <Link>ScreenManager\MenuScreen.cs</Link>
  408. </Compile>
  409. <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\PlayerIndexEventArgs.cs">
  410. <Link>ScreenManager\PlayerIndexEventArgs.cs</Link>
  411. </Compile>
  412. <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\ScreenManager.cs">
  413. <Link>ScreenManager\ScreenManager.cs</Link>
  414. </Compile>
  415. <Compile Include="..\..\MacOS\Cards\CardsGame\BlackjackGame.cs">
  416. <Link>BlackjackGame.cs</Link>
  417. </Compile>
  418. <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\BackgroundScreen.cs">
  419. <Link>Screens\BackgroundScreen.cs</Link>
  420. </Compile>
  421. <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\GameplayScreen.cs">
  422. <Link>Screens\GameplayScreen.cs</Link>
  423. </Compile>
  424. <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\InstructionScreen.cs">
  425. <Link>Screens\InstructionScreen.cs</Link>
  426. </Compile>
  427. <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\MainMenuScreen.cs">
  428. <Link>Screens\MainMenuScreen.cs</Link>
  429. </Compile>
  430. <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\OptionsMenu.cs">
  431. <Link>Screens\OptionsMenu.cs</Link>
  432. </Compile>
  433. <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\PauseScreen.cs">
  434. <Link>Screens\PauseScreen.cs</Link>
  435. </Compile>
  436. <Compile Include="Program.iOS.cs" />
  437. </ItemGroup>
  438. <ItemGroup>
  439. <Folder Include="Content\" />
  440. </ItemGroup>
  441. <ItemGroup>
  442. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\blank.png">
  443. <Link>Content\Images\blank.png</Link>
  444. </Content>
  445. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Button.png">
  446. <Link>Content\Images\Button.png</Link>
  447. </Content>
  448. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\ButtonPressed.png">
  449. <Link>Content\Images\ButtonPressed.png</Link>
  450. </Content>
  451. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\ButtonRegular.png">
  452. <Link>Content\Images\ButtonRegular.png</Link>
  453. </Content>
  454. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\GamePadCursor.png">
  455. <Link>Content\Images\GamePadCursor.png</Link>
  456. </Content>
  457. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\instructions.png">
  458. <Link>Content\Images\instructions.png</Link>
  459. </Content>
  460. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\titlescreen.png">
  461. <Link>Content\Images\titlescreen.png</Link>
  462. </Content>
  463. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\youLose.png">
  464. <Link>Content\Images\youLose.png</Link>
  465. </Content>
  466. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Sounds\Bet.wav">
  467. <Link>Content\Sounds\Bet.wav</Link>
  468. </Content>
  469. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Sounds\CardFlip.wav">
  470. <Link>Content\Sounds\CardFlip.wav</Link>
  471. </Content>
  472. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Sounds\CardsShuffle.wav">
  473. <Link>Content\Sounds\CardsShuffle.wav</Link>
  474. </Content>
  475. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Sounds\Deal.wav">
  476. <Link>Content\Sounds\Deal.wav</Link>
  477. </Content>
  478. <Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\UI\blackjack.png">
  479. <Link>Content\Images\UI\blackjack.png</Link>
  480. </Content>
  481. <Content Include="..\..\MacOS\Cards\CardsFramework\Background.png">
  482. <Link>Content\Background.png</Link>
  483. </Content>
  484. </ItemGroup>
  485. </Project>