master
cldupland 5 years ago
parent 418bb30464
commit 367634157e

@ -1,11 +1,11 @@
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

@ -14,7 +14,7 @@
<AssemblyName>TheGameExtreme.iOS</AssemblyName>
<MtouchEnableSGenConc>true</MtouchEnableSGenConc>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<ApplicationIcon>Resources\IconPique.jpg</ApplicationIcon>
<ApplicationIcon>Resources\IconPique60ptmax.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
@ -79,6 +79,8 @@
<LogicalName>TheGameExtreme.iOS.Resources.Apple.png</LogicalName>
</BundleResource>
<BundleResource Include="Resources\IconPique.ico" />
<BundleResource Include="Resources\IconPique60ptmax.ico" />
<BundleResource Include="IconPique.ico" />
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
@ -168,7 +170,4 @@
<BundleResource Include="Resources\HomeIcon.png" />
<BundleResource Include="Resources\TrierImage.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="IconPique.ico" />
</ItemGroup>
</Project>
Loading…
Cancel
Save