commit 036d5c20a7651a64aa93968381f014ee75f926c9
Author: Bunny <1319900154@qq.com>
Date: Sat Jan 25 21:53:57 2025 +0800
1初始化项目
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ffd1659
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,38 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+logs/
+application-prod.yml
+[b|B]in
+[o|O]bj
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
diff --git a/.idea/.idea.WPF-重要示例/.idea/.gitignore b/.idea/.idea.WPF-重要示例/.idea/.gitignore
new file mode 100644
index 0000000..620ab46
--- /dev/null
+++ b/.idea/.idea.WPF-重要示例/.idea/.gitignore
@@ -0,0 +1,13 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Rider ignored files
+/projectSettingsUpdater.xml
+/contentModel.xml
+/.idea.WPF-重要示例.iml
+/modules.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/.idea.WPF-重要示例/.idea/indexLayout.xml b/.idea/.idea.WPF-重要示例/.idea/indexLayout.xml
new file mode 100644
index 0000000..7b08163
--- /dev/null
+++ b/.idea/.idea.WPF-重要示例/.idea/indexLayout.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/1初始化项目/1初始化项目.csproj b/1初始化项目/1初始化项目.csproj
new file mode 100644
index 0000000..1d3726d
--- /dev/null
+++ b/1初始化项目/1初始化项目.csproj
@@ -0,0 +1,12 @@
+
+
+
+ WinExe
+ net8.0-windows
+ _1初始化项目
+ enable
+ enable
+ true
+
+
+
diff --git a/1初始化项目/App.xaml b/1初始化项目/App.xaml
new file mode 100644
index 0000000..1bb31ac
--- /dev/null
+++ b/1初始化项目/App.xaml
@@ -0,0 +1,9 @@
+
+
+
+
+
diff --git a/1初始化项目/App.xaml.cs b/1初始化项目/App.xaml.cs
new file mode 100644
index 0000000..a41234a
--- /dev/null
+++ b/1初始化项目/App.xaml.cs
@@ -0,0 +1,12 @@
+using System.Configuration;
+using System.Data;
+using System.Windows;
+
+namespace _1初始化项目;
+
+///
+/// Interaction logic for App.xaml
+///
+public partial class App : Application
+{
+}
\ No newline at end of file
diff --git a/1初始化项目/AssemblyInfo.cs b/1初始化项目/AssemblyInfo.cs
new file mode 100644
index 0000000..4a05c7d
--- /dev/null
+++ b/1初始化项目/AssemblyInfo.cs
@@ -0,0 +1,10 @@
+using System.Windows;
+
+[assembly: ThemeInfo(
+ ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
+ //(used if a resource is not found in the page,
+ // or application resource dictionaries)
+ ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
+ //(used if a resource is not found in the page,
+ // app, or any theme specific resource dictionaries)
+)]
\ No newline at end of file
diff --git a/1初始化项目/MainWindow.xaml b/1初始化项目/MainWindow.xaml
new file mode 100644
index 0000000..1b43977
--- /dev/null
+++ b/1初始化项目/MainWindow.xaml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 有什么问题吗
+
+
+
+
+
+ 回答就在这,关于xaml受到一些影响,[<] [>] " "
+
+
+
\ No newline at end of file
diff --git a/1初始化项目/MainWindow.xaml.cs b/1初始化项目/MainWindow.xaml.cs
new file mode 100644
index 0000000..a17ef60
--- /dev/null
+++ b/1初始化项目/MainWindow.xaml.cs
@@ -0,0 +1,14 @@
+using System.Windows;
+
+namespace _1初始化项目;
+
+///
+/// Interaction logic for MainWindow.xaml
+///
+public partial class MainWindow : Window
+{
+ public MainWindow()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/1初始化项目/obj/1初始化项目.csproj.nuget.dgspec.json b/1初始化项目/obj/1初始化项目.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..05a5861
--- /dev/null
+++ b/1初始化项目/obj/1初始化项目.csproj.nuget.dgspec.json
@@ -0,0 +1,65 @@
+{
+ "format": 1,
+ "restore": {
+ "F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\1初始化项目.csproj": {}
+ },
+ "projects": {
+ "F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\1初始化项目.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\1初始化项目.csproj",
+ "projectName": "1初始化项目",
+ "projectPath": "F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\1初始化项目.csproj",
+ "packagesPath": "D:\\software\\Plugins\\nuget\\packages",
+ "outputPath": "F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\13199\\AppData\\Roaming\\NuGet\\NuGet.Config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "https://api.nuget.org/v3/index.json": {},
+ "https://nuget.cdn.azure.cn/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "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\\8.0.403/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/1初始化项目/obj/1初始化项目.csproj.nuget.g.props b/1初始化项目/obj/1初始化项目.csproj.nuget.g.props
new file mode 100644
index 0000000..5040bc4
--- /dev/null
+++ b/1初始化项目/obj/1初始化项目.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ D:\software\Plugins\nuget\packages
+ D:\software\Plugins\nuget\packages
+ PackageReference
+ 6.9.1
+
+
+
+
+
\ No newline at end of file
diff --git a/1初始化项目/obj/1初始化项目.csproj.nuget.g.targets b/1初始化项目/obj/1初始化项目.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/1初始化项目/obj/1初始化项目.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/1初始化项目/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/1初始化项目/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/1初始化项目/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.AssemblyInfo.cs b/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.AssemblyInfo.cs
new file mode 100644
index 0000000..c860447
--- /dev/null
+++ b/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.AssemblyInfo.cs
@@ -0,0 +1,24 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("1初始化项目")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+913df3a75fb7d5081bd81cc0a8c4497435f9d498")]
+[assembly: System.Reflection.AssemblyProductAttribute("1初始化项目")]
+[assembly: System.Reflection.AssemblyTitleAttribute("1初始化项目")]
+[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/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.AssemblyInfoInputs.cache b/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..8aa4cb1
--- /dev/null
+++ b/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+0d76aa2da417ef59799046e6187f5399353bba6b0d578bf316391c5f109384fb
diff --git a/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.GeneratedMSBuildEditorConfig.editorconfig b/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..2e66ceb
--- /dev/null
+++ b/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.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 = _1初始化项目
+build_property.ProjectDir = F:\学习\代码\C#\WPF\WPF-重要示例\1初始化项目\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.GlobalUsings.g.cs b/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.assets.cache b/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.assets.cache
new file mode 100644
index 0000000..1c57c98
Binary files /dev/null and b/1初始化项目/obj/Debug/net8.0-windows/1初始化项目.assets.cache differ
diff --git a/1初始化项目/obj/Debug/net8.0-windows/App.g.cs b/1初始化项目/obj/Debug/net8.0-windows/App.g.cs
new file mode 100644
index 0000000..638511b
--- /dev/null
+++ b/1初始化项目/obj/Debug/net8.0-windows/App.g.cs
@@ -0,0 +1,70 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "931CC448D146C0DBC7BE18B737FDAF09FD32F042"
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using _1初始化项目;
+
+
+namespace _1初始化项目 {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.0")]
+ public void InitializeComponent() {
+
+ #line 5 "..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.0")]
+ public static void Main() {
+ _1初始化项目.App app = new _1初始化项目.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/1初始化项目/obj/Debug/net8.0-windows/MainWindow.g.cs b/1初始化项目/obj/Debug/net8.0-windows/MainWindow.g.cs
new file mode 100644
index 0000000..20dd1d7
--- /dev/null
+++ b/1初始化项目/obj/Debug/net8.0-windows/MainWindow.g.cs
@@ -0,0 +1,122 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B0F98671C245EBFFDB03AD59143B656DC6006739"
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using _1初始化项目;
+
+
+namespace _1初始化项目 {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 9 "..\..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Grid Grid;
+
+ #line default
+ #line hidden
+
+
+ #line 27 "..\..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.TextBox TextQuestion;
+
+ #line default
+ #line hidden
+
+
+ #line 31 "..\..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button CmdAnswer;
+
+ #line default
+ #line hidden
+
+
+ #line 40 "..\..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.TextBox TextAnswer;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/1初始化项目;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.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) {
+ switch (connectionId)
+ {
+ case 1:
+ this.Grid = ((System.Windows.Controls.Grid)(target));
+ return;
+ case 2:
+ this.TextQuestion = ((System.Windows.Controls.TextBox)(target));
+ return;
+ case 3:
+ this.CmdAnswer = ((System.Windows.Controls.Button)(target));
+ return;
+ case 4:
+ this.TextAnswer = ((System.Windows.Controls.TextBox)(target));
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/1初始化项目/obj/project.assets.json b/1初始化项目/obj/project.assets.json
new file mode 100644
index 0000000..2a8e738
--- /dev/null
+++ b/1初始化项目/obj/project.assets.json
@@ -0,0 +1,70 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0-windows7.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net8.0-windows7.0": []
+ },
+ "packageFolders": {
+ "D:\\software\\Plugins\\nuget\\packages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\1初始化项目.csproj",
+ "projectName": "1初始化项目",
+ "projectPath": "F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\1初始化项目.csproj",
+ "packagesPath": "D:\\software\\Plugins\\nuget\\packages",
+ "outputPath": "F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\13199\\AppData\\Roaming\\NuGet\\NuGet.Config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "https://api.nuget.org/v3/index.json": {},
+ "https://nuget.cdn.azure.cn/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "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\\8.0.403/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/1初始化项目/obj/project.nuget.cache b/1初始化项目/obj/project.nuget.cache
new file mode 100644
index 0000000..4226daa
--- /dev/null
+++ b/1初始化项目/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "S/lmyDF9iYPlFdWSnCQlvV88qEwcJhqJ1reO3bxQzpRZHgciBjitp77NK11YH8kU34+akHZl+rzdA6dDBN7X7Q==",
+ "success": true,
+ "projectFilePath": "F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\1初始化项目.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file
diff --git a/1初始化项目/obj/project.packagespec.json b/1初始化项目/obj/project.packagespec.json
new file mode 100644
index 0000000..6a19ff4
--- /dev/null
+++ b/1初始化项目/obj/project.packagespec.json
@@ -0,0 +1 @@
+"restore":{"projectUniqueName":"F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\1初始化项目.csproj","projectName":"1初始化项目","projectPath":"F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\1初始化项目.csproj","outputPath":"F:\\学习\\代码\\C#\\WPF\\WPF-重要示例\\1初始化项目\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0-windows"],"sources":{"https://api.nuget.org/v3/index.json":{},"https://nuget.cdn.azure.cn/v3/index.json":{}},"frameworks":{"net8.0-windows7.0":{"targetAlias":"net8.0-windows","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net8.0-windows7.0":{"targetAlias":"net8.0-windows","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\\8.0.403/PortableRuntimeIdentifierGraph.json"}}
\ No newline at end of file
diff --git a/1初始化项目/obj/rider.project.restore.info b/1初始化项目/obj/rider.project.restore.info
new file mode 100644
index 0000000..7fbe7c4
--- /dev/null
+++ b/1初始化项目/obj/rider.project.restore.info
@@ -0,0 +1 @@
+17378129476512381
\ No newline at end of file
diff --git a/1初始化项目/public/logo.png b/1初始化项目/public/logo.png
new file mode 100644
index 0000000..5dedbe2
Binary files /dev/null and b/1初始化项目/public/logo.png differ
diff --git a/WPF-重要示例.sln b/WPF-重要示例.sln
new file mode 100644
index 0000000..168f56f
--- /dev/null
+++ b/WPF-重要示例.sln
@@ -0,0 +1,16 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "1初始化项目", "1初始化项目\1初始化项目.csproj", "{9FCBA2E5-D9A8-4859-947A-8FAE268DF26A}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {9FCBA2E5-D9A8-4859-947A-8FAE268DF26A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9FCBA2E5-D9A8-4859-947A-8FAE268DF26A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9FCBA2E5-D9A8-4859-947A-8FAE268DF26A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9FCBA2E5-D9A8-4859-947A-8FAE268DF26A}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+EndGlobal