BlackjackContent.contentproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  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. <ProjectGuid>{5579CF00-01B5-4668-9761-3AF56BC0B5C9}</ProjectGuid>
  5. <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  11. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  12. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  13. <ContentRootDirectory>Content</ContentRootDirectory>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  24. <PlatformTarget>x86</PlatformTarget>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  27. <PlatformTarget>x86</PlatformTarget>
  28. </PropertyGroup>
  29. <PropertyGroup>
  30. <RootNamespace>CardGameContent</RootNamespace>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  34. <Private>False</Private>
  35. </Reference>
  36. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  37. <Private>False</Private>
  38. </Reference>
  39. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  40. <Private>False</Private>
  41. </Reference>
  42. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  43. <Private>False</Private>
  44. </Reference>
  45. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  46. <Private>False</Private>
  47. </Reference>
  48. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  49. <Private>False</Private>
  50. </Reference>
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Fonts\Bold.spritefont">
  54. <Name>Bold</Name>
  55. <Importer>FontDescriptionImporter</Importer>
  56. <Processor>FontDescriptionProcessor</Processor>
  57. </Compile>
  58. <Compile Include="Fonts\Regular.spritefont">
  59. <Name>Regular</Name>
  60. <Importer>FontDescriptionImporter</Importer>
  61. <Processor>FontDescriptionProcessor</Processor>
  62. </Compile>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Fonts\MenuFont.spritefont">
  66. <Name>MenuFont</Name>
  67. <Importer>FontDescriptionImporter</Importer>
  68. <Processor>FontDescriptionProcessor</Processor>
  69. </Compile>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Folder Include="Fonts\Default\" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Images\blank.png">
  76. <Name>blank</Name>
  77. <Importer>TextureImporter</Importer>
  78. <Processor>TextureProcessor</Processor>
  79. </Compile>
  80. <Compile Include="Images\Button.png">
  81. <Name>Button</Name>
  82. <Importer>TextureImporter</Importer>
  83. <Processor>TextureProcessor</Processor>
  84. </Compile>
  85. <Compile Include="Images\ButtonPressed.png">
  86. <Name>ButtonPressed</Name>
  87. <Importer>TextureImporter</Importer>
  88. <Processor>TextureProcessor</Processor>
  89. </Compile>
  90. <Compile Include="Images\ButtonRegular.png">
  91. <Name>ButtonRegular</Name>
  92. <Importer>TextureImporter</Importer>
  93. <Processor>TextureProcessor</Processor>
  94. </Compile>
  95. <Compile Include="Images\Cards\CardBack_Blue.png">
  96. <Name>CardBack_Blue</Name>
  97. <Importer>TextureImporter</Importer>
  98. <Processor>TextureProcessor</Processor>
  99. </Compile>
  100. <Compile Include="Images\Cards\CardBack_Red.png">
  101. <Name>CardBack_Red</Name>
  102. <Importer>TextureImporter</Importer>
  103. <Processor>TextureProcessor</Processor>
  104. </Compile>
  105. <Compile Include="Images\Cards\ClubAce.png">
  106. <Name>ClubAce</Name>
  107. <Importer>TextureImporter</Importer>
  108. <Processor>TextureProcessor</Processor>
  109. </Compile>
  110. <Compile Include="Images\Cards\ClubEight.png">
  111. <Name>ClubEight</Name>
  112. <Importer>TextureImporter</Importer>
  113. <Processor>TextureProcessor</Processor>
  114. </Compile>
  115. <Compile Include="Images\Cards\ClubFive.png">
  116. <Name>ClubFive</Name>
  117. <Importer>TextureImporter</Importer>
  118. <Processor>TextureProcessor</Processor>
  119. </Compile>
  120. <Compile Include="Images\Cards\ClubFour.png">
  121. <Name>ClubFour</Name>
  122. <Importer>TextureImporter</Importer>
  123. <Processor>TextureProcessor</Processor>
  124. </Compile>
  125. <Compile Include="Images\Cards\ClubJack.png">
  126. <Name>ClubJack</Name>
  127. <Importer>TextureImporter</Importer>
  128. <Processor>TextureProcessor</Processor>
  129. </Compile>
  130. <Compile Include="Images\Cards\ClubKing.png">
  131. <Name>ClubKing</Name>
  132. <Importer>TextureImporter</Importer>
  133. <Processor>TextureProcessor</Processor>
  134. </Compile>
  135. <Compile Include="Images\Cards\ClubNine.png">
  136. <Name>ClubNine</Name>
  137. <Importer>TextureImporter</Importer>
  138. <Processor>TextureProcessor</Processor>
  139. </Compile>
  140. <Compile Include="Images\Cards\ClubQueen.png">
  141. <Name>ClubQueen</Name>
  142. <Importer>TextureImporter</Importer>
  143. <Processor>TextureProcessor</Processor>
  144. </Compile>
  145. <Compile Include="Images\Cards\ClubSeven.png">
  146. <Name>ClubSeven</Name>
  147. <Importer>TextureImporter</Importer>
  148. <Processor>TextureProcessor</Processor>
  149. </Compile>
  150. <Compile Include="Images\Cards\ClubSix.png">
  151. <Name>ClubSix</Name>
  152. <Importer>TextureImporter</Importer>
  153. <Processor>TextureProcessor</Processor>
  154. </Compile>
  155. <Compile Include="Images\Cards\ClubTen.png">
  156. <Name>ClubTen</Name>
  157. <Importer>TextureImporter</Importer>
  158. <Processor>TextureProcessor</Processor>
  159. </Compile>
  160. <Compile Include="Images\Cards\ClubThree.png">
  161. <Name>ClubThree</Name>
  162. <Importer>TextureImporter</Importer>
  163. <Processor>TextureProcessor</Processor>
  164. </Compile>
  165. <Compile Include="Images\Cards\ClubTwo.png">
  166. <Name>ClubTwo</Name>
  167. <Importer>TextureImporter</Importer>
  168. <Processor>TextureProcessor</Processor>
  169. </Compile>
  170. <Compile Include="Images\Cards\DiamondAce.png">
  171. <Name>DiamondAce</Name>
  172. <Importer>TextureImporter</Importer>
  173. <Processor>TextureProcessor</Processor>
  174. </Compile>
  175. <Compile Include="Images\Cards\DiamondEight.png">
  176. <Name>DiamondEight</Name>
  177. <Importer>TextureImporter</Importer>
  178. <Processor>TextureProcessor</Processor>
  179. </Compile>
  180. <Compile Include="Images\Cards\DiamondFive.png">
  181. <Name>DiamondFive</Name>
  182. <Importer>TextureImporter</Importer>
  183. <Processor>TextureProcessor</Processor>
  184. </Compile>
  185. <Compile Include="Images\Cards\DiamondFour.png">
  186. <Name>DiamondFour</Name>
  187. <Importer>TextureImporter</Importer>
  188. <Processor>TextureProcessor</Processor>
  189. </Compile>
  190. <Compile Include="Images\Cards\DiamondJack.png">
  191. <Name>DiamondJack</Name>
  192. <Importer>TextureImporter</Importer>
  193. <Processor>TextureProcessor</Processor>
  194. </Compile>
  195. <Compile Include="Images\Cards\DiamondKing.png">
  196. <Name>DiamondKing</Name>
  197. <Importer>TextureImporter</Importer>
  198. <Processor>TextureProcessor</Processor>
  199. </Compile>
  200. <Compile Include="Images\Cards\DiamondNine.png">
  201. <Name>DiamondNine</Name>
  202. <Importer>TextureImporter</Importer>
  203. <Processor>TextureProcessor</Processor>
  204. </Compile>
  205. <Compile Include="Images\Cards\DiamondQueen.png">
  206. <Name>DiamondQueen</Name>
  207. <Importer>TextureImporter</Importer>
  208. <Processor>TextureProcessor</Processor>
  209. </Compile>
  210. <Compile Include="Images\Cards\DiamondSeven.png">
  211. <Name>DiamondSeven</Name>
  212. <Importer>TextureImporter</Importer>
  213. <Processor>TextureProcessor</Processor>
  214. </Compile>
  215. <Compile Include="Images\Cards\DiamondSix.png">
  216. <Name>DiamondSix</Name>
  217. <Importer>TextureImporter</Importer>
  218. <Processor>TextureProcessor</Processor>
  219. </Compile>
  220. <Compile Include="Images\Cards\DiamondTen.png">
  221. <Name>DiamondTen</Name>
  222. <Importer>TextureImporter</Importer>
  223. <Processor>TextureProcessor</Processor>
  224. </Compile>
  225. <Compile Include="Images\Cards\DiamondThree.png">
  226. <Name>DiamondThree</Name>
  227. <Importer>TextureImporter</Importer>
  228. <Processor>TextureProcessor</Processor>
  229. </Compile>
  230. <Compile Include="Images\Cards\DiamondTwo.png">
  231. <Name>DiamondTwo</Name>
  232. <Importer>TextureImporter</Importer>
  233. <Processor>TextureProcessor</Processor>
  234. </Compile>
  235. <Compile Include="Images\Cards\FirstJoker.png">
  236. <Name>FirstJoker</Name>
  237. <Importer>TextureImporter</Importer>
  238. <Processor>TextureProcessor</Processor>
  239. </Compile>
  240. <Compile Include="Images\Cards\HeartAce.png">
  241. <Name>HeartAce</Name>
  242. <Importer>TextureImporter</Importer>
  243. <Processor>TextureProcessor</Processor>
  244. </Compile>
  245. <Compile Include="Images\Cards\HeartEight.png">
  246. <Name>HeartEight</Name>
  247. <Importer>TextureImporter</Importer>
  248. <Processor>TextureProcessor</Processor>
  249. </Compile>
  250. <Compile Include="Images\Cards\HeartFive.png">
  251. <Name>HeartFive</Name>
  252. <Importer>TextureImporter</Importer>
  253. <Processor>TextureProcessor</Processor>
  254. </Compile>
  255. <Compile Include="Images\Cards\HeartFour.png">
  256. <Name>HeartFour</Name>
  257. <Importer>TextureImporter</Importer>
  258. <Processor>TextureProcessor</Processor>
  259. </Compile>
  260. <Compile Include="Images\Cards\HeartJack.png">
  261. <Name>HeartJack</Name>
  262. <Importer>TextureImporter</Importer>
  263. <Processor>TextureProcessor</Processor>
  264. </Compile>
  265. <Compile Include="Images\Cards\HeartKing.png">
  266. <Name>HeartKing</Name>
  267. <Importer>TextureImporter</Importer>
  268. <Processor>TextureProcessor</Processor>
  269. </Compile>
  270. <Compile Include="Images\Cards\HeartNine.png">
  271. <Name>HeartNine</Name>
  272. <Importer>TextureImporter</Importer>
  273. <Processor>TextureProcessor</Processor>
  274. </Compile>
  275. <Compile Include="Images\Cards\HeartQueen.png">
  276. <Name>HeartQueen</Name>
  277. <Importer>TextureImporter</Importer>
  278. <Processor>TextureProcessor</Processor>
  279. </Compile>
  280. <Compile Include="Images\Cards\HeartSeven.png">
  281. <Name>HeartSeven</Name>
  282. <Importer>TextureImporter</Importer>
  283. <Processor>TextureProcessor</Processor>
  284. </Compile>
  285. <Compile Include="Images\Cards\HeartSix.png">
  286. <Name>HeartSix</Name>
  287. <Importer>TextureImporter</Importer>
  288. <Processor>TextureProcessor</Processor>
  289. </Compile>
  290. <Compile Include="Images\Cards\HeartTen.png">
  291. <Name>HeartTen</Name>
  292. <Importer>TextureImporter</Importer>
  293. <Processor>TextureProcessor</Processor>
  294. </Compile>
  295. <Compile Include="Images\Cards\HeartThree.png">
  296. <Name>HeartThree</Name>
  297. <Importer>TextureImporter</Importer>
  298. <Processor>TextureProcessor</Processor>
  299. </Compile>
  300. <Compile Include="Images\Cards\HeartTwo.png">
  301. <Name>HeartTwo</Name>
  302. <Importer>TextureImporter</Importer>
  303. <Processor>TextureProcessor</Processor>
  304. </Compile>
  305. <Compile Include="Images\Cards\SecondJoker.png">
  306. <Name>SecondJoker</Name>
  307. <Importer>TextureImporter</Importer>
  308. <Processor>TextureProcessor</Processor>
  309. </Compile>
  310. <Compile Include="Images\Cards\SpadeAce.png">
  311. <Name>SpadeAce</Name>
  312. <Importer>TextureImporter</Importer>
  313. <Processor>TextureProcessor</Processor>
  314. </Compile>
  315. <Compile Include="Images\Cards\SpadeEight.png">
  316. <Name>SpadeEight</Name>
  317. <Importer>TextureImporter</Importer>
  318. <Processor>TextureProcessor</Processor>
  319. </Compile>
  320. <Compile Include="Images\Cards\SpadeFive.png">
  321. <Name>SpadeFive</Name>
  322. <Importer>TextureImporter</Importer>
  323. <Processor>TextureProcessor</Processor>
  324. </Compile>
  325. <Compile Include="Images\Cards\SpadeFour.png">
  326. <Name>SpadeFour</Name>
  327. <Importer>TextureImporter</Importer>
  328. <Processor>TextureProcessor</Processor>
  329. </Compile>
  330. <Compile Include="Images\Cards\SpadeJack.png">
  331. <Name>SpadeJack</Name>
  332. <Importer>TextureImporter</Importer>
  333. <Processor>TextureProcessor</Processor>
  334. </Compile>
  335. <Compile Include="Images\Cards\SpadeKing.png">
  336. <Name>SpadeKing</Name>
  337. <Importer>TextureImporter</Importer>
  338. <Processor>TextureProcessor</Processor>
  339. </Compile>
  340. <Compile Include="Images\Cards\SpadeNine.png">
  341. <Name>SpadeNine</Name>
  342. <Importer>TextureImporter</Importer>
  343. <Processor>TextureProcessor</Processor>
  344. </Compile>
  345. <Compile Include="Images\Cards\SpadeQueen.png">
  346. <Name>SpadeQueen</Name>
  347. <Importer>TextureImporter</Importer>
  348. <Processor>TextureProcessor</Processor>
  349. </Compile>
  350. <Compile Include="Images\Cards\SpadeSeven.png">
  351. <Name>SpadeSeven</Name>
  352. <Importer>TextureImporter</Importer>
  353. <Processor>TextureProcessor</Processor>
  354. </Compile>
  355. <Compile Include="Images\Cards\SpadeSix.png">
  356. <Name>SpadeSix</Name>
  357. <Importer>TextureImporter</Importer>
  358. <Processor>TextureProcessor</Processor>
  359. </Compile>
  360. <Compile Include="Images\Cards\SpadeTen.png">
  361. <Name>SpadeTen</Name>
  362. <Importer>TextureImporter</Importer>
  363. <Processor>TextureProcessor</Processor>
  364. </Compile>
  365. <Compile Include="Images\Cards\SpadeThree.png">
  366. <Name>SpadeThree</Name>
  367. <Importer>TextureImporter</Importer>
  368. <Processor>TextureProcessor</Processor>
  369. </Compile>
  370. <Compile Include="Images\Cards\SpadeTwo.png">
  371. <Name>SpadeTwo</Name>
  372. <Importer>TextureImporter</Importer>
  373. <Processor>TextureProcessor</Processor>
  374. </Compile>
  375. <Compile Include="Images\Chips\chip100.png">
  376. <Name>chip100</Name>
  377. <Importer>TextureImporter</Importer>
  378. <Processor>TextureProcessor</Processor>
  379. </Compile>
  380. <Compile Include="Images\Chips\chip25.png">
  381. <Name>chip25</Name>
  382. <Importer>TextureImporter</Importer>
  383. <Processor>TextureProcessor</Processor>
  384. </Compile>
  385. <Compile Include="Images\Chips\chip5.png">
  386. <Name>chip5</Name>
  387. <Importer>TextureImporter</Importer>
  388. <Processor>TextureProcessor</Processor>
  389. </Compile>
  390. <Compile Include="Images\Chips\chip500.png">
  391. <Name>chip500</Name>
  392. <Importer>TextureImporter</Importer>
  393. <Processor>TextureProcessor</Processor>
  394. </Compile>
  395. <Compile Include="Images\Chips\chipBlack.png">
  396. <Name>chipBlack</Name>
  397. <Importer>TextureImporter</Importer>
  398. <Processor>TextureProcessor</Processor>
  399. </Compile>
  400. <Compile Include="Images\Chips\chipRed.png">
  401. <Name>chipRed</Name>
  402. <Importer>TextureImporter</Importer>
  403. <Processor>TextureProcessor</Processor>
  404. </Compile>
  405. <Compile Include="Images\Chips\chipWhite.png">
  406. <Name>chipWhite</Name>
  407. <Importer>TextureImporter</Importer>
  408. <Processor>TextureProcessor</Processor>
  409. </Compile>
  410. <Compile Include="Images\Chips\chipYellow.png">
  411. <Name>chipYellow</Name>
  412. <Importer>TextureImporter</Importer>
  413. <Processor>TextureProcessor</Processor>
  414. </Compile>
  415. <Compile Include="Images\GamePadCursor.png">
  416. <Name>GamePadCursor</Name>
  417. <Importer>TextureImporter</Importer>
  418. <Processor>TextureProcessor</Processor>
  419. </Compile>
  420. <Compile Include="Images\instructions.png">
  421. <Name>instructions</Name>
  422. <Importer>TextureImporter</Importer>
  423. <Processor>TextureProcessor</Processor>
  424. </Compile>
  425. <Compile Include="Images\titlescreen.png">
  426. <Name>titlescreen</Name>
  427. <Importer>TextureImporter</Importer>
  428. <Processor>TextureProcessor</Processor>
  429. </Compile>
  430. <Compile Include="Images\UI\blackjack.png">
  431. <Name>blackjack</Name>
  432. <Importer>TextureImporter</Importer>
  433. <Processor>TextureProcessor</Processor>
  434. </Compile>
  435. <Compile Include="Images\UI\bust.png">
  436. <Name>bust</Name>
  437. <Importer>TextureImporter</Importer>
  438. <Processor>TextureProcessor</Processor>
  439. </Compile>
  440. <Compile Include="Images\UI\lose.png">
  441. <Name>lose</Name>
  442. <Importer>TextureImporter</Importer>
  443. <Processor>TextureProcessor</Processor>
  444. </Compile>
  445. <Compile Include="Images\UI\pass.png">
  446. <Name>pass</Name>
  447. <Importer>TextureImporter</Importer>
  448. <Processor>TextureProcessor</Processor>
  449. </Compile>
  450. <Compile Include="Images\UI\push.png">
  451. <Name>push</Name>
  452. <Importer>TextureImporter</Importer>
  453. <Processor>TextureProcessor</Processor>
  454. </Compile>
  455. <Compile Include="Images\UI\ring.png">
  456. <Name>ring</Name>
  457. <Importer>TextureImporter</Importer>
  458. <Processor>TextureProcessor</Processor>
  459. </Compile>
  460. <Compile Include="Images\UI\Shuffle_Blue.png">
  461. <Name>Shuffle_Blue</Name>
  462. <Importer>TextureImporter</Importer>
  463. <Processor>TextureProcessor</Processor>
  464. </Compile>
  465. <Compile Include="Images\UI\Shuffle_Red.png">
  466. <Name>Shuffle_Red</Name>
  467. <Importer>TextureImporter</Importer>
  468. <Processor>TextureProcessor</Processor>
  469. </Compile>
  470. <Compile Include="Images\UI\table - Copy.png">
  471. <Name>table - Copy</Name>
  472. <Importer>TextureImporter</Importer>
  473. <Processor>TextureProcessor</Processor>
  474. </Compile>
  475. <Compile Include="Images\UI\table.png">
  476. <Name>table</Name>
  477. <Importer>TextureImporter</Importer>
  478. <Processor>TextureProcessor</Processor>
  479. </Compile>
  480. <Compile Include="Images\UI\win.png">
  481. <Name>win</Name>
  482. <Importer>TextureImporter</Importer>
  483. <Processor>TextureProcessor</Processor>
  484. </Compile>
  485. <Compile Include="Images\youLose.png">
  486. <Name>youLose</Name>
  487. <Importer>TextureImporter</Importer>
  488. <Processor>TextureProcessor</Processor>
  489. </Compile>
  490. <Compile Include="Sounds\Bet.wav">
  491. <Name>Bet</Name>
  492. <Importer>WavImporter</Importer>
  493. <Processor>SoundEffectProcessor</Processor>
  494. </Compile>
  495. <Compile Include="Sounds\CardFlip.wav">
  496. <Name>CardFlip</Name>
  497. <Importer>WavImporter</Importer>
  498. <Processor>SoundEffectProcessor</Processor>
  499. </Compile>
  500. <Compile Include="Sounds\CardsShuffle.wav">
  501. <Name>CardsShuffle</Name>
  502. <Importer>WavImporter</Importer>
  503. <Processor>SoundEffectProcessor</Processor>
  504. </Compile>
  505. <Compile Include="Sounds\Deal.wav">
  506. <Name>Deal</Name>
  507. <Importer>WavImporter</Importer>
  508. <Processor>SoundEffectProcessor</Processor>
  509. </Compile>
  510. </ItemGroup>
  511. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  512. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  513. Other similar extension points exist, see Microsoft.Common.targets.
  514. <Target Name="BeforeBuild">
  515. </Target>
  516. <Target Name="AfterBuild">
  517. </Target>
  518. -->
  519. </Project>