|
14 | 14 | <PropertyGroup> |
15 | 15 | <SignAssembly>true</SignAssembly> |
16 | 16 | <DefineConstants>$(DefineConstants);XAMARIN;NUNITLITE;NETSTANDARD2_0;FEATURE_TAP;FEATURE_CONCURRENT;FEATURE_POINTER_CONVERSION;FEATURE_MEMCOPY</DefineConstants> |
17 | | - <DocumentationFile></DocumentationFile> |
| 17 | + <DocumentationFile> |
| 18 | + </DocumentationFile> |
18 | 19 | </PropertyGroup> |
19 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
20 | 21 | <ConsolePause>false</ConsolePause> |
21 | 22 | <MtouchLink>None</MtouchLink> |
22 | 23 | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
23 | 24 | <MtouchDebug>true</MtouchDebug> |
24 | | - <MtouchI18n></MtouchI18n> |
| 25 | + <MtouchI18n> |
| 26 | + </MtouchI18n> |
25 | 27 | <MtouchArch>ARMv7</MtouchArch> |
26 | 28 | </PropertyGroup> |
27 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> |
|
33 | 35 | <ConsolePause>false</ConsolePause> |
34 | 36 | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
35 | 37 | <CodesignKey>iPhone Developer</CodesignKey> |
36 | | - <IpaPackageName></IpaPackageName> |
37 | | - <MtouchArch>ARMv7</MtouchArch> |
| 38 | + <IpaPackageName> |
| 39 | + </IpaPackageName> |
| 40 | + <MtouchArch> |
| 41 | + </MtouchArch> |
38 | 42 | <MtouchSdkVersion>9.3</MtouchSdkVersion> |
39 | 43 | <MtouchLink>SdkOnly</MtouchLink> |
40 | | - <MtouchDebug>False</MtouchDebug> |
| 44 | + <MtouchDebug>false</MtouchDebug> |
41 | 45 | <MtouchProfiling>False</MtouchProfiling> |
42 | 46 | <MtouchFastDev>False</MtouchFastDev> |
43 | 47 | <MtouchEnableGenericValueTypeSharing>True</MtouchEnableGenericValueTypeSharing> |
|
48 | 52 | <MtouchOptimizePNGs>True</MtouchOptimizePNGs> |
49 | 53 | <MtouchExtraArgs>--xml=${ProjectDir}/linker.xml</MtouchExtraArgs> |
50 | 54 | <MtouchEnableBitcode>False</MtouchEnableBitcode> |
51 | | - <OptimizePNGs>True</OptimizePNGs> |
| 55 | + <OptimizePNGs>false</OptimizePNGs> |
52 | 56 | <MtouchTlsProvider>Default</MtouchTlsProvider> |
53 | 57 | <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler> |
54 | 58 | <MtouchFloat32>False</MtouchFloat32> |
|
71 | 75 | <CodesignProvision>Automatic:AppStore</CodesignProvision> |
72 | 76 | <CodesignKey>iPhone Distribution</CodesignKey> |
73 | 77 | </PropertyGroup> |
| 78 | + <PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' "> |
| 79 | + <AppExtensionDebugBundleId /> |
| 80 | + </PropertyGroup> |
74 | 81 | <ItemGroup> |
| 82 | + <Reference Include="Microsoft.CSharp" /> |
75 | 83 | <Reference Include="System" /> |
| 84 | + <Reference Include="System.CodeDom, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 85 | + <HintPath>..\..\packages\System.CodeDom.4.4.0\lib\netstandard2.0\System.CodeDom.dll</HintPath> |
| 86 | + </Reference> |
76 | 87 | <Reference Include="System.Xml" /> |
77 | 88 | <Reference Include="System.Core" /> |
78 | 89 | <Reference Include="MonoTouch.NUnitLite" /> |
|
89 | 100 | </None> |
90 | 101 | <None Include="Entitlements.plist" /> |
91 | 102 | <None Include="Info.plist" /> |
| 103 | + <None Include="packages.config" /> |
92 | 104 | </ItemGroup> |
93 | 105 | <ItemGroup> |
94 | 106 | <Compile Include="..\MsgPack.UnitTest\AssertEx.cs"> |
|
0 commit comments