diff --git a/.vs/20230724_MBJC_upperpc/DesignTimeBuild/.dtbcache.v2 b/.vs/20230724_MBJC_upperpc/DesignTimeBuild/.dtbcache.v2 index 841f9b9..d7b081c 100644 Binary files a/.vs/20230724_MBJC_upperpc/DesignTimeBuild/.dtbcache.v2 and b/.vs/20230724_MBJC_upperpc/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/20230724_MBJC_upperpc/v17/.futdcache.v2 b/.vs/20230724_MBJC_upperpc/v17/.futdcache.v2 index b2cfcf4..d752754 100644 Binary files a/.vs/20230724_MBJC_upperpc/v17/.futdcache.v2 and b/.vs/20230724_MBJC_upperpc/v17/.futdcache.v2 differ diff --git a/.vs/20230724_MBJC_upperpc/v17/.suo b/.vs/20230724_MBJC_upperpc/v17/.suo index f1a9102..8dfd552 100644 Binary files a/.vs/20230724_MBJC_upperpc/v17/.suo and b/.vs/20230724_MBJC_upperpc/v17/.suo differ diff --git a/.vs/ProjectEvaluation/20230724_mbjc_upperpc.metadata.v6.1 b/.vs/ProjectEvaluation/20230724_mbjc_upperpc.metadata.v6.1 index 7219ba2..927d320 100644 Binary files a/.vs/ProjectEvaluation/20230724_mbjc_upperpc.metadata.v6.1 and b/.vs/ProjectEvaluation/20230724_mbjc_upperpc.metadata.v6.1 differ diff --git a/.vs/ProjectEvaluation/20230724_mbjc_upperpc.projects.v6.1 b/.vs/ProjectEvaluation/20230724_mbjc_upperpc.projects.v6.1 index 72c45a9..502132c 100644 Binary files a/.vs/ProjectEvaluation/20230724_mbjc_upperpc.projects.v6.1 and b/.vs/ProjectEvaluation/20230724_mbjc_upperpc.projects.v6.1 differ diff --git a/20230724_MBJC_upperpc.csproj b/20230724_MBJC_upperpc.csproj index 4941955..8ffe259 100644 --- a/20230724_MBJC_upperpc.csproj +++ b/20230724_MBJC_upperpc.csproj @@ -16,7 +16,7 @@ - + diff --git a/App.config b/App.config index 7198842..1f1c83d 100644 --- a/App.config +++ b/App.config @@ -12,8 +12,11 @@ + + + - + @@ -34,7 +37,7 @@ - + @@ -55,7 +58,7 @@ - + @@ -76,7 +79,7 @@ - + @@ -97,7 +100,7 @@ - + @@ -118,7 +121,7 @@ - + @@ -139,7 +142,7 @@ - + @@ -161,7 +164,7 @@ - + diff --git a/DataAccess/DBHelp.cs b/DataAccess/DBHelp.cs index 6680251..cd01a4a 100644 --- a/DataAccess/DBHelp.cs +++ b/DataAccess/DBHelp.cs @@ -253,7 +253,13 @@ namespace _20230724_MBJC_upperpc.DataAccess /// 值 public static void insertData(string tablename, BeaconModel beacon) { - string sql = string.Format("insert into {0}(StationID,RecordTime,Datetime,Ralative_Heading_Angle,Ralative_Pitch_Angle,Position_Distance,Propagationtime,BasicSite_JD,BasicSite_WD,BasicSite_Depth,BasicSite_Heading_Angle,BasicSite_Pitch_Angle,BasicSite_Roll_Angle,BasicSite_Heading_Speed,BasicSite_Pitch_Speed,BasicSite_Roll_Speed,BasicSite_Forword_A,BasicSite_Right_A,BasicSite_Sky_A,Beacon_JD,Beacon_WD,Beacon_Depth,Beacon_Roll_Angle,Beacon_Pitch_Angle,Beacon_Heading_Angle,Temp) VALUES({1},'{2}','{3}',{4},{5},{6},{7},{8},{9},{10},{11},{12},{13},{14},{15},{16},{17},{18},{19},{20},{21},{22},{23},{24},{25},{26});", tablename, beacon.ID, System.DateTime.Now, beacon.Datetime, beacon.Ralative_Heading_Angle, beacon.Ralative_Pitch_Angle, beacon.Position_Distance, beacon.Propagationtime, beacon.BasicSite_JD, beacon.BasicSite_WD, beacon.BasicSite_Depth, beacon.BasicSite_Heading_Angle, beacon.BasicSite_Pitch_Angle, beacon.BasicSite_Roll_Angle, beacon.BasicSite_Heading_Speed, beacon.BasicSite_Pitch_Speed, beacon.BasicSite_Roll_Speed, beacon.BasicSite_Forword_A, beacon.BasicSite_Right_A, beacon.BasicSite_Sky_A, beacon.Beacon_JD, beacon.Beacon_WD, beacon.Beacon_Depth, beacon.Beacon_Roll_Angle,beacon.Beacon_Pitch_Angle, beacon.Beacon_Heading_Angle, beacon.Temp); + string sql = string.Format("insert into {0}(StationID,RecordTime,Datetime,Ralative_Heading_Angle,Ralative_Pitch_Angle,Position_Distance,Propagationtime,BasicSite_JD,BasicSite_WD,BasicSite_Depth,BasicSite_Heading_Angle,BasicSite_Pitch_Angle,BasicSite_Roll_Angle,BasicSite_Heading_Speed,BasicSite_Pitch_Speed,BasicSite_Roll_Speed,BasicSite_Forword_A,BasicSite_Right_A,BasicSite_Sky_A,Beacon_JD,Beacon_WD,Beacon_Depth,Beacon_Roll_Angle,Beacon_Pitch_Angle,Beacon_Heading_Angle,Temp) VALUES({1},'{2}','{3}',{4},{5},{6},{7},{8},{9},{10},{11},{12},{13},{14},{15},{16},{17},{18},{19},{20},{21},{22},{23},{24},{25},{26});", tablename, beacon.ID, System.DateTime.Now, beacon.Datetime, beacon.Ralative_Heading_Angle, beacon.Ralative_Pitch_Angle, beacon.Position_Distance, beacon.Propagationtime, beacon.BasicSite_JD, beacon.BasicSite_WD, beacon.BasicSite_Depth, beacon.BasicSite_Heading_Angle, beacon.BasicSite_Pitch_Angle, beacon.BasicSite_Roll_Angle, beacon.BasicSite_Heading_Speed, beacon.BasicSite_Pitch_Speed, beacon.BasicSite_Roll_Speed, beacon.BasicSite_Forword_A, beacon.BasicSite_Right_A, beacon.BasicSite_Sky_A, beacon.Beacon_JD, beacon.Beacon_WD, beacon.Beacon_Depth, beacon.Beacon_Roll_Angle, beacon.Beacon_Pitch_Angle, beacon.Beacon_Heading_Angle, beacon.Temp); + ExecuteNonQuery(sql, 1); + } + + public static void insertAlarmInfo(string tablename, AlarmInfo alarmInfo) + { + string sql = string.Format("insert into {0}(StationID,RecordTime,ParaName,ParaState) VALUES({1},'{2}','{3}','{4}');", tablename, alarmInfo.StationID, System.DateTime.Now, alarmInfo.ParaName, alarmInfo.ParaState); ExecuteNonQuery(sql, 1); } diff --git a/Models/AlarmInfoModel.cs b/Models/AlarmInfoModel.cs index 138286d..4c01386 100644 --- a/Models/AlarmInfoModel.cs +++ b/Models/AlarmInfoModel.cs @@ -104,7 +104,7 @@ namespace _20230724_MBJC_upperpc.Models public int StationID { get { return stationId; } - set { stationId = value; } + set { stationId = value; this.DoNotify(); } } @@ -115,7 +115,7 @@ namespace _20230724_MBJC_upperpc.Models public DateTime RecordTime { get { return recordTime; } - set { recordTime = value; } + set { recordTime = value; this.DoNotify(); } } private string paraName; @@ -125,7 +125,7 @@ namespace _20230724_MBJC_upperpc.Models public string ParaName { get { return paraName; } - set { paraName = value; } + set { paraName = value; this.DoNotify(); } } private string paraState; @@ -135,17 +135,8 @@ namespace _20230724_MBJC_upperpc.Models public string ParaState { get { return paraState; } - set { paraState = value; } + set { paraState = value; this.DoNotify(); } } - private int isHandled; - /// - /// 故障事件是否处理 0未处理 1已处理 2处理中 - /// - public int IsHandled - { - get { return isHandled; } - set { isHandled = value; } - } } } diff --git a/Models/ClientModel.cs b/Models/ClientModel.cs index dc11534..ecc39b3 100644 --- a/Models/ClientModel.cs +++ b/Models/ClientModel.cs @@ -97,62 +97,62 @@ namespace _20230724_MBJC_upperpc.Models //保存原始数据 tools.AddLgoToTXT("原始报文.txt", tools.Save_Path + System.DateTime.Now.ToString("yyyy_MM_dd") + @"\", System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") + " ---- " + message + "\r\n"); - + DateTime date = DateTime.Now; string[] msgs = message.Split(','); BeaconModel beacon = new BeaconModel(); beacon.ID = int.Parse(msgs[1]); - beacon.Datetime = TimeZone.CurrentTimeZone.ToLocalTime(new System.DateTime(1970, 1, 1)).AddSeconds(int.Parse(msgs[2])); - beacon.Ralative_Heading_Angle = float.Parse(msgs[3]); - beacon.Ralative_Pitch_Angle = float.Parse(msgs[4]); - beacon.Position_Distance = float.Parse(msgs[5]); - beacon.Propagationtime = float.Parse(msgs[6]); - beacon.BasicSite_JD = float.Parse(msgs[7]); - beacon.BasicSite_WD = float.Parse(msgs[8]); - beacon.BasicSite_Depth = float.Parse(msgs[9]); - beacon.BasicSite_Heading_Angle = float.Parse(msgs[10]); - beacon.BasicSite_Pitch_Angle = float.Parse(msgs[11]); - beacon.BasicSite_Roll_Angle = float.Parse(msgs[12]); - beacon.BasicSite_Heading_Speed = float.Parse(msgs[13]); - beacon.BasicSite_Pitch_Speed = float.Parse(msgs[14]); - beacon.BasicSite_Roll_Speed = float.Parse(msgs[15]); - beacon.BasicSite_Forword_A = float.Parse(msgs[16]); - beacon.BasicSite_Right_A = float.Parse(msgs[17]); - beacon.BasicSite_Sky_A = float.Parse(msgs[18]); - beacon.Beacon_JD = float.Parse(msgs[19]); - beacon.Beacon_WD = float.Parse(msgs[20]); - beacon.Beacon_Depth = float.Parse(msgs[21]); - beacon.Beacon_Roll_Angle = float.Parse(msgs[22]); - beacon.Beacon_Pitch_Angle = float.Parse(msgs[23]); - beacon.Beacon_Heading_Angle = float.Parse(msgs[24]); - beacon.Temp = float.Parse(msgs[25]); + beacon.Datetime = string.IsNullOrEmpty(msgs[2]) ? date : TimeZone.CurrentTimeZone.ToLocalTime(new System.DateTime(1970, 1, 1)).AddSeconds(int.Parse(msgs[2])); + beacon.Ralative_Heading_Angle = string.IsNullOrEmpty(msgs[3]) ? 0 : float.Parse(msgs[3]); + beacon.Ralative_Pitch_Angle = string.IsNullOrEmpty(msgs[4]) ? 0 : float.Parse(msgs[4]); + beacon.Position_Distance = string.IsNullOrEmpty(msgs[5]) ? 0 : float.Parse(msgs[5]); + beacon.Propagationtime = string.IsNullOrEmpty(msgs[6]) ? 0 : float.Parse(msgs[6]); + beacon.BasicSite_JD = string.IsNullOrEmpty(msgs[7]) ? 0 : float.Parse(msgs[7]); + beacon.BasicSite_WD = string.IsNullOrEmpty(msgs[8]) ? 0 : float.Parse(msgs[8]); + beacon.BasicSite_Depth = string.IsNullOrEmpty(msgs[9]) ? 0 : float.Parse(msgs[9]); + beacon.BasicSite_Heading_Angle = string.IsNullOrEmpty(msgs[10]) ? 0 : float.Parse(msgs[10]); + beacon.BasicSite_Pitch_Angle = string.IsNullOrEmpty(msgs[11]) ? 0 : float.Parse(msgs[11]); + beacon.BasicSite_Roll_Angle = string.IsNullOrEmpty(msgs[12]) ? 0 : float.Parse(msgs[12]); + beacon.BasicSite_Heading_Speed = string.IsNullOrEmpty(msgs[13]) ? 0 : float.Parse(msgs[13]); + beacon.BasicSite_Pitch_Speed = string.IsNullOrEmpty(msgs[14]) ? 0 : float.Parse(msgs[14]); + beacon.BasicSite_Roll_Speed = string.IsNullOrEmpty(msgs[15]) ? 0 : float.Parse(msgs[15]); + beacon.BasicSite_Forword_A = string.IsNullOrEmpty(msgs[16]) ? 0 : float.Parse(msgs[16]); + beacon.BasicSite_Right_A = string.IsNullOrEmpty(msgs[17]) ? 0 : float.Parse(msgs[17]); + beacon.BasicSite_Sky_A = string.IsNullOrEmpty(msgs[18]) ? 0 : float.Parse(msgs[18]); + beacon.Beacon_JD = string.IsNullOrEmpty(msgs[19]) ? 0 : float.Parse(msgs[19]); + beacon.Beacon_WD = string.IsNullOrEmpty(msgs[20]) ? 0 : float.Parse(msgs[20]); + beacon.Beacon_Depth = string.IsNullOrEmpty(msgs[21]) ? 0 : float.Parse(msgs[21]); + beacon.Beacon_Roll_Angle = string.IsNullOrEmpty(msgs[22]) ? 0 : float.Parse(msgs[22]); + beacon.Beacon_Pitch_Angle = string.IsNullOrEmpty(msgs[23]) ? 0 : float.Parse(msgs[23]); + beacon.Beacon_Heading_Angle = string.IsNullOrEmpty(msgs[24]) ? 0 : float.Parse(msgs[24]); + beacon.Temp = string.IsNullOrEmpty(msgs[25]) ? 0 : float.Parse(msgs[25]); //数据存储 DBHelper.insertData("beaconmodel", beacon); switch (beacon.ID) { - case 1: + case 25: MainWindow.viewModel.Beacon1.Beacon = beacon; break; - case 2: + case 27: MainWindow.viewModel.Beacon2.Beacon = beacon; break; - case 3: + case 28: MainWindow.viewModel.Beacon3.Beacon = beacon; break; - case 4: + case 30: MainWindow.viewModel.Beacon4.Beacon = beacon; break; - case 5: + case 49: MainWindow.viewModel.Beacon5.Beacon = beacon; break; - case 6: + case 98: MainWindow.viewModel.Beacon6.Beacon = beacon; break; - case 7: + case 32: MainWindow.viewModel.Beacon7.Beacon = beacon; break; - case 8: + case 44: MainWindow.viewModel.Beacon8.Beacon = beacon; break; default: diff --git a/ViewModels/BeaconViewModel.cs b/ViewModels/BeaconViewModel.cs index 9795a04..67a3b13 100644 --- a/ViewModels/BeaconViewModel.cs +++ b/ViewModels/BeaconViewModel.cs @@ -1,4 +1,5 @@ using _20230724_MBJC_upperpc.Common; +using _20230724_MBJC_upperpc.DataAccess; using _20230724_MBJC_upperpc.Models; using System; using System.Collections.Generic; @@ -10,13 +11,13 @@ namespace _20230724_MBJC_upperpc.ViewModels { public class BeaconViewModel : NotifyBase { - + private BeaconModel beacon = new BeaconModel(); public BeaconModel Beacon { get { return beacon; } - set { beacon = value; this.DoNotify(); DoFresh();} + set { beacon = value; this.DoNotify(); DoFresh(); } } private List beaconList = new List(); @@ -26,9 +27,10 @@ namespace _20230724_MBJC_upperpc.ViewModels public List BeaconList { get { return beaconList; } - set { - beaconList = value; - this.DoNotify(); + set + { + beaconList = value; + this.DoNotify(); } } @@ -209,6 +211,35 @@ namespace _20230724_MBJC_upperpc.ViewModels AlarmInfo.PYPercent_FY = Math.Abs(AlarmInfo.PY_FY) / Beacon_FY_DIS; //偏航角偏移百分比 AlarmInfo.PYPercent_PH = Math.Abs(AlarmInfo.PY_PH) / Beacon_FY_DIS; + + AlarmInfo alarmInfo = null; + #region 保存告警信息 + if (AlarmInfo.PY_JL > 1) + { + alarmInfo = new AlarmInfo() { StationID = Beacon.ID, RecordTime = System.DateTime.Now, ParaName = "偏移距离", ParaState = "偏移距离" + AlarmInfo.PY_JL + "米,达到极限距离的" + AlarmInfo.PYPercent_JL * 100 + "%。" }; + DBHelper.insertAlarmInfo("alarminfo", alarmInfo); + MainWindow.viewModel.AlarmInfoList.Add(alarmInfo); + } + if (AlarmInfo.PYPercent_HG > 1) + { + alarmInfo = new AlarmInfo() { StationID = Beacon.ID, RecordTime = System.DateTime.Now, ParaName = "横滚角", ParaState = "偏移角度" + AlarmInfo.PY_HG + "°,达到极限角度的" + AlarmInfo.PYPercent_JL * 100 + "%。" }; + DBHelper.insertAlarmInfo("alarminfo", alarmInfo); + MainWindow.viewModel.AlarmInfoList.Add(alarmInfo); + } + + if (AlarmInfo.PYPercent_FY > 1) + { + alarmInfo = new AlarmInfo() { StationID = Beacon.ID, RecordTime = System.DateTime.Now, ParaName = "俯仰角", ParaState = "偏移角度" + AlarmInfo.PY_FY + "°,达到极限角度的" + AlarmInfo.PYPercent_FY * 100 + "%。" }; + DBHelper.insertAlarmInfo("alarminfo", alarmInfo); + MainWindow.viewModel.AlarmInfoList.Add(alarmInfo); + } + if (AlarmInfo.PYPercent_PH > 1) + { + alarmInfo = new AlarmInfo() { StationID = Beacon.ID, RecordTime = System.DateTime.Now, ParaName = "偏航角", ParaState = "偏移角度" + AlarmInfo.PY_PH + "°,达到极限角度的" + AlarmInfo.PYPercent_PH * 100 + "%。" }; + DBHelper.insertAlarmInfo("alarminfo", alarmInfo); + MainWindow.viewModel.AlarmInfoList.Add(alarmInfo); + } + #endregion } } diff --git a/ViewModels/MainViewModel.cs b/ViewModels/MainViewModel.cs index 9bad230..b00e4a8 100644 --- a/ViewModels/MainViewModel.cs +++ b/ViewModels/MainViewModel.cs @@ -5,6 +5,7 @@ using _20230724_MBJC_upperpc.Views; using MySql.Data.MySqlClient; using System; using System.Collections.Generic; +using System.Collections.ObjectModel; using System.Linq; using System.Reflection; using System.Runtime.Intrinsics.X86; @@ -117,6 +118,17 @@ namespace _20230724_MBJC_upperpc.ViewModels set { client = value; this.DoNotify(); } } + private ObservableCollection alarmInfoList = new ObservableCollection(); + /// + /// 告警信息列表 + /// + public ObservableCollection AlarmInfoList + { + get { return alarmInfoList; } + set { alarmInfoList = value; this.DoNotify(); } + } + + /// /// 连接基阵上位机软件客户端的ip和端口号 /// @@ -147,6 +159,7 @@ namespace _20230724_MBJC_upperpc.ViewModels this.AlarmInfoCommand.DoCanExcute = new Func((o) => { return true; }); DoNavChanged("FirstPageView"); + SearchAlarmInfo("1"); #region 初始化数据 string sql = string.Format("select * from beaconmodel where StationID = {0} ORDER by id desc limit 1", int.Parse(tools.GetAppSetting("Beacon1"))); @@ -409,18 +422,35 @@ namespace _20230724_MBJC_upperpc.ViewModels public void SearchAlarmInfo(object obj) { + //清空List中的告警信息 + AlarmInfoList.Clear(); + string sql = ""; //查一天的告警 if (obj.ToString() == "1") { - + sql = string.Format("select * from alarminfo WHERE RecordTime >= '{0}' AND RecordTime <= '{1}' ORDER by id desc;", System.DateTime.Today.AddDays(-1), System.DateTime.Now); } else if (obj.ToString() == "2")//查询一周的告警 { - + sql = string.Format("select * from alarminfo WHERE RecordTime >= '{0}' AND RecordTime <= '{1}' ORDER by id desc;", System.DateTime.Today.AddDays(-7), System.DateTime.Now); } else if (obj.ToString() == "3")//查询一个月的告警 { - + sql = string.Format("select * from alarminfo WHERE RecordTime >= '{0}' AND RecordTime <= '{1}' ORDER by id desc;", System.DateTime.Today.AddDays(-30), System.DateTime.Now); + } + using (MySqlDataReader reader = DBHelper.ExecuteReader(sql, 1)) + { + while (reader.Read()) + { + AlarmInfo alarmInfo = new AlarmInfo() + { + StationID = Convert.ToInt32(reader["StationID"]), + RecordTime = Convert.ToDateTime(reader["RecordTime"]), + ParaName = reader["ParaName"].ToString(), + ParaState = reader["ParaState"].ToString() + }; + AlarmInfoList.Add(alarmInfo); + } } } @@ -483,6 +513,9 @@ namespace _20230724_MBJC_upperpc.ViewModels case "Benchmark2": page.DataContext = Beacon8; break; + case "BuoyPlatformView": + page.DataContext = Beacon8; + break; default: break; } this.PageContent = page; @@ -512,7 +545,7 @@ namespace _20230724_MBJC_upperpc.ViewModels { //每次查询历史数据 就将该历史数据重置 Beacon_Search = new BeaconViewModel(); - string sql = string.Format("SELECT * FROM beaconmodel WHERE RecordTime >= '{0}' AND Datetime <= '{1}' AND StationID = {2}", StartTime, EndTime, StationID); + string sql = string.Format("SELECT * FROM beaconmodel WHERE RecordTime >= '{0}' AND RecordTime <= '{1}' AND StationID = {2}", StartTime, EndTime, StationID); using (MySqlDataReader reader = DBHelper.ExecuteReader(sql, 1)) { while (reader.Read()) @@ -547,48 +580,6 @@ namespace _20230724_MBJC_upperpc.ViewModels }; Beacon_Search.BeaconList.Add(beacon); Beacon_Search.BeaconList_Count = Beacon_Search.BeaconList.Count - 1; - //if (StationID == int.Parse(tools.GetAppSetting("Beacon1"))) - //{ - // Beacon1.BeaconList.Add(beacon); - // Beacon1.BeaconList_Count = Beacon1.BeaconList.Count - 1; - //} - //else if (StationID == int.Parse(tools.GetAppSetting("Beacon2"))) - //{ - // Beacon2.BeaconList.Add(beacon); - // Beacon2.BeaconList_Count = Beacon2.BeaconList.Count - 1; - //} - //else if (StationID == int.Parse(tools.GetAppSetting("Beacon3"))) - //{ - // Beacon3.BeaconList.Add(beacon); - // Beacon3.BeaconList_Count = Beacon3.BeaconList.Count - 1; - //} - //else if (StationID == int.Parse(tools.GetAppSetting("Beacon4"))) - //{ - // Beacon4.BeaconList.Add(beacon); - // Beacon4.BeaconList_Count = Beacon4.BeaconList.Count - 1; - //} - //else if (StationID == int.Parse(tools.GetAppSetting("Beacon5"))) - //{ - // Beacon5.BeaconList.Add(beacon); - // Beacon5.BeaconList_Count = Beacon5.BeaconList.Count - 1; - //} - //else if (StationID == int.Parse(tools.GetAppSetting("Beacon6"))) - //{ - // Beacon6.BeaconList.Add(beacon); - // Beacon6.BeaconList_Count = Beacon6.BeaconList.Count - 1; - //} - //else if (StationID == int.Parse(tools.GetAppSetting("Beacon7"))) - //{ - // Beacon7.BeaconList.Add(beacon); - // Beacon7.BeaconList_Count = Beacon7.BeaconList.Count - 1; - //} - //else if (StationID == int.Parse(tools.GetAppSetting("Beacon8"))) - //{ - // Beacon8.BeaconList.Add(beacon); - // Beacon8.BeaconList_Count = Beacon8.BeaconList.Count - 1; - //} - - } } //如果查询的数据为0 那么就不切换为历史数据 diff --git a/Views/AnchorPointView.xaml b/Views/AnchorPointView.xaml index ad32686..2293322 100644 --- a/Views/AnchorPointView.xaml +++ b/Views/AnchorPointView.xaml @@ -87,11 +87,20 @@ - + VerticalAlignment="Center" + Background="#44FFFFFF" + CornerRadius="10"> + + - - + @@ -231,21 +239,31 @@ - + Padding="5" + HorizontalAlignment="Left" + VerticalAlignment="Center" + Background="#44FFFFFF" + CornerRadius="10"> + + - + Padding="5" + HorizontalAlignment="Left" + VerticalAlignment="Center" + Background="#44FFFFFF" + CornerRadius="10"> + + - + Padding="5" + HorizontalAlignment="Left" + VerticalAlignment="Center" + Background="#44FFFFFF" + CornerRadius="10"> + + + + - + Padding="5" + HorizontalAlignment="Left" + VerticalAlignment="Center" + Background="#44FFFFFF" + CornerRadius="10"> + + + - + Padding="5" + HorizontalAlignment="Left" + VerticalAlignment="Center" + Background="#44FFFFFF" + CornerRadius="10"> + + + - + Padding="5" + HorizontalAlignment="Left" + VerticalAlignment="Center" + Background="#44FFFFFF" + CornerRadius="10"> + + + - + Padding="5" + HorizontalAlignment="Left" + VerticalAlignment="Center" + Background="#44FFFFFF" + CornerRadius="10"> + + + - + Padding="5" + HorizontalAlignment="Left" + VerticalAlignment="Center" + Background="#44FFFFFF" + CornerRadius="10"> + + + - + Padding="5" + HorizontalAlignment="Left" + VerticalAlignment="Center" + Background="#44FFFFFF" + CornerRadius="10"> + + + + @@ -23,16 +28,203 @@ + VerticalAlignment="Bottom" + Heading_Angle="{Binding Beacon.BasicSite_Heading_Speed}" + Pitch_Angle="{Binding Beacon.BasicSite_Pitch_Angle}" + Roll_Angle="{Binding Beacon.BasicSite_Roll_Angle}" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Views/FirstPageView.xaml b/Views/FirstPageView.xaml index 07d1b10..c72ba16 100644 --- a/Views/FirstPageView.xaml +++ b/Views/FirstPageView.xaml @@ -414,88 +414,96 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - diff --git a/Views/InitialView.xaml b/Views/InitialView.xaml index 0e78b29..a01cb08 100644 --- a/Views/InitialView.xaml +++ b/Views/InitialView.xaml @@ -14,7 +14,7 @@ Name="Rotate_Y" FontSize="15" Foreground="White" - Text="偏航角:90.24°" /> + Text="偏航角:0.00°" /> + Text="俯仰角:0.00°" /> + Text="翻滚角:0.00°" /> diff --git a/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.dll b/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.dll index ac44827..e447aec 100644 Binary files a/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.dll and b/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.dll differ diff --git a/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.dll.config b/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.dll.config index 7198842..1f1c83d 100644 --- a/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.dll.config +++ b/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.dll.config @@ -12,8 +12,11 @@ + + + - + @@ -34,7 +37,7 @@ - + @@ -55,7 +58,7 @@ - + @@ -76,7 +79,7 @@ - + @@ -97,7 +100,7 @@ - + @@ -118,7 +121,7 @@ - + @@ -139,7 +142,7 @@ - + @@ -161,7 +164,7 @@ - + diff --git a/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.pdb b/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.pdb index a80699b..d98ab6f 100644 Binary files a/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.pdb and b/bin/Debug/net6.0-windows/20230724_MBJC_upperpc.pdb differ diff --git a/bin/Debug/net6.0-windows/数据记录/2024_03_07/Log.txt b/bin/Debug/net6.0-windows/数据记录/2024_03_07/Log.txt new file mode 100644 index 0000000..ede1846 --- /dev/null +++ b/bin/Debug/net6.0-windows/数据记录/2024_03_07/Log.txt @@ -0,0 +1,21 @@ +2024-03-07 13:46:48 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 13:47:14 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 13:48:09 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 13:49:39 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 13:53:00 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 13:53:45 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 13:57:53 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 13:59:13 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 14:01:45 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 14:10:52 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 14:18:45 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 14:22:27 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 14:41:00 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 14:43:12 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 15:03:22 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 15:03:45 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 15:08:18 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 15:14:55 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 15:22:45 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 15:26:16 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-07 15:38:15 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 diff --git a/bin/Debug/net6.0-windows/数据记录/2024_03_07/原始报文.txt b/bin/Debug/net6.0-windows/数据记录/2024_03_07/原始报文.txt new file mode 100644 index 0000000..a9e25f8 --- /dev/null +++ b/bin/Debug/net6.0-windows/数据记录/2024_03_07/原始报文.txt @@ -0,0 +1,5 @@ +2024-03-07 13:59:15 ---- $SMBXS,1,1698738716,140.380005,73.669998,136.970001,30.000000,0.000001,0.000001,0.400000,25,11,12,2,0.3,0.4,1,0.01,0.1,120.9377312,31.8931401,0.200000,90.9999,32.5526,39.6854,25.1 +2024-03-07 13:59:47 ---- $SMBXS,1,1698738716,140.380005,73.669998,136.970001,30.000000,0.000001,0.000001,0.400000,25,11,12,2,0.3,0.4,1,0.01,0.1,120.9377312,31.8931401,0.200000,90.9999,32.5526,90,30.1 +2024-03-07 15:03:48 ---- $SMBXS,1,1698738716,140.380005,73.669998,136.970001,30.000000,0.000001,0.000001,0.400000,25,11,12,2,0.3,0.4,1,0.01,0.1,120.9377312,31.8931401,0.200000,90.9999,32.5526,90,30.1 +2024-03-07 15:03:52 ---- $SMBXS,1,1698738716,140.380005,73.669998,136.970001,30.000000,0.000001,0.000001,0.400000,25,11,12,2,0.3,0.4,1,0.01,0.1,120.9377312,31.8931401,0.200000,90.9999,32.5526,90,30.1 +2024-03-07 15:03:58 ---- $SMBXS,1,1698738716,140.380005,73.669998,136.970001,30.000000,0.000001,0.000001,0.400000,25,11,12,2,0.3,0.4,1,0.01,0.1,120.9377312,31.8931401,0.200000,90.9999,32.5526,90,30.1 diff --git a/bin/Debug/net6.0-windows/数据记录/2024_03_08/Log.txt b/bin/Debug/net6.0-windows/数据记录/2024_03_08/Log.txt new file mode 100644 index 0000000..81b8e25 --- /dev/null +++ b/bin/Debug/net6.0-windows/数据记录/2024_03_08/Log.txt @@ -0,0 +1,8 @@ +2024-03-08 08:45:31 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-08 08:46:16 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-08 08:55:31 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-08 08:56:38 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-08 15:15:04 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-08 15:15:13 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-08 15:18:48 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-08 15:24:48 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 diff --git a/bin/Debug/net6.0-windows/数据记录/2024_03_12/Log.txt b/bin/Debug/net6.0-windows/数据记录/2024_03_12/Log.txt new file mode 100644 index 0000000..8940af4 --- /dev/null +++ b/bin/Debug/net6.0-windows/数据记录/2024_03_12/Log.txt @@ -0,0 +1 @@ +2024-03-12 17:00:34 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 diff --git a/bin/Debug/net6.0-windows/数据记录/2024_03_13/Log.txt b/bin/Debug/net6.0-windows/数据记录/2024_03_13/Log.txt new file mode 100644 index 0000000..396cbfa --- /dev/null +++ b/bin/Debug/net6.0-windows/数据记录/2024_03_13/Log.txt @@ -0,0 +1,4 @@ +2024-03-13 13:46:56 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-13 14:10:46 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-13 14:20:41 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 +2024-03-13 14:21:20 ---- 连接客户端成功,IP:127.0.0.1端口号:8899 diff --git a/bin/Debug/net6.0-windows/数据记录/2024_03_13/原始报文.txt b/bin/Debug/net6.0-windows/数据记录/2024_03_13/原始报文.txt new file mode 100644 index 0000000..414ff5b --- /dev/null +++ b/bin/Debug/net6.0-windows/数据记录/2024_03_13/原始报文.txt @@ -0,0 +1,37 @@ +2024-03-13 14:11:17 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:12:06 ---- $SMBXS,28,1709967339,-25.900000,28.110001,0.980000,0.000646,109.483379,18.206131,0.220000,116.126900,-2.540000,0.780000,,,,,,,109.483385,18.206124,0.000000,4.980000,3.520000,0.480000,32.570000 +2024-03-13 14:12:34 ---- $SMBXS,30,1709967343,6.950000,21.010000,0.960000,0.000636,109.483379,18.206131,0.210000,116.131401,-2.540000,0.780000,,,,,,,109.483388,18.206128,0.000000,-98.029999,0.200000,0.630000,33.340000 +2024-03-13 14:12:38 ---- $SMBXS,32,1709967347,-30.139999,20.100000,0.400000,0.000262,109.483379,18.206131,0.210000,116.111504,-2.540000,0.780000,,,,,,,109.483381,18.206128,0.200000,130.080002,2.570000,5.510000,33.259998 +2024-03-13 14:12:41 ---- $SMBXS,44,1709967351,-22.700001,62.990002,0.230000,0.000152,109.483379,18.206131,0.210000,116.109497,-2.540000,0.780000,,,,,,,109.483380,18.206130,0.000000,157.789993,2.310000,11.880000,33.209999 +2024-03-13 14:12:45 ---- $SMBXS,49,1709967356,28.120001,26.610001,0.920000,0.000606,109.483379,18.206131,0.220000,116.109497,-2.540000,0.780000,,,,,,,109.483388,18.206131,0.100000,134.679993,2.810000,7.090000,32.130001 +2024-03-13 14:12:50 ---- $SMBXS,98,1709967360,20.450001,21.629999,0.880000,0.000582,109.483379,18.206131,0.210000,116.115196,-2.540000,0.780000,,,,,,,109.483388,18.206130,0.100000,-170.619995,2.060000,-7.140000,32.259998 +2024-03-13 14:12:53 ---- $SMBXS,25,1709967388,-11.760000,25.570000,0.960000,0.000633,109.483379,18.206131,0.220000,116.080299,-2.540000,0.780000,,,,,,,109.483387,18.206126,0.100000,-107.300003,2.310000,-2.290000,32.570000 +2024-03-13 14:12:57 ---- $SMBXS,27,1709967393,-3.070000,21.780001,1.010000,0.000664,109.483379,18.206131,0.220000,116.115601,-2.540000,0.780000,,,,,,,109.483388,18.206127,0.000000,65.879997,1.550000,0.970000,31.350000 +2024-03-13 14:12:59 ---- $SMBXS,28,1709967397,-25.900000,27.889999,0.890000,0.000583,109.483379,18.206131,0.210000,116.097702,-2.540000,0.780000,,,,,,,109.483384,18.206125,0.000000,4.980000,3.510000,0.480000,32.529999 +2024-03-13 14:13:01 ---- $SMBXS,30,1709967401,6.900000,21.010000,0.970000,0.000641,109.483379,18.206131,0.210000,116.079903,-2.540000,0.780000,,,,,,,109.483388,18.206128,0.000000,-98.019997,0.200000,0.690000,33.310001 +2024-03-13 14:13:03 ---- $SMBXS,32,1709967405,-30.180000,20.270000,0.330000,0.000214,109.483380,18.206131,0.210000,116.084503,-2.540000,0.780000,,,,,,,109.483381,18.206128,0.200000,130.070007,2.560000,5.610000,33.250000 +2024-03-13 14:13:04 ---- $SMBXS,49,1709967415,28.389999,26.370001,0.910000,0.000600,109.483380,18.206131,0.210000,116.079498,-2.540000,0.780000,,,,,,,109.483388,18.206131,0.100000,134.679993,2.810000,7.070000,32.090000 +2024-03-13 14:13:05 ---- $SMBXS,98,1709967419,20.469999,21.629999,0.990000,0.000655,109.483380,18.206131,0.210000,116.075798,-2.540000,0.780000,,,,,,,109.483389,18.206130,0.100000,-170.610001,2.050000,-7.110000,32.279999 +2024-03-13 14:13:55 ---- $SMBXS,27,1709967393,-3.070000,21.780001,1.010000,0.000664,109.483379,18.206131,0.220000,116.115601,-2.540000,0.780000,,,,,,,109.483388,18.206127,0.000000,65.879997,1.550000,0.970000,31.350000 +2024-03-13 14:16:33 ---- $SMBXS,27,1709967393,-3.070000,21.780001,1.010000,0.000664,109.483379,18.206131,0.220000,116.115601,-2.540000,0.780000,,,,,,,109.483388,18.206127,0.000000,65.879997,1.550000,0.970000,31.350000 +2024-03-13 14:19:19 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:22 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:23 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:24 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:24 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:25 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:25 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:26 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:26 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:27 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:27 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:28 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:28 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:29 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:29 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:29 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:30 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:30 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:30 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:19:31 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 +2024-03-13 14:21:23 ---- $SMBXS,27,1709967334,-2.990000,21.850000,0.910000,0.000601,109.483379,18.206131,0.210000,116.102997,-2.540000,0.780000,,,,,,,109.483386,18.206127,0.000000,65.879997,1.550000,0.930000,31.350000 diff --git a/obj/20230724_MBJC_upperpc_2g4utunr_wpftmp.csproj.nuget.dgspec.json b/obj/20230724_MBJC_upperpc_2g4utunr_wpftmp.csproj.nuget.dgspec.json new file mode 100644 index 0000000..37e2c6f --- /dev/null +++ b/obj/20230724_MBJC_upperpc_2g4utunr_wpftmp.csproj.nuget.dgspec.json @@ -0,0 +1,85 @@ +{ + "format": 1, + "restore": { + "D:\\WorkSpace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj": {} + }, + "projects": { + "D:\\WorkSpace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\WorkSpace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj", + "projectName": "20230724_MBJC_upperpc", + "projectPath": "D:\\WorkSpace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj", + "packagesPath": "C:\\Users\\86453\\.nuget\\packages\\", + "outputPath": "D:\\WorkSpace\\Gitea\\20230724_MBJC_upperpc\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Software\\VisualStudio2022\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\86453\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "dependencies": { + "3DTools": { + "target": "Package", + "version": "[1.0.0, )" + }, + "MaterialDesignThemes": { + "target": "Package", + "version": "[4.9.0, )" + }, + "MySql.Data": { + "target": "Package", + "version": "[8.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WPF": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/20230724_MBJC_upperpc_2g4utunr_wpftmp.csproj.nuget.g.props b/obj/20230724_MBJC_upperpc_2g4utunr_wpftmp.csproj.nuget.g.props new file mode 100644 index 0000000..86bb915 --- /dev/null +++ b/obj/20230724_MBJC_upperpc_2g4utunr_wpftmp.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\86453\.nuget\packages\;D:\Software\VisualStudio2022\Shared\NuGetPackages + PackageReference + 6.5.0 + + + + + + + C:\Users\86453\.nuget\packages\microsoft.xaml.behaviors.wpf\1.1.39 + C:\Users\86453\.nuget\packages\materialdesignthemes\4.9.0 + + \ No newline at end of file diff --git a/obj/20230724_MBJC_upperpc_2g4utunr_wpftmp.csproj.nuget.g.targets b/obj/20230724_MBJC_upperpc_2g4utunr_wpftmp.csproj.nuget.g.targets new file mode 100644 index 0000000..d7d1c2f --- /dev/null +++ b/obj/20230724_MBJC_upperpc_2g4utunr_wpftmp.csproj.nuget.g.targets @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.csproj.CoreCompileInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.csproj.CoreCompileInputs.cache index 782c35a..f3386c9 100644 --- a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.csproj.CoreCompileInputs.cache +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -7348ecfafd2b97fe226a045f879b126f6c02d3c6 +a88dcdd282f8385abef1dab6790d3dafe24c63c0 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.csproj.FileListAbsolute.txt b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.csproj.FileListAbsolute.txt index 914aac9..25e9cbb 100644 --- a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.csproj.FileListAbsolute.txt +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.csproj.FileListAbsolute.txt @@ -40,7 +40,6 @@ D:\WorkSpace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\Views\InitialV D:\WorkSpace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\Views\ProgressView.g.cs D:\WorkSpace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\Views\SupportModel.g.cs D:\WorkSpace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\App.g.cs -D:\WorkSpace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\20230724_MBJC_upperpc_Content.g.cs D:\WorkSpace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\GeneratedInternalTypeHelper.g.cs D:\WorkSpace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\20230724_MBJC_upperpc_MarkupCompile.cache D:\WorkSpace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\20230724_MBJC_upperpc_MarkupCompile.lref diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.dll b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.dll index ac44827..e447aec 100644 Binary files a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.dll and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.dll differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.g.resources b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.g.resources index 903c078..ed0dd1c 100644 Binary files a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.g.resources and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.g.resources differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.pdb b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.pdb index a80699b..d98ab6f 100644 Binary files a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.pdb and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc.pdb differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.assets.cache new file mode 100644 index 0000000..4f61fdb Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0nooizaj_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.assets.cache new file mode 100644 index 0000000..4ef5ebe Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sbwyxkg_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.assets.cache new file mode 100644 index 0000000..4680497 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_0sr54rzm_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.assets.cache new file mode 100644 index 0000000..eaa4bec Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_12l3bro4_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.assets.cache new file mode 100644 index 0000000..f1e882a Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_2g4utunr_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.assets.cache new file mode 100644 index 0000000..7198147 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3j2z4kmc_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.assets.cache new file mode 100644 index 0000000..593e70a Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_3rtnn1zv_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.assets.cache new file mode 100644 index 0000000..8800337 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4p4ezbpz_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.assets.cache new file mode 100644 index 0000000..1edc815 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_4srn2y2m_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.assets.cache new file mode 100644 index 0000000..1d0bd54 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_5wqycz2a_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_Content.g.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_Content.g.cs deleted file mode 100644 index 8b00b3f..0000000 --- a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_Content.g.cs +++ /dev/null @@ -1,13 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 此代码由工具生成。 -// 运行时版本:4.0.30319.42000 -// -// 对此文件的更改可能会导致不正确的行为,并且如果 -// 重新生成代码,这些更改将会丢失。 -// -//------------------------------------------------------------------------------ - -[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("assets/images/logo.png")] - - diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.cache index 2941050..e27c43e 100644 --- a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.cache +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.cache @@ -11,7 +11,7 @@ false TRACE;DEBUG;NET;NET6_0;NETCOREAPP D:\WorkSpace\Gitea\20230724_MBJC_upperpc\App.xaml 13758307417 -1-908571137 + 391915235250 2061389713567 FirstWindow.xaml;MainWindow.xaml;Views\AnchorModel.xaml;Views\AnchorPointView.xaml;Views\BuoyModel.xaml;Views\BuoyPlatformView.xaml;Views\FirstPageAnchorControl.xaml;Views\FirstPageBuoyControl.xaml;Views\FirstPageSupportControl.xaml;Views\FirstPageView.xaml;Views\InitialView.xaml;Views\ProgressView.xaml;Views\SupportModel.xaml; diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.i.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.i.cache index 9cf5542..7a10ae7 100644 --- a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.i.cache +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.i.cache @@ -11,10 +11,10 @@ false TRACE;DEBUG;NET;NET6_0;NETCOREAPP D:\WorkSpace\Gitea\20230724_MBJC_upperpc\App.xaml 13758307417 -1-908571137 + 41148392486 2061389713567 FirstWindow.xaml;MainWindow.xaml;Views\AnchorModel.xaml;Views\AnchorPointView.xaml;Views\BuoyModel.xaml;Views\BuoyPlatformView.xaml;Views\FirstPageAnchorControl.xaml;Views\FirstPageBuoyControl.xaml;Views\FirstPageSupportControl.xaml;Views\FirstPageView.xaml;Views\InitialView.xaml;Views\ProgressView.xaml;Views\SupportModel.xaml; -True +False diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.i.lref b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.i.lref deleted file mode 100644 index a1e6e37..0000000 --- a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.i.lref +++ /dev/null @@ -1,4 +0,0 @@ - - -FD:\WorkSpace\Gitea\20230724_MBJC_upperpc\Views\AnchorPointView.xaml;; - diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.lref b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.lref index 6483c19..0262ccb 100644 --- a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.lref +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_MarkupCompile.lref @@ -1,4 +1,4 @@ -D:\WorkSpace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\GeneratedInternalTypeHelper.g.cs + FD:\WorkSpace\Gitea\20230724_MBJC_upperpc\App.xaml;; FD:\WorkSpace\Gitea\20230724_MBJC_upperpc\FirstWindow.xaml;; FD:\WorkSpace\Gitea\20230724_MBJC_upperpc\MainWindow.xaml;; diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.assets.cache new file mode 100644 index 0000000..d13d945 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_brmhvxna_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.assets.cache new file mode 100644 index 0000000..62adc84 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_c1szlzdh_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.assets.cache new file mode 100644 index 0000000..ad6dd46 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_chvkuhsc_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.assets.cache new file mode 100644 index 0000000..f0b3d12 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cps1o4ut_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.assets.cache new file mode 100644 index 0000000..c524439 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_cwer3m0q_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.assets.cache new file mode 100644 index 0000000..ea819f1 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ddcjmmwb_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.assets.cache new file mode 100644 index 0000000..333dc33 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_dighy5sv_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.assets.cache new file mode 100644 index 0000000..3aa5d70 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_e043rabr_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.assets.cache new file mode 100644 index 0000000..ffbb708 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_jw3klr4o_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.assets.cache new file mode 100644 index 0000000..c89a636 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_muah0oqx_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.assets.cache new file mode 100644 index 0000000..5b55142 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_o0z4vuwi_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.assets.cache new file mode 100644 index 0000000..d8d3f4a Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_ogusqx0z_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.assets.cache new file mode 100644 index 0000000..a484706 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pfifdwyp_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.assets.cache new file mode 100644 index 0000000..e997296 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pk2hmymy_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.assets.cache new file mode 100644 index 0000000..96a05c4 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_pp1netj4_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.assets.cache new file mode 100644 index 0000000..e406b91 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_srgt3ukk_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.assets.cache new file mode 100644 index 0000000..d5cff6b Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_sya5eyfr_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.assets.cache new file mode 100644 index 0000000..cfe25cb Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_t3o2dguc_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.assets.cache new file mode 100644 index 0000000..642a88d Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_upci3mh2_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.assets.cache new file mode 100644 index 0000000..a483fda Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_winsvn5v_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.assets.cache new file mode 100644 index 0000000..ba5b806 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_y2ci41qm_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.AssemblyInfo.cs b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..599871d --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyTitleAttribute("20230724_MBJC_upperpc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6175f8f --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +30a7b50224ea867d874cd87b220c9acbeaa9a3d3 diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7964348 --- /dev/null +++ b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = _20230724_MBJC_upperpc +build_property.ProjectDir = D:\WorkSpace\Gitea\20230724_MBJC_upperpc\ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.assets.cache b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.assets.cache new file mode 100644 index 0000000..9316a41 Binary files /dev/null and b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.assets.cache differ diff --git a/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0-windows/20230724_MBJC_upperpc_zjyduqm4_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net6.0-windows/GeneratedInternalTypeHelper.g.cs b/obj/Debug/net6.0-windows/GeneratedInternalTypeHelper.g.cs index c65238f..6e2e519 100644 --- a/obj/Debug/net6.0-windows/GeneratedInternalTypeHelper.g.cs +++ b/obj/Debug/net6.0-windows/GeneratedInternalTypeHelper.g.cs @@ -1,2 +1,62 @@ - +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +namespace XamlGeneratedNamespace { + + + /// + /// GeneratedInternalTypeHelper + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { + + /// + /// CreateInstance + /// + protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { + return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) + | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); + } + + /// + /// GetPropertyValue + /// + protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { + return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); + } + + /// + /// SetPropertyValue + /// + protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { + propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); + } + + /// + /// CreateDelegate + /// + protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { + return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod + | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { + delegateType, + handler}, null))); + } + + /// + /// AddEventHandler + /// + protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { + eventInfo.AddEventHandler(target, handler); + } + } +} diff --git a/obj/Debug/net6.0-windows/Views/AnchorPointView.baml b/obj/Debug/net6.0-windows/Views/AnchorPointView.baml index cd656d1..3cb79cd 100644 Binary files a/obj/Debug/net6.0-windows/Views/AnchorPointView.baml and b/obj/Debug/net6.0-windows/Views/AnchorPointView.baml differ diff --git a/obj/Debug/net6.0-windows/Views/AnchorPointView.g.cs b/obj/Debug/net6.0-windows/Views/AnchorPointView.g.cs index 68713db..2a99ed5 100644 --- a/obj/Debug/net6.0-windows/Views/AnchorPointView.g.cs +++ b/obj/Debug/net6.0-windows/Views/AnchorPointView.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\Views\AnchorPointView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E3753F4FC107BAD26645B7ED2C5FEED60EC71A53" +#pragma checksum "..\..\..\..\Views\AnchorPointView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "79F22627ACA76464FA0C888BCDCD7C53A93CE717" //------------------------------------------------------------------------------ // // 此代码由工具生成。 @@ -70,7 +70,7 @@ namespace _20230724_MBJC_upperpc.Views { #line hidden - #line 96 "..\..\..\..\Views\AnchorPointView.xaml" + #line 105 "..\..\..\..\Views\AnchorPointView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock ID; @@ -78,7 +78,7 @@ namespace _20230724_MBJC_upperpc.Views { #line hidden - #line 103 "..\..\..\..\Views\AnchorPointView.xaml" + #line 112 "..\..\..\..\Views\AnchorPointView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.DatePicker DataPicker1; @@ -86,7 +86,7 @@ namespace _20230724_MBJC_upperpc.Views { #line hidden - #line 141 "..\..\..\..\Views\AnchorPointView.xaml" + #line 150 "..\..\..\..\Views\AnchorPointView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.DatePicker DataPicker2; @@ -94,7 +94,7 @@ namespace _20230724_MBJC_upperpc.Views { #line hidden - #line 187 "..\..\..\..\Views\AnchorPointView.xaml" + #line 196 "..\..\..\..\Views\AnchorPointView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Slider slider; @@ -153,7 +153,7 @@ namespace _20230724_MBJC_upperpc.Views { case 5: this.DataPicker1 = ((System.Windows.Controls.DatePicker)(target)); - #line 108 "..\..\..\..\Views\AnchorPointView.xaml" + #line 117 "..\..\..\..\Views\AnchorPointView.xaml" this.DataPicker1.SelectedDateChanged += new System.EventHandler(this.DataPicker1_SelectedDateChanged); #line default @@ -162,7 +162,7 @@ namespace _20230724_MBJC_upperpc.Views { case 6: this.DataPicker2 = ((System.Windows.Controls.DatePicker)(target)); - #line 147 "..\..\..\..\Views\AnchorPointView.xaml" + #line 156 "..\..\..\..\Views\AnchorPointView.xaml" this.DataPicker2.SelectedDateChanged += new System.EventHandler(this.DatePicker_SelectedDateChanged); #line default @@ -171,13 +171,13 @@ namespace _20230724_MBJC_upperpc.Views { case 7: this.slider = ((System.Windows.Controls.Slider)(target)); - #line 193 "..\..\..\..\Views\AnchorPointView.xaml" + #line 202 "..\..\..\..\Views\AnchorPointView.xaml" this.slider.PreviewMouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.slider_PreviewMouseLeftButtonUp); #line default #line hidden - #line 197 "..\..\..\..\Views\AnchorPointView.xaml" + #line 206 "..\..\..\..\Views\AnchorPointView.xaml" this.slider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler(this.slider_ValueChanged); #line default @@ -185,7 +185,7 @@ namespace _20230724_MBJC_upperpc.Views { return; case 8: - #line 209 "..\..\..\..\Views\AnchorPointView.xaml" + #line 218 "..\..\..\..\Views\AnchorPointView.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default diff --git a/obj/Debug/net6.0-windows/Views/AnchorPointView.g.i.cs b/obj/Debug/net6.0-windows/Views/AnchorPointView.g.i.cs index 68713db..2a99ed5 100644 --- a/obj/Debug/net6.0-windows/Views/AnchorPointView.g.i.cs +++ b/obj/Debug/net6.0-windows/Views/AnchorPointView.g.i.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\Views\AnchorPointView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E3753F4FC107BAD26645B7ED2C5FEED60EC71A53" +#pragma checksum "..\..\..\..\Views\AnchorPointView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "79F22627ACA76464FA0C888BCDCD7C53A93CE717" //------------------------------------------------------------------------------ // // 此代码由工具生成。 @@ -70,7 +70,7 @@ namespace _20230724_MBJC_upperpc.Views { #line hidden - #line 96 "..\..\..\..\Views\AnchorPointView.xaml" + #line 105 "..\..\..\..\Views\AnchorPointView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock ID; @@ -78,7 +78,7 @@ namespace _20230724_MBJC_upperpc.Views { #line hidden - #line 103 "..\..\..\..\Views\AnchorPointView.xaml" + #line 112 "..\..\..\..\Views\AnchorPointView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.DatePicker DataPicker1; @@ -86,7 +86,7 @@ namespace _20230724_MBJC_upperpc.Views { #line hidden - #line 141 "..\..\..\..\Views\AnchorPointView.xaml" + #line 150 "..\..\..\..\Views\AnchorPointView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.DatePicker DataPicker2; @@ -94,7 +94,7 @@ namespace _20230724_MBJC_upperpc.Views { #line hidden - #line 187 "..\..\..\..\Views\AnchorPointView.xaml" + #line 196 "..\..\..\..\Views\AnchorPointView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Slider slider; @@ -153,7 +153,7 @@ namespace _20230724_MBJC_upperpc.Views { case 5: this.DataPicker1 = ((System.Windows.Controls.DatePicker)(target)); - #line 108 "..\..\..\..\Views\AnchorPointView.xaml" + #line 117 "..\..\..\..\Views\AnchorPointView.xaml" this.DataPicker1.SelectedDateChanged += new System.EventHandler(this.DataPicker1_SelectedDateChanged); #line default @@ -162,7 +162,7 @@ namespace _20230724_MBJC_upperpc.Views { case 6: this.DataPicker2 = ((System.Windows.Controls.DatePicker)(target)); - #line 147 "..\..\..\..\Views\AnchorPointView.xaml" + #line 156 "..\..\..\..\Views\AnchorPointView.xaml" this.DataPicker2.SelectedDateChanged += new System.EventHandler(this.DatePicker_SelectedDateChanged); #line default @@ -171,13 +171,13 @@ namespace _20230724_MBJC_upperpc.Views { case 7: this.slider = ((System.Windows.Controls.Slider)(target)); - #line 193 "..\..\..\..\Views\AnchorPointView.xaml" + #line 202 "..\..\..\..\Views\AnchorPointView.xaml" this.slider.PreviewMouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.slider_PreviewMouseLeftButtonUp); #line default #line hidden - #line 197 "..\..\..\..\Views\AnchorPointView.xaml" + #line 206 "..\..\..\..\Views\AnchorPointView.xaml" this.slider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler(this.slider_ValueChanged); #line default @@ -185,7 +185,7 @@ namespace _20230724_MBJC_upperpc.Views { return; case 8: - #line 209 "..\..\..\..\Views\AnchorPointView.xaml" + #line 218 "..\..\..\..\Views\AnchorPointView.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default diff --git a/obj/Debug/net6.0-windows/Views/BuoyPlatformView.baml b/obj/Debug/net6.0-windows/Views/BuoyPlatformView.baml index f74aed4..4f1a377 100644 Binary files a/obj/Debug/net6.0-windows/Views/BuoyPlatformView.baml and b/obj/Debug/net6.0-windows/Views/BuoyPlatformView.baml differ diff --git a/obj/Debug/net6.0-windows/Views/BuoyPlatformView.g.cs b/obj/Debug/net6.0-windows/Views/BuoyPlatformView.g.cs index d4c09d8..2125179 100644 --- a/obj/Debug/net6.0-windows/Views/BuoyPlatformView.g.cs +++ b/obj/Debug/net6.0-windows/Views/BuoyPlatformView.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\Views\BuoyPlatformView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EABC5C11375293BC18C2B87A4AA42696CA860E61" +#pragma checksum "..\..\..\..\Views\BuoyPlatformView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "12FF2F7C7A5B7E9ACD8D1223A73C2831BE47C29A" //------------------------------------------------------------------------------ // // 此代码由工具生成。 @@ -43,7 +43,7 @@ namespace _20230724_MBJC_upperpc.Views { public partial class BuoyPlatformView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { - #line 22 "..\..\..\..\Views\BuoyPlatformView.xaml" + #line 27 "..\..\..\..\Views\BuoyPlatformView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid LeftGrid; @@ -51,7 +51,7 @@ namespace _20230724_MBJC_upperpc.Views { #line hidden - #line 24 "..\..\..\..\Views\BuoyPlatformView.xaml" + #line 29 "..\..\..\..\Views\BuoyPlatformView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal _20230724_MBJC_upperpc.Views.BuoyModel BuoyModel; diff --git a/obj/Debug/net6.0-windows/Views/BuoyPlatformView.g.i.cs b/obj/Debug/net6.0-windows/Views/BuoyPlatformView.g.i.cs index d4c09d8..2125179 100644 --- a/obj/Debug/net6.0-windows/Views/BuoyPlatformView.g.i.cs +++ b/obj/Debug/net6.0-windows/Views/BuoyPlatformView.g.i.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\Views\BuoyPlatformView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EABC5C11375293BC18C2B87A4AA42696CA860E61" +#pragma checksum "..\..\..\..\Views\BuoyPlatformView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "12FF2F7C7A5B7E9ACD8D1223A73C2831BE47C29A" //------------------------------------------------------------------------------ // // 此代码由工具生成。 @@ -43,7 +43,7 @@ namespace _20230724_MBJC_upperpc.Views { public partial class BuoyPlatformView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { - #line 22 "..\..\..\..\Views\BuoyPlatformView.xaml" + #line 27 "..\..\..\..\Views\BuoyPlatformView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid LeftGrid; @@ -51,7 +51,7 @@ namespace _20230724_MBJC_upperpc.Views { #line hidden - #line 24 "..\..\..\..\Views\BuoyPlatformView.xaml" + #line 29 "..\..\..\..\Views\BuoyPlatformView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal _20230724_MBJC_upperpc.Views.BuoyModel BuoyModel; diff --git a/obj/Debug/net6.0-windows/Views/FirstPageView.baml b/obj/Debug/net6.0-windows/Views/FirstPageView.baml index ff3ce82..03a28e4 100644 Binary files a/obj/Debug/net6.0-windows/Views/FirstPageView.baml and b/obj/Debug/net6.0-windows/Views/FirstPageView.baml differ diff --git a/obj/Debug/net6.0-windows/Views/FirstPageView.g.cs b/obj/Debug/net6.0-windows/Views/FirstPageView.g.cs index 17d328a..4920fe1 100644 --- a/obj/Debug/net6.0-windows/Views/FirstPageView.g.cs +++ b/obj/Debug/net6.0-windows/Views/FirstPageView.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\Views\FirstPageView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9995450CAD0A8C114A328A2517DDB0F96795A4A2" +#pragma checksum "..\..\..\..\Views\FirstPageView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1F99E1288D70912A595BBE5564F22A3366D4298E" //------------------------------------------------------------------------------ // // 此代码由工具生成。 @@ -129,7 +129,7 @@ namespace _20230724_MBJC_upperpc.Views { #line hidden - #line 446 "..\..\..\..\Views\FirstPageView.xaml" + #line 454 "..\..\..\..\Views\FirstPageView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ItemsControl AlarmInfo; diff --git a/obj/Debug/net6.0-windows/Views/FirstPageView.g.i.cs b/obj/Debug/net6.0-windows/Views/FirstPageView.g.i.cs index 12c4141..4920fe1 100644 --- a/obj/Debug/net6.0-windows/Views/FirstPageView.g.i.cs +++ b/obj/Debug/net6.0-windows/Views/FirstPageView.g.i.cs @@ -1,5 +1,4 @@ -// Updated by XamlIntelliSenseFileGenerator 2024/3/6 15:45:38 -#pragma checksum "..\..\..\..\Views\FirstPageView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9995450CAD0A8C114A328A2517DDB0F96795A4A2" +#pragma checksum "..\..\..\..\Views\FirstPageView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1F99E1288D70912A595BBE5564F22A3366D4298E" //------------------------------------------------------------------------------ // // 此代码由工具生成。 @@ -41,178 +40,175 @@ using _20230724_MBJC_upperpc.Views; using _3DTools; -namespace _20230724_MBJC_upperpc.Views -{ - - +namespace _20230724_MBJC_upperpc.Views { + + /// /// FirstPageView /// - public partial class FirstPageView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector - { - -#line default -#line hidden - - -#line 49 "..\..\..\..\Views\FirstPageView.xaml" + public partial class FirstPageView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 11 "..\..\..\..\Views\FirstPageView.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal _20230724_MBJC_upperpc.Views.FirstPageView Window; + + #line default + #line hidden + + + #line 49 "..\..\..\..\Views\FirstPageView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal _20230724_MBJC_upperpc.Views.FirstPageBuoyControl Buoy; - -#line default -#line hidden - - -#line 73 "..\..\..\..\Views\FirstPageView.xaml" + + #line default + #line hidden + + + #line 73 "..\..\..\..\Views\FirstPageView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal _20230724_MBJC_upperpc.Views.FirstPageAnchorControl Anchor1; - -#line default -#line hidden - - -#line 95 "..\..\..\..\Views\FirstPageView.xaml" + + #line default + #line hidden + + + #line 95 "..\..\..\..\Views\FirstPageView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal _20230724_MBJC_upperpc.Views.FirstPageAnchorControl Anchor2; - -#line default -#line hidden - - -#line 116 "..\..\..\..\Views\FirstPageView.xaml" + + #line default + #line hidden + + + #line 116 "..\..\..\..\Views\FirstPageView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal _20230724_MBJC_upperpc.Views.FirstPageAnchorControl Anchor3; - -#line default -#line hidden - - -#line 139 "..\..\..\..\Views\FirstPageView.xaml" + + #line default + #line hidden + + + #line 139 "..\..\..\..\Views\FirstPageView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal _20230724_MBJC_upperpc.Views.FirstPageAnchorControl Anchor4; - -#line default -#line hidden - - -#line 161 "..\..\..\..\Views\FirstPageView.xaml" + + #line default + #line hidden + + + #line 161 "..\..\..\..\Views\FirstPageView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal _20230724_MBJC_upperpc.Views.FirstPageAnchorControl Anchor5; - -#line default -#line hidden - - -#line 188 "..\..\..\..\Views\FirstPageView.xaml" + + #line default + #line hidden + + + #line 188 "..\..\..\..\Views\FirstPageView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal _20230724_MBJC_upperpc.Views.FirstPageAnchorControl Anchor6; - -#line default -#line hidden - - -#line 214 "..\..\..\..\Views\FirstPageView.xaml" + + #line default + #line hidden + + + #line 214 "..\..\..\..\Views\FirstPageView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal _20230724_MBJC_upperpc.Views.FirstPageAnchorControl Support1; - -#line default -#line hidden - - -#line 241 "..\..\..\..\Views\FirstPageView.xaml" + + #line default + #line hidden + + + #line 241 "..\..\..\..\Views\FirstPageView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal _20230724_MBJC_upperpc.Views.FirstPageAnchorControl Support2; - -#line default -#line hidden - - -#line 446 "..\..\..\..\Views\FirstPageView.xaml" + + #line default + #line hidden + + + #line 454 "..\..\..\..\Views\FirstPageView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ItemsControl AlarmInfo; - -#line default -#line hidden - + + #line default + #line hidden + private bool _contentLoaded; - + /// /// InitializeComponent /// [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")] - public void InitializeComponent() - { - if (_contentLoaded) - { + public void InitializeComponent() { + if (_contentLoaded) { return; } _contentLoaded = true; System.Uri resourceLocater = new System.Uri("/20230724_MBJC_upperpc;component/views/firstpageview.xaml", System.UriKind.Relative); - -#line 1 "..\..\..\..\Views\FirstPageView.xaml" + + #line 1 "..\..\..\..\Views\FirstPageView.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); - -#line default -#line hidden + + #line default + #line hidden } - + [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) - { + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { return System.Delegate.CreateDelegate(delegateType, this, handler); } - + [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) - { + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { - case 1: - this.Window = ((_20230724_MBJC_upperpc.Views.FirstPageView)(target)); - return; - case 2: - this.Buoy = ((_20230724_MBJC_upperpc.Views.FirstPageBuoyControl)(target)); - return; - case 3: - this.Anchor1 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); - return; - case 4: - this.Anchor2 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); - return; - case 5: - this.Anchor3 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); - return; - case 6: - this.Anchor4 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); - return; - case 7: - this.Anchor5 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); - return; - case 8: - this.Anchor6 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); - return; - case 9: - this.Support1 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); - return; - case 10: - this.Support2 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); - return; - case 11: - this.AlarmInfo = ((System.Windows.Controls.ItemsControl)(target)); - return; + case 1: + this.Window = ((_20230724_MBJC_upperpc.Views.FirstPageView)(target)); + return; + case 2: + this.Buoy = ((_20230724_MBJC_upperpc.Views.FirstPageBuoyControl)(target)); + return; + case 3: + this.Anchor1 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); + return; + case 4: + this.Anchor2 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); + return; + case 5: + this.Anchor3 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); + return; + case 6: + this.Anchor4 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); + return; + case 7: + this.Anchor5 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); + return; + case 8: + this.Anchor6 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); + return; + case 9: + this.Support1 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); + return; + case 10: + this.Support2 = ((_20230724_MBJC_upperpc.Views.FirstPageAnchorControl)(target)); + return; + case 11: + this.AlarmInfo = ((System.Windows.Controls.ItemsControl)(target)); + return; } this._contentLoaded = true; } - - internal System.Windows.Controls.UserControl Window; } } diff --git a/obj/Debug/net6.0-windows/Views/InitialView.baml b/obj/Debug/net6.0-windows/Views/InitialView.baml index 3515e07..a47545c 100644 Binary files a/obj/Debug/net6.0-windows/Views/InitialView.baml and b/obj/Debug/net6.0-windows/Views/InitialView.baml differ diff --git a/obj/Debug/net6.0-windows/Views/InitialView.g.cs b/obj/Debug/net6.0-windows/Views/InitialView.g.cs index d9f9b96..1839a07 100644 --- a/obj/Debug/net6.0-windows/Views/InitialView.g.cs +++ b/obj/Debug/net6.0-windows/Views/InitialView.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\Views\InitialView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D51FFD1E0F9BFDCDEE8AA060F527DA150AA1AB93" +#pragma checksum "..\..\..\..\Views\InitialView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1D9233EF92E9FCB52EA3FE4B8272243DB117068B" //------------------------------------------------------------------------------ // // 此代码由工具生成。 diff --git a/obj/Debug/net6.0-windows/Views/InitialView.g.i.cs b/obj/Debug/net6.0-windows/Views/InitialView.g.i.cs index d9f9b96..1839a07 100644 --- a/obj/Debug/net6.0-windows/Views/InitialView.g.i.cs +++ b/obj/Debug/net6.0-windows/Views/InitialView.g.i.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\Views\InitialView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D51FFD1E0F9BFDCDEE8AA060F527DA150AA1AB93" +#pragma checksum "..\..\..\..\Views\InitialView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1D9233EF92E9FCB52EA3FE4B8272243DB117068B" //------------------------------------------------------------------------------ // // 此代码由工具生成。 diff --git a/obj/Debug/net6.0-windows/ref/20230724_MBJC_upperpc.dll b/obj/Debug/net6.0-windows/ref/20230724_MBJC_upperpc.dll index f5f39df..6eec727 100644 Binary files a/obj/Debug/net6.0-windows/ref/20230724_MBJC_upperpc.dll and b/obj/Debug/net6.0-windows/ref/20230724_MBJC_upperpc.dll differ diff --git a/obj/Debug/net6.0-windows/refint/20230724_MBJC_upperpc.dll b/obj/Debug/net6.0-windows/refint/20230724_MBJC_upperpc.dll index f5f39df..6eec727 100644 Binary files a/obj/Debug/net6.0-windows/refint/20230724_MBJC_upperpc.dll and b/obj/Debug/net6.0-windows/refint/20230724_MBJC_upperpc.dll differ