|
44 | 44 | <DebugType>full</DebugType> |
45 | 45 | <Optimize>false</Optimize> |
46 | 46 | <OutputPath>bin\iPhone\Debug</OutputPath> |
47 | | - <DefineConstants>DEBUG;__MOBILE__;__IOS__;__MOBILE__;__IOS__;AOT;XAMARIN;MONO;</DefineConstants> |
| 47 | + <DefineConstants>DEBUG;__MOBILE__;__IOS__;AOT;XAMARIN;MONO;</DefineConstants> |
48 | 48 | <ErrorReport>prompt</ErrorReport> |
49 | 49 | <WarningLevel>4</WarningLevel> |
50 | 50 | <ConsolePause>false</ConsolePause> |
|
74 | 74 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
75 | 75 | <Optimize>true</Optimize> |
76 | 76 | <OutputPath>bin\iPhone\Release</OutputPath> |
77 | | - <DefineConstants>__MOBILE__;__IOS__;XAMIOS;MONO;</DefineConstants> |
| 77 | + <DefineConstants>__MOBILE__;__IOS__;AOT;XAMARIN;MONO;</DefineConstants> |
78 | 78 | <ErrorReport>prompt</ErrorReport> |
79 | 79 | <WarningLevel>4</WarningLevel> |
80 | 80 | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
|
85 | 85 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' "> |
86 | 86 | <Optimize>true</Optimize> |
87 | 87 | <OutputPath>bin\iPhone\Ad-Hoc</OutputPath> |
88 | | - <DefineConstants>__MOBILE__;__IOS__;XAMIOS;MONO;</DefineConstants> |
| 88 | + <DefineConstants>__MOBILE__;__IOS__;AOT;XAMARIN;MONO;</DefineConstants> |
89 | 89 | <ErrorReport>prompt</ErrorReport> |
90 | 90 | <WarningLevel>4</WarningLevel> |
91 | 91 | <ConsolePause>false</ConsolePause> |
|
99 | 99 | <DebugType>full</DebugType> |
100 | 100 | <Optimize>true</Optimize> |
101 | 101 | <OutputPath>bin\iPhone\AppStore</OutputPath> |
102 | | - <DefineConstants>__MOBILE__;__IOS__;</DefineConstants> |
| 102 | + <DefineConstants>__MOBILE__;__IOS__;AOT;XAMARIN;MONO;</DefineConstants> |
103 | 103 | <ErrorReport>prompt</ErrorReport> |
104 | 104 | <WarningLevel>4</WarningLevel> |
105 | 105 | <ConsolePause>false</ConsolePause> |
|
0 commit comments