mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 15:36:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			385 lines
		
	
	
		
			No EOL
		
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			385 lines
		
	
	
		
			No EOL
		
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
 | |
|     <ProductVersion>8.0.30703</ProductVersion>
 | |
|     <SchemaVersion>2.0</SchemaVersion>
 | |
|     <ProjectGuid>{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}</ProjectGuid>
 | |
|     <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
 | |
|     <OutputType>Exe</OutputType>
 | |
|     <RootNamespace>AideDeJeu.iOS</RootNamespace>
 | |
|     <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
 | |
|     <AssemblyName>AideDeJeu.iOS</AssemblyName>
 | |
|     <NuGetPackageImportStamp>
 | |
|     </NuGetPackageImportStamp>
 | |
|     <ReleaseVersion>1.32</ReleaseVersion>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <Optimize>false</Optimize>
 | |
|     <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
 | |
|     <DefineConstants>DEBUG</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <ConsolePause>false</ConsolePause>
 | |
|     <MtouchArch>x86_64</MtouchArch>
 | |
|     <MtouchLink>SdkOnly</MtouchLink>
 | |
|     <MtouchDebug>true</MtouchDebug>
 | |
|     <CodesignKey>iPhone Developer</CodesignKey>
 | |
|     <MtouchExtraArgs>--linkskip=Microsoft.EntityFrameworkCore --linkskip=Microsoft.EntityFrameworkCore.Relational --linkskip=Microsoft.EntityFrameworkCore.Sqlite --linkskip=Remotion.Linq --linkskip=Microsoft.Data.Sqlite.Core --linkskip=Microsoft.EntityFrameworkCore.Sqlite.Core --linkskip=Microsoft.Extensions.DependencyInjection.Abstractions --linkskip=Microsoft.Extensions.DependencyInjection --linkskip=Microsoft.Extensions.Logging.Abstractions --linkskip=Microsoft.Extensions.Logging --linkskip=Microsoft.Extensions.Caching.Abstractions --linkskip=Microsoft.Extensions.Caching.Memory --linkskip=Microsoft.Extensions.Options --linkskip=Microsoft.Extensions.Primitives --linkskip=System.Reflection --linkskip=System.Reflection.Primitives --linkskip=System.Linq --linkskip=System.Linq.Expressions --linkskip=System.Linq.Queryable</MtouchExtraArgs>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
 | |
|     <DebugType>none</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <MtouchLink>SdkOnly</MtouchLink>
 | |
|     <MtouchArch>x86_64</MtouchArch>
 | |
|     <ConsolePause>false</ConsolePause>
 | |
|     <CodesignKey>iPhone Developer</CodesignKey>
 | |
|     <MtouchUseLlvm>true</MtouchUseLlvm>
 | |
|     <MtouchExtraArgs>--linkskip=Microsoft.EntityFrameworkCore --linkskip=Microsoft.EntityFrameworkCore.Relational --linkskip=Microsoft.EntityFrameworkCore.Sqlite --linkskip=Remotion.Linq --linkskip=Microsoft.Data.Sqlite.Core --linkskip=Microsoft.EntityFrameworkCore.Sqlite.Core --linkskip=Microsoft.Extensions.DependencyInjection.Abstractions --linkskip=Microsoft.Extensions.DependencyInjection --linkskip=Microsoft.Extensions.Logging.Abstractions --linkskip=Microsoft.Extensions.Logging --linkskip=Microsoft.Extensions.Caching.Abstractions --linkskip=Microsoft.Extensions.Caching.Memory --linkskip=Microsoft.Extensions.Options --linkskip=Microsoft.Extensions.Primitives --linkskip=System.Reflection --linkskip=System.Reflection.Primitives --linkskip=System.Linq --linkskip=System.Linq.Expressions --linkskip=System.Linq.Queryable</MtouchExtraArgs>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <Optimize>false</Optimize>
 | |
|     <OutputPath>bin\iPhone\Debug</OutputPath>
 | |
|     <DefineConstants>DEBUG</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <ConsolePause>false</ConsolePause>
 | |
