From 6659e35887736adeb1be8d2fde9e3631e4d47262 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 11:50:19 +0800 Subject: [PATCH] 完成住宅交付功能 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 27 ++++----------------------- 1 files changed, 4 insertions(+), 23 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index d3e03fb..3f19fec 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +锘�<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> @@ -253,29 +253,7 @@ </ImageAsset> </ItemGroup> <ItemGroup> - <Folder Include="Resources\" /> - <Folder Include="Resources\Phone\" /> <Folder Include="Assets.xcassets\LaunchImage.launchimage\" /> - <Folder Include="Resources\Phone\Public\" /> - <Folder Include="Resources\Phone\PersonalCenter\" /> - <Folder Include="Resources\Phone\Navigation\" /> - <Folder Include="Resources\Phone\PersonalCenter\PersonalData\" /> - <Folder Include="Resources\Phone\Classification\" /> - <Folder Include="Resources\Phone\Classification\Room\" /> - <Folder Include="Resources\Phone\Collection\" /> - <Folder Include="Resources\Phone\Public\DeviceInfoIcon\" /> - <Folder Include="Resources\Phone\FunctionIcon\" /> - <Folder Include="Resources\Phone\FunctionIcon\Scene\" /> - <Folder Include="Resources\Phone\Public\MsgIcon\" /> - <Folder Include="Resources\Phone\PersonalCenter\AppUnlockSetting\" /> - <Folder Include="Resources\Phone\FunctionIcon\Electrical\" /> - <Folder Include="Resources\Phone\FunctionIcon\Socket\" /> - <Folder Include="Resources\Phone\FunctionIcon\EnvironmentalScience\" /> - <Folder Include="Resources\Phone\Public\AirIcon\" /> - <Folder Include="Resources\Phone\PersonalCenter\ResetPassword\" /> - <Folder Include="Resources\Phone\Intelligence\Gallery\" /> - <Folder Include="Resources\Phone\FunctionIcon\DeviceIcon\" /> - <Folder Include="Other\" /> </ItemGroup> <ItemGroup> <InterfaceDefinition Include="LaunchScreen.storyboard" /> @@ -728,6 +706,9 @@ <ITunesArtwork Include="iTunesArtwork" /> <ITunesArtwork Include="iTunesArtwork%402x" /> </ItemGroup> + <ItemGroup> + <BundleResource Include="Resources\Phone\ErrorIcon.png" /> + </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" /> </Project> \ No newline at end of file -- Gitblit v1.8.0