项目重构

This commit is contained in:
Chen 2023-11-21 11:08:15 +08:00
parent eaa3e78af1
commit 741f824ab3
43 changed files with 102 additions and 65 deletions

Binary file not shown.

View File

@ -6,6 +6,7 @@
xmlns:local="clr-namespace:_20230724_MBJC_upperpc"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Name="Window"
Title="FirstWindow"
Width="1600"
Background="{DynamicResource MaterialDesignPaper}"
@ -15,7 +16,6 @@
TextElement.Foreground="{DynamicResource MaterialDesignBody}"
WindowStartupLocation="CenterScreen"
WindowStyle="None"
Name="Window"
mc:Ignorable="d">
<Grid>
<!-- 背景颜色 -->
@ -76,7 +76,7 @@
</TabControl.ItemTemplate>
<TabControl.ContentTemplate>
<DataTemplate>
<ContentControl Content="{Binding PageContent}" Width="{Binding Width,ElementName=Window}"/>
<ContentControl Width="{Binding Width, ElementName=Window}" Content="{Binding PageContent}" />
</DataTemplate>
</TabControl.ContentTemplate>
</TabControl>

View File

@ -1,23 +1,23 @@
{
"format": 1,
"restore": {
"D:\\WorkSpace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj": {}
"D:\\Workspace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj": {}
},
"projects": {
"D:\\WorkSpace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj": {
"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",
"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\\",
"projectPath": "D:\\Workspace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj",
"packagesPath": "C:\\Users\\Chen\\.nuget\\packages\\",
"outputPath": "D:\\Workspace\\Gitea\\20230724_MBJC_upperpc\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"D:\\Software\\VisualStudio2022\\Shared\\NuGetPackages"
"D:\\Software\\IDE\\VisualStudio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\86453\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\Chen\\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"
],
@ -73,7 +73,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json"
}
}
}

View File

@ -5,16 +5,16 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\86453\.nuget\packages\;D:\Software\VisualStudio2022\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Chen\.nuget\packages\;D:\Software\IDE\VisualStudio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.5.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\86453\.nuget\packages\" />
<SourceRoot Include="D:\Software\VisualStudio2022\Shared\NuGetPackages\" />
<SourceRoot Include="C:\Users\Chen\.nuget\packages\" />
<SourceRoot Include="D:\Software\IDE\VisualStudio\Shared\NuGetPackages\" />
</ItemGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Xaml_Behaviors_Wpf Condition=" '$(PkgMicrosoft_Xaml_Behaviors_Wpf)' == '' ">C:\Users\86453\.nuget\packages\microsoft.xaml.behaviors.wpf\1.1.39</PkgMicrosoft_Xaml_Behaviors_Wpf>
<PkgMaterialDesignThemes Condition=" '$(PkgMaterialDesignThemes)' == '' ">C:\Users\86453\.nuget\packages\materialdesignthemes\4.9.0</PkgMaterialDesignThemes>
<PkgMicrosoft_Xaml_Behaviors_Wpf Condition=" '$(PkgMicrosoft_Xaml_Behaviors_Wpf)' == '' ">C:\Users\Chen\.nuget\packages\microsoft.xaml.behaviors.wpf\1.1.39</PkgMicrosoft_Xaml_Behaviors_Wpf>
<PkgMaterialDesignThemes Condition=" '$(PkgMaterialDesignThemes)' == '' ">C:\Users\Chen\.nuget\packages\materialdesignthemes\4.9.0</PkgMaterialDesignThemes>
</PropertyGroup>
</Project>

View File

@ -8,4 +8,4 @@ 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\
build_property.ProjectDir = D:\Workspace\Gitea\20230724_MBJC_upperpc\

View File

@ -1 +1 @@
71a54a269186d56bb969073c1962658d70ac4fab
fd746cc6dcd14fc44dcce1e634efc5ba160e94ad

View File