|     <MtouchArch>ARMv7s, ARM64</MtouchArch>
 | |
|     <CodesignKey>iPhone Developer</CodesignKey>
 | |
|     <MtouchDebug>true</MtouchDebug>
 | |
|     <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
 | |
|     <DebugType>none</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\iPhone\Release</OutputPath>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <MtouchArch>ARMv7, ARMv7s, ARM64</MtouchArch>
 | |
|     <ConsolePause>false</ConsolePause>
 | |
|     <CodesignKey>iPhone Distribution</CodesignKey>
 | |
|     <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
 | |
|     <MtouchUseLlvm>true</MtouchUseLlvm>
 | |
|     <CodesignProvision>AideDeJeuPN</CodesignProvision>
 | |
|     <MtouchLink>SdkOnly</MtouchLink>
 | |
|     <MtouchExtraArgs>--linkskip=Microsoft.EntityFrameworkCore --linkskip=Microsoft.EntityFrameworkCore.Relational --linkskip=Microsoft.EntityFrameworkCore.Sqlite --linkskip=Remotion.Linq --linkskip=Microsoft.Data.Sqlite.Core --linkskip=Microsoft.EntityFrameworkCore.Sqlite.Core --linkskip=Microsoft.Extensions.DependencyInjection.Abstractions --linkskip=Microsoft.Extensions.DependencyInjection --linkskip=Microsoft.Extensions.Logging.Abstractions --linkskip=Microsoft.Extensions.Logging --linkskip=Microsoft.Extensions.Caching.Abstractions --linkskip=Microsoft.Extensions.Caching.Memory --linkskip=Microsoft.Extensions.Options --linkskip=Microsoft.Extensions.Primitives --linkskip=System.Reflection --linkskip=System.Reflection.Primitives --linkskip=System.Linq --linkskip=System.Linq.Expressions --linkskip=System.Linq.Queryable</MtouchExtraArgs>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
 | |
|     <DebugType>none</DebugType>
 | |
|     <Optimize>True</Optimize>
 | |
|     <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <ConsolePause>False</ConsolePause>
 | |
|     <MtouchArch>ARM64</MtouchArch>
 | |
|     <BuildIpa>True</BuildIpa>
 | |
|     <CodesignProvision>Automatic:AdHoc</CodesignProvision>
 | |
|     <CodesignKey>iPhone Distribution</CodesignKey>
 | |
|     <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
 | |
|     <DebugType>none</DebugType>
 | |
|     <Optimize>True</Optimize>
 | |
|     <OutputPath>bin\iPhone\AppStore</OutputPath>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <ConsolePause>False</ConsolePause>
 | |
|     <MtouchArch>ARM64</MtouchArch>
 | |
|     <CodesignProvision>Automatic:AppStore</CodesignProvision>
 | |
|     <CodesignKey>iPhone Distribution</CodesignKey>
 | |
|     <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="Main.cs" />
 | |
|     <Compile Include="AppDelegate.cs" />
 | |
|     <BundleResource Include="..\..\Data\library.db">
 | |
|       <Link>Resources\library.db</Link>
 | |
|     </BundleResource>
 | |
|     <None Include="Entitlements.plist" />
 | |
|     <None Include="Info.plist" />
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <BundleResource Include="Resources\Fonts\LinLibertine_R.ttf">
 | |
|       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 | |
|     </BundleResource>
 | |
|     <Compile Include="NativeAPI.cs" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BundleResource Include="Resources\Icon-60%403x.png" />
 | |
|     <BundleResource Include="Resources\Icon-Small-40%403x.png" />
 | |
|     <BundleResource Include="Resources\Icon-Small%403x.png" />
 | |
|     <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Xml" />
 | |
|     <Reference Include="System.Core" />
 | |
|     <Reference Include="Xamarin.iOS" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Microsoft.EntityFrameworkCore">
 | |
|       <Version>2.2.4</Version>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core">
 | |
|       <Version>2.2.4</Version>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="Rg.Plugins.Popup">
 | |
|       <Version>1.1.5.188</Version>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="SkiaSharp.Svg">
 | |
