Initial
This commit is contained in:
67
obj/Compiler.csproj.nuget.dgspec.json
Normal file
67
obj/Compiler.csproj.nuget.dgspec.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/home/martin/Projekte/c#/Compiler/Compiler/Compiler.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/home/martin/Projekte/c#/Compiler/Compiler/Compiler.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/martin/Projekte/c#/Compiler/Compiler/Compiler.csproj",
|
||||
"projectName": "Compiler",
|
||||
"projectPath": "/home/martin/Projekte/c#/Compiler/Compiler/Compiler.csproj",
|
||||
"packagesPath": "/home/martin/.nuget/packages/",
|
||||
"outputPath": "/home/martin/Projekte/c#/Compiler/Compiler/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/martin/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"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.20, 8.0.20]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.120/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
obj/Compiler.csproj.nuget.g.props
Normal file
15
obj/Compiler.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/martin/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/martin/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/home/martin/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
2
obj/Compiler.csproj.nuget.g.targets
Normal file
2
obj/Compiler.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" />
|
||||
@ -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
obj/Debug/net8.0/Compiler.AssemblyInfo.cs
Normal file
22
obj/Debug/net8.0/Compiler.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("Compiler")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Compiler")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Compiler")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
1
obj/Debug/net8.0/Compiler.AssemblyInfoInputs.cache
Normal file
1
obj/Debug/net8.0/Compiler.AssemblyInfoInputs.cache
Normal file
@ -0,0 +1 @@
|
||||
595ce70373ddd00c09969aa302b9639c0cb84849045f0786c137462a6cbd7825
|
||||
@ -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 = Compiler
|
||||
build_property.ProjectDir = /home/martin/Projekte/c#/Compiler/Compiler/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
8
obj/Debug/net8.0/Compiler.GlobalUsings.g.cs
Normal file
8
obj/Debug/net8.0/Compiler.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
obj/Debug/net8.0/Compiler.assets.cache
Normal file
BIN
obj/Debug/net8.0/Compiler.assets.cache
Normal file
Binary file not shown.
1
obj/Debug/net8.0/Compiler.csproj.CoreCompileInputs.cache
Normal file
1
obj/Debug/net8.0/Compiler.csproj.CoreCompileInputs.cache
Normal file
@ -0,0 +1 @@
|
||||
e6875acff382b4d0405949e656b89286b801b5ee697f860245d5bfc0093ae0a1
|
||||
14
obj/Debug/net8.0/Compiler.csproj.FileListAbsolute.txt
Normal file
14
obj/Debug/net8.0/Compiler.csproj.FileListAbsolute.txt
Normal file
@ -0,0 +1,14 @@
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/bin/Debug/net8.0/Compiler
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/bin/Debug/net8.0/Compiler.deps.json
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/bin/Debug/net8.0/Compiler.runtimeconfig.json
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/bin/Debug/net8.0/Compiler.dll
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/bin/Debug/net8.0/Compiler.pdb
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/obj/Debug/net8.0/Compiler.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/obj/Debug/net8.0/Compiler.AssemblyInfoInputs.cache
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/obj/Debug/net8.0/Compiler.AssemblyInfo.cs
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/obj/Debug/net8.0/Compiler.csproj.CoreCompileInputs.cache
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/obj/Debug/net8.0/Compiler.dll
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/obj/Debug/net8.0/refint/Compiler.dll
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/obj/Debug/net8.0/Compiler.pdb
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/obj/Debug/net8.0/Compiler.genruntimeconfig.cache
|
||||
/home/martin/Projekte/c#/Compiler/Compiler/obj/Debug/net8.0/ref/Compiler.dll
|
||||
BIN
obj/Debug/net8.0/Compiler.dll
Normal file
BIN
obj/Debug/net8.0/Compiler.dll
Normal file
Binary file not shown.
1
obj/Debug/net8.0/Compiler.genruntimeconfig.cache
Normal file
1
obj/Debug/net8.0/Compiler.genruntimeconfig.cache
Normal file
@ -0,0 +1 @@
|
||||
6b5d8c2d7157f68f44a5343b0bc0f4d9b4bb672dc0df047e587bb062cfab53c4
|
||||
BIN
obj/Debug/net8.0/Compiler.pdb
Normal file
BIN
obj/Debug/net8.0/Compiler.pdb
Normal file
Binary file not shown.
BIN
obj/Debug/net8.0/apphost
Executable file
BIN
obj/Debug/net8.0/apphost
Executable file
Binary file not shown.
BIN
obj/Debug/net8.0/ref/Compiler.dll
Normal file
BIN
obj/Debug/net8.0/ref/Compiler.dll
Normal file
Binary file not shown.
BIN
obj/Debug/net8.0/refint/Compiler.dll
Normal file
BIN
obj/Debug/net8.0/refint/Compiler.dll
Normal file
Binary file not shown.
72
obj/project.assets.json
Normal file
72
obj/project.assets.json
Normal file
@ -0,0 +1,72 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net8.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net8.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"/home/martin/.nuget/packages/": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/martin/Projekte/c#/Compiler/Compiler/Compiler.csproj",
|
||||
"projectName": "Compiler",
|
||||
"projectPath": "/home/martin/Projekte/c#/Compiler/Compiler/Compiler.csproj",
|
||||
"packagesPath": "/home/martin/.nuget/packages/",
|
||||
"outputPath": "/home/martin/Projekte/c#/Compiler/Compiler/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/martin/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"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.20, 8.0.20]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.120/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
10
obj/project.nuget.cache
Normal file
10
obj/project.nuget.cache
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "KIcVXcbXzuWQqdDXRD6T4jld1MppHDYJAAqZWyhE3TCjsZCWQHOYop3xnJIkOLAx4BWQhE7dCbfzWKvC3EIHVA==",
|
||||
"success": true,
|
||||
"projectFilePath": "/home/martin/Projekte/c#/Compiler/Compiler/Compiler.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"/home/martin/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.20/microsoft.aspnetcore.app.ref.8.0.20.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
||||
Reference in New Issue
Block a user