From af4101b1d8461331bc3163b738fc75d4bf67c85c Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 28 七月 2020 17:47:44 +0800 Subject: [PATCH] 2020-07-28-1 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index d9f96fe..2deb7e2 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -49,7 +49,7 @@ <CodesignKey>iPhone Developer</CodesignKey> <MtouchDebug>true</MtouchDebug> <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC";-w</MtouchExtraArgs> - <CodesignProvision>On_Dev-0327</CodesignProvision> + <CodesignProvision>On_Dev</CodesignProvision> <MtouchI18n>cjk</MtouchI18n> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> @@ -401,7 +401,6 @@ <BundleResource Include="Resources\theme\blue.js" /> <BundleResource Include="Resources\theme\dark.js" /> <BundleResource Include="Resources\theme\mint.js" /> - <BundleResource Include="Resources\js\echarts-all.tmp" /> <BundleResource Include="Resources\Phone\FunctionIcon\EnvironmentalScience\DiagramIcon.png" /> <BundleResource Include="Resources\Phone\FunctionIcon\EnvironmentalScience\DiagramIconOn.png" /> <BundleResource Include="Resources\Phone\Public\MsgIcon\LoadingIcon.png" /> @@ -439,8 +438,6 @@ <BundleResource Include="Resources\Phone\MusicIcon\localMusic.png" /> <BundleResource Include="Resources\Phone\MusicIcon\next1.png" /> <BundleResource Include="Resources\Phone\MusicIcon\loveSelected1.png" /> - <BundleResource Include="Resources\Phone\MusicIcon\selectedMusic.png" /> - <BundleResource Include="Resources\Phone\MusicIcon\noMusic.png" /> <BundleResource Include="Resources\Phone\MusicIcon\addMusic.png" /> <BundleResource Include="Resources\Phone\MusicIcon\playBj.png" /> <BundleResource Include="Resources\Phone\MusicIcon\loveRadio.png" /> @@ -476,12 +473,6 @@ <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> <ITunesArtwork Include="iTunesArtwork%402x" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\Shared.IOS\Shared.IOS.csproj"> - <Project>{0048AB87-2130-4437-8F01-8CADAB787004}</Project> - <Name>Shared.IOS</Name> - </ProjectReference> </ItemGroup> <Import Project="..\HDL_ON\HDL_ON.projitems" Label="Shared" Condition="Exists('..\HDL_ON\HDL_ON.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> -- Gitblit v1.8.0