|
12 | 12 | <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> |
13 | 13 | <SignAssembly>true</SignAssembly> |
14 | 14 | <AssemblyOriginatorKeyFile>..\..\src\MsgPack.snk</AssemblyOriginatorKeyFile> |
| 15 | + <AssemblyName>MsgPackUnitTestXamariniOS</AssemblyName> |
15 | 16 | </PropertyGroup> |
16 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
17 | 18 | <DebugSymbols>true</DebugSymbols> |
|
26 | 27 | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
27 | 28 | <MtouchDebug>true</MtouchDebug> |
28 | 29 | <AssemblyName>MsgPackUnitTestXamariniOS</AssemblyName> |
29 | | - <MtouchI18n></MtouchI18n> |
| 30 | + <MtouchI18n> |
| 31 | + </MtouchI18n> |
30 | 32 | <MtouchArch>ARMv7</MtouchArch> |
31 | 33 | </PropertyGroup> |
32 | 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> |
|
38 | 40 | <MtouchLink>None</MtouchLink> |
39 | 41 | <ConsolePause>false</ConsolePause> |
40 | 42 | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
41 | | - <AssemblyName>MsgPack.UnitTest.Xamarin.iOS</AssemblyName> |
| 43 | + <AssemblyName>MsgPackUnitTestXamariniOS</AssemblyName> |
42 | 44 | </PropertyGroup> |
43 | 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
44 | 46 | <DebugSymbols>true</DebugSymbols> |
|
53 | 55 | <MtouchDebug>true</MtouchDebug> |
54 | 56 | <CodesignKey>iPhone Developer</CodesignKey> |
55 | 57 | <AssemblyName>MsgPackUnitTestXamariniOS</AssemblyName> |
56 | | - <IpaPackageName></IpaPackageName> |
| 58 | + <IpaPackageName> |
| 59 | + </IpaPackageName> |
57 | 60 | </PropertyGroup> |
58 | 61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
59 | 62 | <Optimize>true</Optimize> |
|
3311 | 3314 | <Compile Include="Main.cs" /> |
3312 | 3315 | <Compile Include="UnitTestAppDelegate.cs" /> |
3313 | 3316 | </ItemGroup> |
3314 | | - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
3315 | 3317 | <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" /> |
3316 | 3318 | <ItemGroup> |
3317 | 3319 | <ProjectReference Include="..\..\src\MsgPack.Xamarin.iOS\MsgPack.Xamarin.iOS.csproj"> |
|
0 commit comments