初始化项目
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
|
||||
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("cursorTokenLogin")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.1.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.1")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("cursorTokenLogin")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("cursorTokenLogin")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.1.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
15ecedfdac71018af51e8424404f4c4d265790d9c807d90e42745e9ac0ebe6f7
|
||||
Binary file not shown.
+24
@@ -0,0 +1,24 @@
|
||||
is_global = true
|
||||
build_property.ApplicationManifest =
|
||||
build_property.StartupObject =
|
||||
build_property.ApplicationDefaultFont =
|
||||
build_property.ApplicationHighDpiMode =
|
||||
build_property.ApplicationUseCompatibleTextRendering =
|
||||
build_property.ApplicationVisualStyles =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
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 = cursorTokenLogin
|
||||
build_property.ProjectDir = E:\Demos\DemoOwns\C\cursorTokenLogin\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,10 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Drawing;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Net.Http;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
global using System.Windows.Forms;
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
b4dac3ea36837da6aa6da177993972f3d2b35cb7e2ae11a2dc154511fbfde471
|
||||
@@ -0,0 +1,26 @@
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\cursorTokenLogin.exe
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\cursorTokenLogin.deps.json
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\cursorTokenLogin.runtimeconfig.json
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\cursorTokenLogin.dll
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\cursorTokenLogin.pdb
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\cursorTokenLogin.Form1.resources
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\cursorTokenLogin.csproj.GenerateResource.cache
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\cursorTokenLogin.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\cursorTokenLogin.AssemblyInfoInputs.cache
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\cursorTokenLogin.AssemblyInfo.cs
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\cursorTokenLogin.csproj.CoreCompileInputs.cache
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\cursorTokenLogin.dll
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\refint\cursorTokenLogin.dll
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\cursorTokenLogin.pdb
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\cursorTokenLogin.genruntimeconfig.cache
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\ref\cursorTokenLogin.dll
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\AntdUI.dll
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\cursorTokenLogin.csproj.AssemblyReference.cache
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\obj\x64\Debug\net10.0-windows\cursorTo.42D900AD.Up2Date
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\System.Management.dll
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\runtimes\win\lib\net10.0\System.Management.dll
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\FontAwesome.Sharp.dll
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\assets\imgs\logo.ico
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\assets\imgs\logo.png
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\assets\imgs\wx.jpg
|
||||
E:\Demos\DemoOwns\C\cursorTokenLogin\bin\x64\Debug\net10.0-windows\assets\imgs\zfb.jpg
|
||||
Binary file not shown.
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v10.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v10.0": {
|
||||
"AntdUI/2.3.9": {
|
||||
"runtime": {
|
||||
"lib/net10.0-windows7.0/AntdUI.dll": {
|
||||
"assemblyVersion": "2.3.9.0",
|
||||
"fileVersion": "2.3.9.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FontAwesome.Sharp/6.6.0": {
|
||||
"runtime": {
|
||||
"lib/net8.0-windows7.0/FontAwesome.Sharp.dll": {
|
||||
"assemblyVersion": "6.6.0.0",
|
||||
"fileVersion": "6.6.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Management/10.0.6": {
|
||||
"runtime": {
|
||||
"lib/net10.0/System.Management.dll": {
|
||||
"assemblyVersion": "10.0.0.6",
|
||||
"fileVersion": "10.0.626.17701"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win/lib/net10.0/System.Management.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "10.0.0.6",
|
||||
"fileVersion": "10.0.626.17701"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"AntdUI/2.3.9": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-oh2ssOVZGQZNTeRBb/lMwmkzDFjXNGz5COMClRED4202tU2NqyyTbtJzoKu/RhCcdo7YNedM5NzaTHnsW2rbqA==",
|
||||
"path": "antdui/2.3.9",
|
||||
"hashPath": "antdui.2.3.9.nupkg.sha512"
|
||||
},
|
||||
"FontAwesome.Sharp/6.6.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-bJCb2x73UC1nD9+9iMLaUy6Ujf9Pf+buL6FHwVnaoDYT4CQNLazz59hO5gQ0+SMSW0G+ZXmjjShOYr3Jn2UZiw==",
|
||||
"path": "fontawesome.sharp/6.6.0",
|
||||
"hashPath": "fontawesome.sharp.6.6.0.nupkg.sha512"
|
||||
},
|
||||
"System.Management/10.0.6": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Tk/SyPDi0CbRrB23mUzPL4DHBBUFeF83OxfvvwyY3c4rPlhWtJXn/n3okXwdkPbh6RTC5HZjMCROBRoDZ45fOw==",
|
||||
"path": "system.management/10.0.6",
|
||||
"hashPath": "system.management.10.0.6.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net10.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "10.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "10.0.0"
|
||||
}
|
||||
],
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\heros\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\heros\\.nuget\\packages",
|
||||
"D:\\Softwares\\Microsoft\\VisualStudio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
|
||||
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false,
|
||||
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
7ac7b32b7426633b33236bcaed5d85a06187051bdaff86bcc881a58c59577bb4
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user