로그인 시스템 작업 완료

This commit is contained in:
김판돌 2023-12-02 15:01:13 +09:00
parent 10bc0e4abd
commit f040076146
71 changed files with 1 additions and 4037 deletions

View File

@ -24,10 +24,10 @@ namespace Server.Service
if(user == null)
{
#region
//신규 유저인지 구분할 방법이 없기에 이렇게 처리됨.
user = new User();
user.mail = req.mail;
user.uuid = Guid.NewGuid().ToString();
userSql.Insert(user);
#endregion
#region ,
#endregion

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]

View File

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 이 코드는 도구를 사용하여 생성되었습니다.
// 런타임 버전:4.0.30319.42000
//
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// 이러한 변경 내용이 손실됩니다.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Server")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Server")]
[assembly: System.Reflection.AssemblyTitleAttribute("Server")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// MSBuild WriteCodeFragment 클래스에서 생성되었습니다.

View File

@ -1 +0,0 @@
90c736faeb404bd17e67340076dc1d19aa41e7b022d0ca71cdcf518271c7ee76

View File

@ -1,19 +0,0 @@
is_global = true
build_property.TargetFramework = net6.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Server
build_property.RootNamespace = Server
build_property.ProjectDir = E:\git\thewar_server\Server\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 6.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = E:\git\thewar_server\Server
build_property._RazorSourceGeneratorDebug =

View File

@ -1,17 +0,0 @@
// <auto-generated/>
global using global::Microsoft.AspNetCore.Builder;
global using global::Microsoft.AspNetCore.Hosting;
global using global::Microsoft.AspNetCore.Http;
global using global::Microsoft.AspNetCore.Routing;
global using global::Microsoft.Extensions.Configuration;
global using global::Microsoft.Extensions.DependencyInjection;
global using global::Microsoft.Extensions.Hosting;
global using global::Microsoft.Extensions.Logging;
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.Net.Http.Json;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View File

@ -1 +0,0 @@
b3f4e02f81a4fae6fb0b5626b308cd5f15c4b637

View File

@ -1,195 +0,0 @@
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/appsettings.Development.json
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/appsettings.json
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Server.exe
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Server.deps.json
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Server.runtimeconfig.json
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Server.dll
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Server.pdb
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Newtonsoft.Json.dll
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.csproj.AssemblyReference.cache
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.GeneratedMSBuildEditorConfig.editorconfig
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.AssemblyInfoInputs.cache
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.AssemblyInfo.cs
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.csproj.CoreCompileInputs.cache
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.MvcApplicationPartsAssemblyInfo.cache
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets/msbuild.Server.Microsoft.AspNetCore.StaticWebAssets.props
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets/msbuild.build.Server.props
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.Server.props
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.Server.props
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets.pack.json
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets.build.json
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets.development.json
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/scopedcss/bundle/Server.styles.css
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.csproj.CopyComplete
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.dll
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/refint/Server.dll
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.pdb
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.genruntimeconfig.cache
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/ref/Server.dll
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/appsettings.Development.json
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/appsettings.json
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Server
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Server.deps.json
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Server.runtimeconfig.json
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Server.dll
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Server.pdb
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Newtonsoft.Json.dll
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.csproj.AssemblyReference.cache
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.GeneratedMSBuildEditorConfig.editorconfig
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.AssemblyInfoInputs.cache
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.AssemblyInfo.cs
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.csproj.CoreCompileInputs.cache
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.MvcApplicationPartsAssemblyInfo.cache
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.Server.Microsoft.AspNetCore.StaticWebAssets.props
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.build.Server.props
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.Server.props
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.Server.props
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets.pack.json
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets.build.json
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets.development.json
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/scopedcss/bundle/Server.styles.css
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.csproj.CopyComplete
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.dll
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/refint/Server.dll
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.pdb
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.genruntimeconfig.cache
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/ref/Server.dll
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/NLog.config
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/NLog.dll
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/NLog.config
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/appsettings.Development.json
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/appsettings.json
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Server
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Server.deps.json
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Server.runtimeconfig.json
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Server.dll
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Server.pdb
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Newtonsoft.Json.dll
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/NLog.dll
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.csproj.AssemblyReference.cache
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.GeneratedMSBuildEditorConfig.editorconfig
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.AssemblyInfoInputs.cache
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.AssemblyInfo.cs
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.csproj.CoreCompileInputs.cache
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.MvcApplicationPartsAssemblyInfo.cache
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.Server.Microsoft.AspNetCore.StaticWebAssets.props
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.build.Server.props
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.Server.props
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.Server.props
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets.pack.json
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets.build.json
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets.development.json
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/scopedcss/bundle/Server.styles.css
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.csproj.CopyComplete
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.dll
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/refint/Server.dll
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.pdb
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.genruntimeconfig.cache
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/ref/Server.dll
E:\git\CsServer\Server\bin\Debug\net6.0\NLog.config
E:\git\CsServer\Server\bin\Debug\net6.0\appsettings.Development.json
E:\git\CsServer\Server\bin\Debug\net6.0\appsettings.json
E:\git\CsServer\Server\bin\Debug\net6.0\Server.exe
E:\git\CsServer\Server\bin\Debug\net6.0\Server.deps.json
E:\git\CsServer\Server\bin\Debug\net6.0\Server.runtimeconfig.json
E:\git\CsServer\Server\bin\Debug\net6.0\Server.dll
E:\git\CsServer\Server\bin\Debug\net6.0\Server.pdb
E:\git\CsServer\Server\bin\Debug\net6.0\Newtonsoft.Json.dll
E:\git\CsServer\Server\bin\Debug\net6.0\NLog.dll
E:\git\CsServer\Server\obj\Debug\net6.0\Server.csproj.AssemblyReference.cache
E:\git\CsServer\Server\obj\Debug\net6.0\Server.GeneratedMSBuildEditorConfig.editorconfig
E:\git\CsServer\Server\obj\Debug\net6.0\Server.AssemblyInfoInputs.cache
E:\git\CsServer\Server\obj\Debug\net6.0\Server.AssemblyInfo.cs
E:\git\CsServer\Server\obj\Debug\net6.0\Server.csproj.CoreCompileInputs.cache
E:\git\CsServer\Server\obj\Debug\net6.0\Server.MvcApplicationPartsAssemblyInfo.cache
E:\git\CsServer\Server\obj\Debug\net6.0\staticwebassets.build.json
E:\git\CsServer\Server\obj\Debug\net6.0\staticwebassets.development.json
E:\git\CsServer\Server\obj\Debug\net6.0\scopedcss\bundle\Server.styles.css
E:\git\CsServer\Server\obj\Debug\net6.0\Server.csproj.CopyComplete
E:\git\CsServer\Server\obj\Debug\net6.0\Server.dll
E:\git\CsServer\Server\obj\Debug\net6.0\refint\Server.dll
E:\git\CsServer\Server\obj\Debug\net6.0\Server.pdb
E:\git\CsServer\Server\obj\Debug\net6.0\Server.genruntimeconfig.cache
E:\git\CsServer\Server\obj\Debug\net6.0\ref\Server.dll
E:\git\CsServer\Server\bin\Debug\net6.0\LibGit2Sharp.dll
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-arm\native\libgit2-e632535.so
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libgit2-e632535.so
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-musl-arm\native\libgit2-e632535.so
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-musl-arm64\native\libgit2-e632535.so
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libgit2-e632535.so
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-x64\native\libgit2-e632535.so
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\osx-arm64\native\libgit2-e632535.dylib
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\osx-x64\native\libgit2-e632535.dylib
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-arm64\native\git2-e632535.dll
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-x64\native\git2-e632535.dll
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-x86\native\git2-e632535.dll
E:\git\CsServer\Server\bin\Debug\net6.0\Aspose.Cells.dll
E:\git\CsServer\Server\bin\Debug\net6.0\SkiaSharp.dll
E:\git\CsServer\Server\bin\Debug\net6.0\System.Security.Cryptography.Pkcs.dll
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\osx\native\libSkiaSharp.dylib
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-arm64\native\libSkiaSharp.dll
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-x64\native\libSkiaSharp.dll
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-x86\native\libSkiaSharp.dll
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.Pkcs.dll
E:\git\CsServer\Server\bin\Debug\net6.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
E:\git\CsServer\Server\bin\Debug\net6.0\Microsoft.Extensions.Logging.Abstractions.dll
E:\git\CsServer\Server\bin\Debug\net6.0\Npgsql.dll
E:\git\CsServer\Server\bin\Debug\net6.0\System.Diagnostics.DiagnosticSource.dll
E:\git\CsServer\Server\bin\Debug\net6.0\System.Text.Encodings.Web.dll
E:\git\CsServer\Server\bin\Debug\net6.0\System.Text.Json.dll
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\NLog.config
E:\git\thewar_server\Server\bin\Debug\net6.0\appsettings.Development.json
E:\git\thewar_server\Server\bin\Debug\net6.0\appsettings.json
E:\git\thewar_server\Server\bin\Debug\net6.0\Server.exe
E:\git\thewar_server\Server\bin\Debug\net6.0\Server.deps.json
E:\git\thewar_server\Server\bin\Debug\net6.0\Server.runtimeconfig.json
E:\git\thewar_server\Server\bin\Debug\net6.0\Server.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\Server.pdb
E:\git\thewar_server\Server\bin\Debug\net6.0\Aspose.Cells.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\LibGit2Sharp.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\Newtonsoft.Json.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\NLog.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\Npgsql.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\SkiaSharp.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\System.Diagnostics.DiagnosticSource.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\System.Security.Cryptography.Pkcs.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-arm\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-musl-arm\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-musl-arm64\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-x64\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\osx-arm64\native\libgit2-e632535.dylib
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\osx-x64\native\libgit2-e632535.dylib
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-arm64\native\git2-e632535.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-x64\native\git2-e632535.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-x86\native\git2-e632535.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\osx\native\libSkiaSharp.dylib
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-arm64\native\libSkiaSharp.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-x64\native\libSkiaSharp.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-x86\native\libSkiaSharp.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.Pkcs.dll
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.csproj.AssemblyReference.cache
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.GeneratedMSBuildEditorConfig.editorconfig
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.AssemblyInfoInputs.cache
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.AssemblyInfo.cs
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.csproj.CoreCompileInputs.cache
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.MvcApplicationPartsAssemblyInfo.cache
E:\git\thewar_server\Server\obj\Debug\net6.0\staticwebassets.build.json
E:\git\thewar_server\Server\obj\Debug\net6.0\staticwebassets.development.json
E:\git\thewar_server\Server\obj\Debug\net6.0\scopedcss\bundle\Server.styles.css
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.csproj.CopyComplete
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.dll
E:\git\thewar_server\Server\obj\Debug\net6.0\refint\Server.dll
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.pdb
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.genruntimeconfig.cache
E:\git\thewar_server\Server\obj\Debug\net6.0\ref\Server.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\Humanizer.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Abstractions.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Design.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Relational.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\Microsoft.Extensions.Caching.Memory.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\Microsoft.Extensions.DependencyInjection.dll
E:\git\thewar_server\Server\bin\Debug\net6.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll

Binary file not shown.

View File

@ -1 +0,0 @@
ba6bc02e3803e1a78638d672f589e1bf02fa7e23

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +0,0 @@
{
"Version": 1,
"Hash": "z8/jf/uVtfFHkS7UZKSCL97FvnwEOhJPQdCo8dr/ZzU=",
"Source": "Server",
"BasePath": "_content/Server",
"Mode": "Default",
"ManifestType": "Build",
"ReferencedProjectsConfiguration": [],
"DiscoveryPatterns": [],
"Assets": []
}

View File

@ -1,3 +0,0 @@
<Project>
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
</Project>

View File

@ -1,3 +0,0 @@
<Project>
<Import Project="../build/Server.props" />
</Project>

View File

@ -1,3 +0,0 @@
<Project>
<Import Project="../buildMultiTargeting/Server.props" />
</Project>

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

View File

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 이 코드는 도구를 사용하여 생성되었습니다.
// 런타임 버전:4.0.30319.42000
//
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// 이러한 변경 내용이 손실됩니다.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Server")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Server")]
[assembly: System.Reflection.AssemblyTitleAttribute("Server")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// MSBuild WriteCodeFragment 클래스에서 생성되었습니다.

View File

@ -1 +0,0 @@
90c736faeb404bd17e67340076dc1d19aa41e7b022d0ca71cdcf518271c7ee76

View File

@ -1,19 +0,0 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Server
build_property.RootNamespace = Server
build_property.ProjectDir = E:\git\thewar_server\Server\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 8.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = E:\git\thewar_server\Server
build_property._RazorSourceGeneratorDebug =

View File

@ -1,17 +0,0 @@
// <auto-generated/>
global using global::Microsoft.AspNetCore.Builder;
global using global::Microsoft.AspNetCore.Hosting;
global using global::Microsoft.AspNetCore.Http;
global using global::Microsoft.AspNetCore.Routing;
global using global::Microsoft.Extensions.Configuration;
global using global::Microsoft.Extensions.DependencyInjection;
global using global::Microsoft.Extensions.Hosting;
global using global::Microsoft.Extensions.Logging;
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.Net.Http.Json;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View File

@ -1 +0,0 @@
dd557d62badea6ea383f22ecfcd791495e975b22b1c7b07715ed4657eabd5e04

View File

@ -1,240 +0,0 @@
E:\git\thewar_server\Server\bin\Debug\net8.0\NLog.config
E:\git\thewar_server\Server\bin\Debug\net8.0\appsettings.Development.json
E:\git\thewar_server\Server\bin\Debug\net8.0\appsettings.json
E:\git\thewar_server\Server\bin\Debug\net8.0\Server.exe
E:\git\thewar_server\Server\bin\Debug\net8.0\Server.deps.json
E:\git\thewar_server\Server\bin\Debug\net8.0\Server.runtimeconfig.json
E:\git\thewar_server\Server\bin\Debug\net8.0\Server.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Server.pdb
E:\git\thewar_server\Server\bin\Debug\net8.0\Aspose.Cells.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Humanizer.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\LibGit2Sharp.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Microsoft.CodeAnalysis.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Abstractions.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Design.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Relational.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Microsoft.Extensions.DependencyModel.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Mono.TextTemplating.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Newtonsoft.Json.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\NLog.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Npgsql.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\SkiaSharp.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\System.CodeDom.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\System.Composition.AttributedModel.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\System.Composition.Convention.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\System.Composition.Hosting.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\System.Composition.Runtime.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\System.Composition.TypedParts.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-arm\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-arm64\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-musl-arm\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-musl-arm64\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-musl-x64\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-x64\native\libgit2-e632535.so
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\osx-arm64\native\libgit2-e632535.dylib
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\osx-x64\native\libgit2-e632535.dylib
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-arm64\native\git2-e632535.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-x64\native\git2-e632535.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-x86\native\git2-e632535.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\osx\native\libSkiaSharp.dylib
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-arm64\native\libSkiaSharp.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-x64\native\libSkiaSharp.dll
E:\git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-x86\native\libSkiaSharp.dll
E:\git\thewar_server\Server\obj\Debug\net8.0\Server.csproj.AssemblyReference.cache
E:\git\thewar_server\Server\obj\Debug\net8.0\Server.GeneratedMSBuildEditorConfig.editorconfig
E:\git\thewar_server\Server\obj\Debug\net8.0\Server.AssemblyInfoInputs.cache
E:\git\thewar_server\Server\obj\Debug\net8.0\Server.AssemblyInfo.cs
E:\git\thewar_server\Server\obj\Debug\net8.0\Server.csproj.CoreCompileInputs.cache
E:\git\thewar_server\Server\obj\Debug\net8.0\Server.MvcApplicationPartsAssemblyInfo.cache
E:\git\thewar_server\Server\obj\Debug\net8.0\staticwebassets.build.json
E:\git\thewar_server\Server\obj\Debug\net8.0\staticwebassets.development.json
E:\git\thewar_server\Server\obj\Debug\net8.0\staticwebassets\msbuild.Server.Microsoft.AspNetCore.StaticWebAssets.props
E:\git\thewar_server\Server\obj\Debug\net8.0\staticwebassets\msbuild.build.Server.props
E:\git\thewar_server\Server\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.Server.props
E:\git\thewar_server\Server\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.Server.props
E:\git\thewar_server\Server\obj\Debug\net8.0\staticwebassets.pack.json
E:\git\thewar_server\Server\obj\Debug\net8.0\scopedcss\bundle\Server.styles.css
E:\git\thewar_server\Server\obj\Debug\net8.0\Server.csproj.CopyComplete
E:\git\thewar_server\Server\obj\Debug\net8.0\Server.dll
E:\git\thewar_server\Server\obj\Debug\net8.0\refint\Server.dll
E:\git\thewar_server\Server\obj\Debug\net8.0\Server.pdb
E:\git\thewar_server\Server\obj\Debug\net8.0\Server.genruntimeconfig.cache
E:\git\thewar_server\Server\obj\Debug\net8.0\ref\Server.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\NLog.config
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\appsettings.Development.json
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\appsettings.json
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Server.exe
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Server.deps.json
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Server.runtimeconfig.json
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Server.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Server.pdb
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Aspose.Cells.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Humanizer.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\LibGit2Sharp.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Microsoft.CodeAnalysis.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Abstractions.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Design.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Relational.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Microsoft.Extensions.DependencyModel.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Mono.TextTemplating.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Newtonsoft.Json.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\NLog.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Npgsql.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\SkiaSharp.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\System.CodeDom.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\System.Composition.AttributedModel.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\System.Composition.Convention.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\System.Composition.Hosting.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\System.Composition.Runtime.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\System.Composition.TypedParts.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-arm\native\libgit2-e632535.so
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-arm64\native\libgit2-e632535.so
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-musl-arm\native\libgit2-e632535.so
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-musl-arm64\native\libgit2-e632535.so
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-musl-x64\native\libgit2-e632535.so
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\linux-x64\native\libgit2-e632535.so
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\osx-arm64\native\libgit2-e632535.dylib
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\osx-x64\native\libgit2-e632535.dylib
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-arm64\native\git2-e632535.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-x64\native\git2-e632535.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-x86\native\git2-e632535.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\osx\native\libSkiaSharp.dylib
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-arm64\native\libSkiaSharp.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-x64\native\libSkiaSharp.dll
C:\Users\mskim\Git\thewar_server\Server\bin\Debug\net8.0\runtimes\win-x86\native\libSkiaSharp.dll
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\Server.csproj.AssemblyReference.cache
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\Server.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\Server.AssemblyInfoInputs.cache
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\Server.AssemblyInfo.cs
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\Server.csproj.CoreCompileInputs.cache
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\Server.MvcApplicationPartsAssemblyInfo.cache
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\staticwebassets.build.json
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\staticwebassets.development.json
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\staticwebassets\msbuild.Server.Microsoft.AspNetCore.StaticWebAssets.props
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\staticwebassets\msbuild.build.Server.props
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.Server.props
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.Server.props
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\staticwebassets.pack.json
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\scopedcss\bundle\Server.styles.css
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\Server.csproj.CopyComplete
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\Server.dll
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\refint\Server.dll
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\Server.pdb
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\Server.genruntimeconfig.cache
C:\Users\mskim\Git\thewar_server\Server\obj\Debug\net8.0\ref\Server.dll

Binary file not shown.

View File

@ -1 +0,0 @@
f07a5d637b9aa528bca131b13fc576f71d7e7a53b21695ee30255e0137559728

Binary file not shown.

View File

@ -1,11 +0,0 @@
{
"Version": 1,
"Hash": "z8/jf/uVtfFHkS7UZKSCL97FvnwEOhJPQdCo8dr/ZzU=",
"Source": "Server",
"BasePath": "_content/Server",
"Mode": "Default",
"ManifestType": "Build",
"ReferencedProjectsConfiguration": [],
"DiscoveryPatterns": [],
"Assets": []
}

View File

@ -1,3 +0,0 @@
<Project>
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
</Project>

View File

@ -1,3 +0,0 @@
<Project>
<Import Project="..\build\Server.props" />
</Project>

View File

@ -1,3 +0,0 @@
<Project>
<Import Project="..\buildMultiTargeting\Server.props" />
</Project>

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

View File

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 이 코드는 도구를 사용하여 생성되었습니다.
// 런타임 버전:4.0.30319.42000
//
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// 이러한 변경 내용이 손실됩니다.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Server")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Live")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Server")]
[assembly: System.Reflection.AssemblyTitleAttribute("Server")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// MSBuild WriteCodeFragment 클래스에서 생성되었습니다.

View File

@ -1 +0,0 @@
739f606f8e34bebada41cdd89dd8594d3c82f84f91ccf1512cafcd310540cef5

View File

@ -1,19 +0,0 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Server
build_property.RootNamespace = Server
build_property.ProjectDir = C:\Users\mskim\Git\thewar_server\Server\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 8.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = C:\Users\mskim\Git\thewar_server\Server
build_property._RazorSourceGeneratorDebug =

View File

@ -1,17 +0,0 @@
// <auto-generated/>
global using global::Microsoft.AspNetCore.Builder;
global using global::Microsoft.AspNetCore.Hosting;
global using global::Microsoft.AspNetCore.Http;
global using global::Microsoft.AspNetCore.Routing;
global using global::Microsoft.Extensions.Configuration;
global using global::Microsoft.Extensions.DependencyInjection;
global using global::Microsoft.Extensions.Hosting;
global using global::Microsoft.Extensions.Logging;
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.Net.Http.Json;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]

View File

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 이 코드는 도구를 사용하여 생성되었습니다.
// 런타임 버전:4.0.30319.42000
//
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// 이러한 변경 내용이 손실됩니다.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Server")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Server")]
[assembly: System.Reflection.AssemblyTitleAttribute("Server")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// MSBuild WriteCodeFragment 클래스에서 생성되었습니다.

View File

@ -1 +0,0 @@
de626008ab478696095f5a4f76d8453fba4715bb09e02c38b06b445dbfb1ddc9

View File

@ -1,19 +0,0 @@
is_global = true
build_property.TargetFramework = net6.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Server
build_property.RootNamespace = Server
build_property.ProjectDir = D:\my\thewar_server\Server\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 6.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = D:\my\thewar_server\Server
build_property._RazorSourceGeneratorDebug =

View File

@ -1,17 +0,0 @@
// <auto-generated/>
global using global::Microsoft.AspNetCore.Builder;
global using global::Microsoft.AspNetCore.Hosting;
global using global::Microsoft.AspNetCore.Http;
global using global::Microsoft.AspNetCore.Routing;
global using global::Microsoft.Extensions.Configuration;
global using global::Microsoft.Extensions.DependencyInjection;
global using global::Microsoft.Extensions.Hosting;
global using global::Microsoft.Extensions.Logging;
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.Net.Http.Json;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

View File

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 이 코드는 도구를 사용하여 생성되었습니다.
// 런타임 버전:4.0.30319.42000
//
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// 이러한 변경 내용이 손실됩니다.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Server")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Server")]
[assembly: System.Reflection.AssemblyTitleAttribute("Server")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// MSBuild WriteCodeFragment 클래스에서 생성되었습니다.

View File

@ -1 +0,0 @@
de626008ab478696095f5a4f76d8453fba4715bb09e02c38b06b445dbfb1ddc9

View File

@ -1,19 +0,0 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Server
build_property.RootNamespace = Server
build_property.ProjectDir = E:\git\thewar_server\Server\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 8.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = E:\git\thewar_server\Server
build_property._RazorSourceGeneratorDebug =

View File

@ -1,17 +0,0 @@
// <auto-generated/>
global using global::Microsoft.AspNetCore.Builder;
global using global::Microsoft.AspNetCore.Hosting;
global using global::Microsoft.AspNetCore.Http;
global using global::Microsoft.AspNetCore.Routing;
global using global::Microsoft.Extensions.Configuration;
global using global::Microsoft.Extensions.DependencyInjection;
global using global::Microsoft.Extensions.Hosting;
global using global::Microsoft.Extensions.Logging;
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.Net.Http.Json;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View File

@ -1,106 +0,0 @@
{
"format": 1,
"restore": {
"E:\\git\\thewar_server\\Server\\Server.csproj": {}
},
"projects": {
"E:\\git\\thewar_server\\Server\\Server.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "E:\\git\\thewar_server\\Server\\Server.csproj",
"projectName": "Server",
"projectPath": "E:\\git\\thewar_server\\Server\\Server.csproj",
"packagesPath": "C:\\Users\\acst0\\.nuget\\packages\\",
"outputPath": "E:\\git\\thewar_server\\Server\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\acst0\\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": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"Aspose.Cells": {
"target": "Package",
"version": "[23.11.0, )"
},
"LibGit2Sharp": {
"target": "Package",
"version": "[0.28.0, )"
},
"Microsoft.EntityFrameworkCore": {
"target": "Package",
"version": "[8.0.0, )"
},
"Microsoft.EntityFrameworkCore.Design": {
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
"suppressParent": "All",
"target": "Package",
"version": "[8.0.0, )"
},
"NLog": {
"target": "Package",
"version": "[5.2.6, )"
},
"Newtonsoft.Json": {
"target": "Package",
"version": "[13.0.3, )"
},
"Npgsql": {
"target": "Package",
"version": "[8.0.0, )"
},
"Npgsql.EntityFrameworkCore.PostgreSQL": {
"target": "Package",
"version": "[8.0.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.AspNetCore.App": {
"privateAssets": "none"
},
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<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\acst0\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\acst0\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\8.0.0\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\8.0.0\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.0\build\net8.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.0\build\net8.0\Microsoft.EntityFrameworkCore.Design.props')" />
<Import Project="$(NuGetPackageRoot)libgit2sharp.nativebinaries\2.0.320\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('$(NuGetPackageRoot)libgit2sharp.nativebinaries\2.0.320\build\LibGit2Sharp.NativeBinaries.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\acst0\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
</PropertyGroup>
</Project>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)system.text.json\8.0.0\buildTransitive\net6.0\System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json\8.0.0\buildTransitive\net6.0\System.Text.Json.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets')" />
</ImportGroup>
</Project>

File diff suppressed because it is too large Load Diff

View File

@ -1,59 +0,0 @@
{
"version": 2,
"dgSpecHash": "b8sGIsPOmFm+Rwd0/0UEGYWChj/J8+2SdlLOmO9+zWVt53H2pSl680f3RvxsTT6FivMYrp+01Y0YIFGdCylArQ==",
"success": true,
"projectFilePath": "E:\\git\\thewar_server\\Server\\Server.csproj",
"expectedPackageFiles": [
"C:\\Users\\acst0\\.nuget\\packages\\aspose.cells\\23.11.0\\aspose.cells.23.11.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\libgit2sharp\\0.28.0\\libgit2sharp.0.28.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\libgit2sharp.nativebinaries\\2.0.320\\libgit2sharp.nativebinaries.2.0.320.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.3\\microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.codeanalysis.common\\4.5.0\\microsoft.codeanalysis.common.4.5.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.5.0\\microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.5.0\\microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.5.0\\microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.entityframeworkcore\\8.0.0\\microsoft.entityframeworkcore.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\8.0.0\\microsoft.entityframeworkcore.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\8.0.0\\microsoft.entityframeworkcore.analyzers.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.entityframeworkcore.design\\8.0.0\\microsoft.entityframeworkcore.design.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\8.0.0\\microsoft.entityframeworkcore.relational.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.0\\microsoft.extensions.caching.memory.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.0\\microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.0\\microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.0\\microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.options\\8.0.0\\microsoft.extensions.options.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\mono.texttemplating\\2.2.1\\mono.texttemplating.2.2.1.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\nlog\\5.2.6\\nlog.5.2.6.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\npgsql\\8.0.0\\npgsql.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\npgsql.entityframeworkcore.postgresql\\8.0.0\\npgsql.entityframeworkcore.postgresql.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\skiasharp\\2.88.6\\skiasharp.2.88.6.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\skiasharp.nativeassets.macos\\2.88.6\\skiasharp.nativeassets.macos.2.88.6.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\skiasharp.nativeassets.win32\\2.88.6\\skiasharp.nativeassets.win32.2.88.6.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.codedom\\4.4.0\\system.codedom.4.4.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.collections.immutable\\6.0.0\\system.collections.immutable.6.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.composition\\6.0.0\\system.composition.6.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.composition.attributedmodel\\6.0.0\\system.composition.attributedmodel.6.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.composition.convention\\6.0.0\\system.composition.convention.6.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.composition.hosting\\6.0.0\\system.composition.hosting.6.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.composition.runtime\\6.0.0\\system.composition.runtime.6.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.composition.typedparts\\6.0.0\\system.composition.typedparts.6.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.formats.asn1\\6.0.0\\system.formats.asn1.6.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.io.pipelines\\6.0.3\\system.io.pipelines.6.0.3.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.reflection.metadata\\6.0.1\\system.reflection.metadata.6.0.1.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.security.cryptography.pkcs\\6.0.3\\system.security.cryptography.pkcs.6.0.3.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512",
"C:\\Users\\acst0\\.nuget\\packages\\system.threading.channels\\6.0.0\\system.threading.channels.6.0.0.nupkg.sha512"
],
"logs": []
}

View File

@ -1,148 +0,0 @@
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0