提交示例代码
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
22
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.AssemblyInfo.cs
Normal file
22
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.AssemblyInfo.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Main")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Main")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Main")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
73a846e799d8ee769f4e4dc02756eb24673accb05fd3a22128b4b3e41a505989
|
||||
@@ -0,0 +1,15 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Main
|
||||
build_property.ProjectDir = /Users/fantasy/Code/ServerLessions/Chat/Server/Main/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
||||
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.assets.cache
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
be8fd1b3dc0ac6bdaaed1e2ad5f9a3508f4e059f166db58f3c17a381ebc5149c
|
||||
@@ -0,0 +1,18 @@
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/Main
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/NLog.config
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/NLog.xsd
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/Main.deps.json
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/Main.runtimeconfig.json
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/Main.dll
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/Main.pdb
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.csproj.AssemblyReference.cache
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.AssemblyInfoInputs.cache
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.AssemblyInfo.cs
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.csproj.CoreCompileInputs.cache
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.csproj.CopyComplete
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.dll
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/refint/Main.dll
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.pdb
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.genruntimeconfig.cache
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/ref/Main.dll
|
||||
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.dll
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
a60b4562e51ea826cbb69d1cf0ce5b1f897bf8d324560430d7d9e9e82a705e3d
|
||||
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.pdb
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.pdb
Normal file
Binary file not shown.
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/apphost
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/apphost
Normal file
Binary file not shown.
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/ref/Main.dll
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/ref/Main.dll
Normal file
Binary file not shown.
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/refint/Main.dll
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/refint/Main.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user