|       <Version>1.60.0</Version>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="SkiaSharp.Views">
 | |
|       <Version>1.68.0</Version>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="SkiaSharp.Views.Forms">
 | |
|       <Version>1.68.0</Version>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="sqlite-net-pcl">
 | |
|       <Version>1.5.231</Version>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="System.Buffers">
 | |
|       <Version>4.5.0</Version>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="Xamarin.Essentials">
 | |
|       <Version>1.1.0</Version>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="Xamarin.Forms">
 | |
|       <Version>4.0.0.346134-pre9</Version>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="Xamarin.Forms.Visual.Material">
 | |
|       <Version>4.0.0.346134-pre9</Version>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="XamiTextSharpLGPLv2">
 | |
|       <Version>1.0.0</Version>
 | |
|     </PackageReference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BundleResource Include="Resources\tab_about.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BundleResource Include="Resources\tab_about%402x.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BundleResource Include="Resources\tab_about%403x.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BundleResource Include="Resources\tab_feed.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BundleResource Include="Resources\tab_feed%402x.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BundleResource Include="Resources\tab_feed%403x.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BundleResource Include="Resources\xamarin_logo.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BundleResource Include="Resources\xamarin_logo%402x.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BundleResource Include="Resources\xamarin_logo%403x.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\AideDeJeu\AideDeJeu.csproj">
 | |
|       <Project>{C0597D88-5C09-4314-80A3-64712B02D0E9}</Project>
 | |
|       <Name>AideDeJeu</Name>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ImageAsset Include="Media.xcassets\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-40.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-60.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-58.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-87.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-80.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-120.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-180.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-20.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-29.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-76.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-152.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-167.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-1024.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\icon.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\icon.imageset\battle_axe.pdf">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\battle_axe.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\crystal_ball.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\funnel.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\plain_arrow_down.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\plain_arrow_up.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\round_star.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\settings_knobs.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\spell_book.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\stars_stack.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\trash_can.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\wooden_sign.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\click.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\cubes.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d4.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d6.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d8.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d10.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d12.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d20.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\rolling_dice_cup.imageset\Contents.json">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
| 	
 | |
|     <ImageAsset Include="Media.xcassets\crystal_ball.imageset\crystal_ball.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\funnel.imageset\funnel.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\plain_arrow_down.imageset\plain_arrow_down.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\plain_arrow_up.imageset\plain_arrow_up.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\round_star.imageset\round_star.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\settings_knobs.imageset\settings_knobs.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\spell_book.imageset\spell_book.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\stars_stack.imageset\stars_stack.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\trash_can.imageset\trash_can.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\wooden_sign.imageset\wooden_sign.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\battle_axe.imageset\battle_axe.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\click.imageset\click.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\cubes.imageset\cubes.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d4.imageset\d4.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d6.imageset\d6.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d8.imageset\d8.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d10.imageset\d10.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d12.imageset\d12.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\d20.imageset\d20.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|     <ImageAsset Include="Media.xcassets\rolling_dice_cup.imageset\rolling_dice_cup.png">
 | |
|       <Visible>false</Visible>
 | |
|     </ImageAsset>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Folder Include="Media.xcassets\crystal_ball.imageset\" />
 | |
|     <Folder Include="Media.xcassets\funnel.imageset\" />
 | |
|     <Folder Include="Media.xcassets\icon.imageset\" />
 | |
|     <Folder Include="Media.xcassets\plain_arrow_down.imageset\" />
 | |
|     <Folder Include="Media.xcassets\plain_arrow_up.imageset\" />
 | |
|     <Folder Include="Media.xcassets\round_star.imageset\" />
 | |
|     <Folder Include="Media.xcassets\settings_knobs.imageset\" />
 | |
|     <Folder Include="Media.xcassets\spell_book.imageset\" />
 | |
|     <Folder Include="Media.xcassets\stars_stack.imageset\" />
 | |
|     <Folder Include="Media.xcassets\trash_can.imageset\" />
 | |
|     <Folder Include="Media.xcassets\wooden_sign.imageset\" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
 | |
| </Project> | 
