master
cldupland 5 years ago
parent 418bb30464
commit 367634157e

@ -1,11 +1,11 @@
#pragma warning disable 1591 #pragma warning disable 1591
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// Ce code a été généré par un outil. // This code was generated by a tool.
// Version du runtime :4.0.30319.42000 // Runtime Version:4.0.30319.42000
// //
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si // Changes to this file may cause incorrect behavior and will be lost if
// le code est régénéré. // the code is regenerated.
// </auto-generated> // </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> <AssemblyName>TheGameExtreme.iOS</AssemblyName>
<MtouchEnableSGenConc>true</MtouchEnableSGenConc> <MtouchEnableSGenConc>true</MtouchEnableSGenConc>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler> <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<ApplicationIcon>Resources\IconPique.jpg</ApplicationIcon> <ApplicationIcon>Resources\IconPique60ptmax.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@ -79,6 +79,8 @@
<LogicalName>TheGameExtreme.iOS.Resources.Apple.png</LogicalName> <LogicalName>TheGameExtreme.iOS.Resources.Apple.png</LogicalName>
</BundleResource> </BundleResource>
<BundleResource Include="Resources\IconPique.ico" /> <BundleResource Include="Resources\IconPique.ico" />
<BundleResource Include="Resources\IconPique60ptmax.ico" />
<BundleResource Include="IconPique.ico" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<InterfaceDefinition Include="Resources\LaunchScreen.storyboard" /> <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
@ -168,7 +170,4 @@
<BundleResource Include="Resources\HomeIcon.png" /> <BundleResource Include="Resources\HomeIcon.png" />
<BundleResource Include="Resources\TrierImage.ico" /> <BundleResource Include="Resources\TrierImage.ico" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="IconPique.ico" />
</ItemGroup>
</Project> </Project>
Loading…
Cancel
Save