Init
This commit is contained in:
2
SzCli/Program.cs
Normal file
2
SzCli/Program.cs
Normal file
@@ -0,0 +1,2 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
Console.WriteLine("Hello, World!");
|
||||
14
SzCli/SzCli.csproj
Normal file
14
SzCli/SzCli.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\SzLib\SzLib.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
BIN
SzCli/bin/Debug/net8.0/SzCli
Executable file
BIN
SzCli/bin/Debug/net8.0/SzCli
Executable file
Binary file not shown.
23
SzCli/bin/Debug/net8.0/SzCli.deps.json
Normal file
23
SzCli/bin/Debug/net8.0/SzCli.deps.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"SzCli/1.0.0": {
|
||||
"runtime": {
|
||||
"SzCli.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"SzCli/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
SzCli/bin/Debug/net8.0/SzCli.dll
Normal file
BIN
SzCli/bin/Debug/net8.0/SzCli.dll
Normal file
Binary file not shown.
BIN
SzCli/bin/Debug/net8.0/SzCli.pdb
Normal file
BIN
SzCli/bin/Debug/net8.0/SzCli.pdb
Normal file
Binary file not shown.
12
SzCli/bin/Debug/net8.0/SzCli.runtimeconfig.json
Normal file
12
SzCli/bin/Debug/net8.0/SzCli.runtimeconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")]
|
||||
22
SzCli/obj/Debug/net8.0/SzCli.AssemblyInfo.cs
Normal file
22
SzCli/obj/Debug/net8.0/SzCli.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("SzCli")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SzCli")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SzCli")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
1
SzCli/obj/Debug/net8.0/SzCli.AssemblyInfoInputs.cache
Normal file
1
SzCli/obj/Debug/net8.0/SzCli.AssemblyInfoInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
afe5c40efd4716643682615343a5156aa629cadf7e8a019aed8de227767d5d14
|
||||
@@ -0,0 +1,13 @@
|
||||
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 = SzCli
|
||||
build_property.ProjectDir = /data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
8
SzCli/obj/Debug/net8.0/SzCli.GlobalUsings.g.cs
Normal file
8
SzCli/obj/Debug/net8.0/SzCli.GlobalUsings.g.cs
Normal file
@@ -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
SzCli/obj/Debug/net8.0/SzCli.assets.cache
Normal file
BIN
SzCli/obj/Debug/net8.0/SzCli.assets.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
dab4a57a9d611670fdf1cc3846137771063d76dab36e53cb6b65f70229653bb2
|
||||
14
SzCli/obj/Debug/net8.0/SzCli.csproj.FileListAbsolute.txt
Normal file
14
SzCli/obj/Debug/net8.0/SzCli.csproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/bin/Debug/net8.0/SzCli
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/bin/Debug/net8.0/SzCli.deps.json
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/bin/Debug/net8.0/SzCli.runtimeconfig.json
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/bin/Debug/net8.0/SzCli.dll
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/bin/Debug/net8.0/SzCli.pdb
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/obj/Debug/net8.0/SzCli.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/obj/Debug/net8.0/SzCli.AssemblyInfoInputs.cache
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/obj/Debug/net8.0/SzCli.AssemblyInfo.cs
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/obj/Debug/net8.0/SzCli.csproj.CoreCompileInputs.cache
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/obj/Debug/net8.0/SzCli.dll
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/obj/Debug/net8.0/refint/SzCli.dll
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/obj/Debug/net8.0/SzCli.pdb
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/obj/Debug/net8.0/SzCli.genruntimeconfig.cache
|
||||
/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/obj/Debug/net8.0/ref/SzCli.dll
|
||||
BIN
SzCli/obj/Debug/net8.0/SzCli.dll
Normal file
BIN
SzCli/obj/Debug/net8.0/SzCli.dll
Normal file
Binary file not shown.
1
SzCli/obj/Debug/net8.0/SzCli.genruntimeconfig.cache
Normal file
1
SzCli/obj/Debug/net8.0/SzCli.genruntimeconfig.cache
Normal file
@@ -0,0 +1 @@
|
||||
b8727a6ae593e7f5a29f341947d40380ff342eabe79f877cbe12242927c6d5e5
|
||||
BIN
SzCli/obj/Debug/net8.0/SzCli.pdb
Normal file
BIN
SzCli/obj/Debug/net8.0/SzCli.pdb
Normal file
Binary file not shown.
BIN
SzCli/obj/Debug/net8.0/apphost
Executable file
BIN
SzCli/obj/Debug/net8.0/apphost
Executable file
Binary file not shown.
BIN
SzCli/obj/Debug/net8.0/ref/SzCli.dll
Normal file
BIN
SzCli/obj/Debug/net8.0/ref/SzCli.dll
Normal file
Binary file not shown.
BIN
SzCli/obj/Debug/net8.0/refint/SzCli.dll
Normal file
BIN
SzCli/obj/Debug/net8.0/refint/SzCli.dll
Normal file
Binary file not shown.
73
SzCli/obj/SzCli.csproj.nuget.dgspec.json
Normal file
73
SzCli/obj/SzCli.csproj.nuget.dgspec.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/SzCli.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/SzCli.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/SzCli.csproj",
|
||||
"projectName": "SzCli",
|
||||
"projectPath": "/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/SzCli.csproj",
|
||||
"packagesPath": "/home/chris/.nuget/packages/",
|
||||
"outputPath": "/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/chris/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"/usr/share/dotnet/library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App.Ref",
|
||||
"version": "[8.0.22, 8.0.22]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.416/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
SzCli/obj/SzCli.csproj.nuget.g.props
Normal file
15
SzCli/obj/SzCli.csproj.nuget.g.props
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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)' == '' ">/home/chris/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/chris/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.11.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/home/chris/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
2
SzCli/obj/SzCli.csproj.nuget.g.targets
Normal file
2
SzCli/obj/SzCli.csproj.nuget.g.targets
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
78
SzCli/obj/project.assets.json
Normal file
78
SzCli/obj/project.assets.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net8.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net8.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"/home/chris/.nuget/packages/": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/SzCli.csproj",
|
||||
"projectName": "SzCli",
|
||||
"projectPath": "/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/SzCli.csproj",
|
||||
"packagesPath": "/home/chris/.nuget/packages/",
|
||||
"outputPath": "/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/chris/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"/usr/share/dotnet/library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App.Ref",
|
||||
"version": "[8.0.22, 8.0.22]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.416/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
10
SzCli/obj/project.nuget.cache
Normal file
10
SzCli/obj/project.nuget.cache
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "TzQuaOcUYSs=",
|
||||
"success": true,
|
||||
"projectFilePath": "/data/Projects/bellsworne/sessionzero/SessionZeroCS/SessionZero/SzCli/SzCli.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"/home/chris/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.22/microsoft.aspnetcore.app.ref.8.0.22.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
||||
Reference in New Issue
Block a user