From 42b78147ee4d1f9a211851256b4623afe6a102cd Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 24 四月 2024 10:06:58 +0800 Subject: [PATCH] 修复组控无法保存名称的问题, --- .vs/Santan-OnPro-Project/xs/UserPrefs.xml | 61 +++++++++++++++++++++++++----- 1 files changed, 51 insertions(+), 10 deletions(-) diff --git a/.vs/Santan-OnPro-Project/xs/UserPrefs.xml b/.vs/Santan-OnPro-Project/xs/UserPrefs.xml index 955ff35..8262490 100644 --- a/.vs/Santan-OnPro-Project/xs/UserPrefs.xml +++ b/.vs/Santan-OnPro-Project/xs/UserPrefs.xml @@ -1,21 +1,62 @@ 锘�<Properties StartupConfiguration="{09712674-2A38-407B-B1E2-560B2C352F9A}|Default"> + <Xamarin.Addins.Core.Project ActiveDebugTarget="Android.SelectDevice" /> + <MonoDevelop.Ide.ItemProperties.APP__Android PreferredExecutionTarget="Android.SelectDevice" Xamarin.HotReload.WrongLinkerErrorInfoBar.APP__Android.HideInfoBar="True" /> + <MonoDevelop.Ide.DebuggingService.PinnedWatches /> + <MonoDevelop.Ide.Workspace ActiveConfiguration="Release|iPhone" /> + <MonoDevelop.Ide.ItemProperties.APP__IOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneDeviceTarget" Xamarin.HotReload.MonoInterpreterErrorInfoBar.APP__IOS.HideInfoBar="True" /> + <MultiItemStartupConfigurations /> + <MonoDevelop.Ide.DebuggingService.Breakpoints> + <BreakpointStore> + <Breakpoint file="/Users/kaede/Desktop/Projcect/Santan-OnPro-Project/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs" relfile="HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs" line="831" column="1" /> + <Breakpoint file="/Users/kaede/Desktop/Projcect/Santan-OnPro-Project/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs" relfile="HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs" line="569" column="1" /> + <Breakpoint file="/Users/kaede/Desktop/Projcect/Santan-OnPro-Project/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs" relfile="HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs" line="574" column="1" /> + <Breakpoint file="/Users/kaede/Desktop/Projcect/Santan-OnPro-Project/HDL_ON/UI/UI2/2-Classification/SeriesFunctionListPage.cs" relfile="HDL_ON/UI/UI2/2-Classification/SeriesFunctionListPage.cs" line="25" column="1" /> + <Breakpoint file="/Users/kaede/Desktop/Projcect/Santan-OnPro-Project/HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs" relfile="HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs" line="117" column="1" /> + </BreakpointStore> + </MonoDevelop.Ide.DebuggingService.Breakpoints> <MonoDevelop.Ide.Workbench> + <Files> + <File FileName="HDL_ON/UI/UI2/1-HomePage/HomePage.cs" /> + <File FileName="HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs" /> + <File FileName="HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs" /> + <File FileName="HDL_ON/Common/ApiUtlis.cs" /> + <File FileName="HDL_ON/DAL/Server/HttpServerRequest.cs" /> + <File FileName="HDL-ON_Android/SplashActivity.cs" /> + <File FileName="HDL_ON/DAL/Server/NewApiRes.cs" /> + <File FileName="HDL_ON/UI/UI1-Login/LoginPage.cs" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/CombinedDimming/AddGroupControlPage.cs" /> + <File FileName="HDL_ON/Entity/Function/Function.cs" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/CombinedDimming/CombinedDimmingListPage.cs" Line="232" Column="74" /> + <File FileName="HDL_ON/UI/UI2/FuntionControlView/Light/GroupControlPage_V2.cs" /> + <File FileName="SiriIntents/Server/HttpUtil.cs" Line="7" Column="17" /> + </Files> <Pads> <Pad Id="ProjectPad"> <State name="__root__"> - <Node name="Santan-OnPro-Project" expanded="True"> - <Node name="APP_Android" selected="True" /> + <Node name="Santan-OnPro-Project"> + <Node name="HDL_ON"> + <Node name="UI" expanded="True"> + <Node name="UI2" expanded="True"> + <Node name="1-HomePage" expanded="True" /> + <Node name="4-PersonalCenter" expanded="True"> + <Node name="CombinedDimming" expanded="True" /> + <Node name="MemberManagement" expanded="True" /> + </Node> + <Node name="FuntionControlView" expanded="True"> + <Node name="Light" expanded="True" /> + </Node> + </Node> + </Node> + </Node> + <Node name="SiriIntents"> + <Node name="Server"> + <Node name="HttpUtil.cs" selected="True" /> + </Node> + </Node> </Node> </State> </Pad> </Pads> </MonoDevelop.Ide.Workbench> - <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" /> - <MonoDevelop.Ide.DebuggingService.PinnedWatches /> - <MonoDevelop.Ide.DebuggingService.Breakpoints> - <BreakpointStore /> - </MonoDevelop.Ide.DebuggingService.Breakpoints> - <MonoDevelop.Ide.ItemProperties.APP__Android PreferredExecutionTarget="Android.364c4b3158493098" /> - <Xamarin.Addins.Core.Project ActiveDebugTarget="Android.364c4b3158493098" /> - <MultiItemStartupConfigurations /> + <MonoDevelop.MonoDroid LastDeploySdkVersion="13.2.2.0" /> </Properties> \ No newline at end of file -- Gitblit v1.8.0