@ -12,9 +12,9 @@
}
],
"additionalProbingPaths": [
"C:\\Users\\86453\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\86453\\.nuget\\packages",
"D:\\Software\\VisualStudio2022\\Shared\\NuGetPackages"
"C:\\Users\\Chen\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Chen\\.nuget\\packages",
"D:\\Software\\IDE\\VisualStudio\\Shared\\NuGetPackages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true

View File

@ -1 +1 @@
b739079b1780dfde7e4c972c4065189ecd226037
045da831a74311370f06c69a1d7f771e919172b9

View File

@ -4,16 +4,16 @@
winexe
C#
.cs
D:\WorkSpace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\
D:\Workspace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\
_20230724_MBJC_upperpc
none
false
TRACE;DEBUG;NET;NET6_0;NETCOREAPP
D:\WorkSpace\Gitea\20230724_MBJC_upperpc\App.xaml
D:\Workspace\Gitea\20230724_MBJC_upperpc\App.xaml
2-1932936564
81699574642
198-1745317550
198-979494243
FirstWindow.xaml;Views\FirstPageView.xaml;
False

View File

@ -4,16 +4,16 @@
winexe
C#
.cs
D:\WorkSpace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\
D:\Workspace\Gitea\20230724_MBJC_upperpc\obj\Debug\net6.0-windows\
_20230724_MBJC_upperpc
none
false
TRACE;DEBUG;NET;NET6_0;NETCOREAPP
D:\WorkSpace\Gitea\20230724_MBJC_upperpc\App.xaml
D:\Workspace\Gitea\20230724_MBJC_upperpc\App.xaml
2-1932936564
10-67268122
198-1745317550
198-979494243
FirstWindow.xaml;Views\FirstPageView.xaml;
True

View File

@ -1,5 +1,5 @@

FD:\WorkSpace\Gitea\20230724_MBJC_upperpc\App.xaml;;
FD:\WorkSpace\Gitea\20230724_MBJC_upperpc\FirstWindow.xaml;;
FD:\WorkSpace\Gitea\20230724_MBJC_upperpc\Views\FirstPageView.xaml;;
FD:\Workspace\Gitea\20230724_MBJC_upperpc\App.xaml;;
FD:\Workspace\Gitea\20230724_MBJC_upperpc\FirstWindow.xaml;;
FD:\Workspace\Gitea\20230724_MBJC_upperpc\Views\FirstPageView.xaml;;

View File

@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
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 类生成。

View File

@ -0,0 +1 @@
30a7b50224ea867d874cd87b220c9acbeaa9a3d3

View File

@ -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\

View File

@ -50,7 +50,7 @@ namespace _20230724_MBJC_upperpc {
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
@ -76,7 +76,7 @@ namespace _20230724_MBJC_upperpc {
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
public static void Main() {
_20230724_MBJC_upperpc.App app = new _20230724_MBJC_upperpc.App();
app.InitializeComponent();

View File

@ -50,7 +50,7 @@ namespace _20230724_MBJC_upperpc {
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
@ -76,7 +76,7 @@ namespace _20230724_MBJC_upperpc {
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
public static void Main() {
_20230724_MBJC_upperpc.App app = new _20230724_MBJC_upperpc.App();
app.InitializeComponent();

View File

@ -1,4 +1,4 @@
#pragma checksum "..\..\..\FirstWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B95FA368098B9ECC5702CF78759FB05BB5C5F54A"
#pragma checksum "..\..\..\FirstWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2E14697D59B6A097A28C471AB70AFEF226ABE05B"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
@ -45,7 +45,7 @@ namespace _20230724_MBJC_upperpc {
public partial class FirstWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 18 "..\..\..\FirstWindow.xaml"
#line 9 "..\..\..\FirstWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal _20230724_MBJC_upperpc.FirstWindow Window;
@ -58,7 +58,7 @@ namespace _20230724_MBJC_upperpc {
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
@ -74,7 +74,7 @@ namespace _20230724_MBJC_upperpc {
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]

View File

@ -1,4 +1,4 @@
#pragma checksum "..\..\..\FirstWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B95FA368098B9ECC5702CF78759FB05BB5C5F54A"
#pragma checksum "..\..\..\FirstWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2E14697D59B6A097A28C471AB70AFEF226ABE05B"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
@ -45,7 +45,7 @@ namespace _20230724_MBJC_upperpc {
public partial class FirstWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 18 "..\..\..\FirstWindow.xaml"
#line 9 "..\..\..\FirstWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal _20230724_MBJC_upperpc.FirstWindow Window;
@ -58,13 +58,13 @@ namespace _20230724_MBJC_upperpc {
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/20230724_MBJC_upperpc;V1.0.0.0;component/firstwindow.xaml", System.UriKind.Relative);
System.Uri resourceLocater = new System.Uri("/20230724_MBJC_upperpc;component/firstwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\FirstWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
@ -74,7 +74,7 @@ namespace _20230724_MBJC_upperpc {
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]

View File

@ -88,7 +88,7 @@ namespace _20230724_MBJC_upperpc.Views {
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
@ -104,7 +104,7 @@ namespace _20230724_MBJC_upperpc.Views {
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]

View File

@ -88,7 +88,7 @@ namespace _20230724_MBJC_upperpc.Views {
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
@ -104,7 +104,7 @@ namespace _20230724_MBJC_upperpc.Views {
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.11.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]

Binary file not shown.

View File

@ -179,23 +179,23 @@
]
},
"packageFolders": {
"C:\\Users\\86453\\.nuget\\packages\\": {},
"D:\\Software\\VisualStudio2022\\Shared\\NuGetPackages": {}
"C:\\Users\\Chen\\.nuget\\packages\\": {},
"D:\\Software\\IDE\\VisualStudio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\WorkSpace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj",
"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\\",
"projectPath": "D:\\Workspace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj",
"packagesPath": "C:\\Users\\Chen\\.nuget\\packages\\",
"outputPath": "D:\\Workspace\\Gitea\\20230724_MBJC_upperpc\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"D:\\Software\\VisualStudio2022\\Shared\\NuGetPackages"
"D:\\Software\\IDE\\VisualStudio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\86453\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\Chen\\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"
],
@ -251,7 +251,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json"
}
}
}

View File

@ -1,13 +1,13 @@
{
"version": 2,
"dgSpecHash": "iQGKFAPIa9r6aiWRyPEPwdDUR/mQ3KtYfOC7BMC555hN/9vSpUIEDHyp0EgAqCbfaQOfsn8+5GK5ImAI2ZedMw==",
"dgSpecHash": "zoPW0IxI2+cO/V6S3bLxAnlY0fF136mtvmdpaz2iEmoaRBM0FTP/BrLqyn/ncZNQ33URjlBTmiIfiK6+1FPeIg==",
"success": true,
"projectFilePath": "D:\\WorkSpace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj",
"projectFilePath": "D:\\Workspace\\Gitea\\20230724_MBJC_upperpc\\20230724_MBJC_upperpc.csproj",
"expectedPackageFiles": [
"C:\\Users\\86453\\.nuget\\packages\\3dtools\\1.0.0\\3dtools.1.0.0.nupkg.sha512",
"C:\\Users\\86453\\.nuget\\packages\\materialdesigncolors\\2.1.4\\materialdesigncolors.2.1.4.nupkg.sha512",
"C:\\Users\\86453\\.nuget\\packages\\materialdesignthemes\\4.9.0\\materialdesignthemes.4.9.0.nupkg.sha512",
"C:\\Users\\86453\\.nuget\\packages\\microsoft.xaml.behaviors.wpf\\1.1.39\\microsoft.xaml.behaviors.wpf.1.1.39.nupkg.sha512"
"C:\\Users\\Chen\\.nuget\\packages\\3dtools\\1.0.0\\3dtools.1.0.0.nupkg.sha512",
"C:\\Users\\Chen\\.nuget\\packages\\materialdesigncolors\\2.1.4\\materialdesigncolors.2.1.4.nupkg.sha512",
"C:\\Users\\Chen\\.nuget\\packages\\materialdesignthemes\\4.9.0\\materialdesignthemes.4.9.0.nupkg.sha512",
"C:\\Users\\Chen\\.nuget\\packages\\microsoft.xaml.behaviors.wpf\\1.1.39\\microsoft.xaml.behaviors.wpf.1.1.39.nupkg.sha512"
],
"logs": []
}