mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
OK iOS
This commit is contained in:
parent
103de93924
commit
fd6c7d8d86
2 changed files with 7 additions and 2 deletions
|
|
@ -286,6 +286,7 @@ Global
|
|||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Debug|ARM.ActiveCfg = Debug|iPhone
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Debug|iPhone.ActiveCfg = Debug|iPhone
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Debug|iPhone.Build.0 = Debug|iPhone
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Debug|iPhone.Deploy.0 = Debug|iPhone
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Debug|x64.ActiveCfg = Debug|iPhone
|
||||
|
|
@ -324,6 +325,7 @@ Global
|
|||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Release|ARM.ActiveCfg = Release|iPhone
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Release|iPhone.ActiveCfg = Release|iPhone
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Release|iPhone.Build.0 = Release|iPhone
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Release|iPhone.Deploy.0 = Release|iPhone
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
|
||||
{9878FADF-BAEA-4B9F-9DF0-A092439AF14D}.Release|x64.ActiveCfg = Release|iPhone
|
||||
|
|
|
|||
|
|
@ -67,10 +67,10 @@
|
|||
<WarningLevel>4</WarningLevel>
|
||||
<MtouchArch>ARMv7, ARMv7s, ARM64</MtouchArch>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<CodesignKey>iPhone Distribution</CodesignKey>
|
||||
<CodesignKey>Apple Development: Yan Maniez (3Y77SXKSWS)</CodesignKey>
|
||||
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
||||
<MtouchUseLlvm>true</MtouchUseLlvm>
|
||||
<CodesignProvision>AideDeJeuPN</CodesignProvision>
|
||||
<CodesignProvision>VS: WildCard Development</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>
|
||||
<MtouchI18n>west</MtouchI18n>
|
||||
|
|
@ -184,6 +184,9 @@
|
|||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
|
||||
<AppExtensionDebugBundleId />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
<Compile Include="AppDelegate.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue