remove platform from assembly name
This commit is contained in:
Родитель
61ccfbf11c
Коммит
786fa8abb3
|
@ -13,7 +13,7 @@
|
|||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>FormsGallery.Droid</RootNamespace>
|
||||
<AssemblyName>FormsGallery.Android</AssemblyName>
|
||||
<AssemblyName>FormsGallery</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AndroidApplication>true</AndroidApplication>
|
||||
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<MtouchDebug>true</MtouchDebug>
|
||||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
<CodesignKey>iPhone Developer</CodesignKey>
|
||||
<AssemblyName>FormsGallery</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
||||
<DebugType>none</DebugType>
|
||||
|
@ -38,6 +39,7 @@
|
|||
<MtouchArch>x86_64</MtouchArch>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
<AssemblyName>FormsGallery</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
|
Загрузка…
Ссылка в новой задаче