Archived
Private
Public Access
1
0

Initial commit

This commit is contained in:
2022-09-04 12:45:01 +02:00
commit f4a01d6a69
11601 changed files with 4206660 additions and 0 deletions

View File

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

View 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("EngineTester")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("EngineTester")]
[assembly: System.Reflection.AssemblyTitleAttribute("EngineTester")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
a2b065fcbdcc4650ab91de8429060b8b73bdc329

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = EngineTester
build_property.ProjectDir = D:\Programmierstuff\C#\GLEngine\EngineTester\

View 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;

View File

@@ -0,0 +1 @@
e38591d4e0684448673b8b7c8fa003712fd1185e

View File

@@ -0,0 +1,30 @@
D:\Programmierstuff\C#\GLEngine\EngineTester\obj\Debug\net5.0\EngineTester.csproj.AssemblyReference.cache
D:\Programmierstuff\C#\GLEngine\EngineTester\obj\Debug\net5.0\EngineTester.GeneratedMSBuildEditorConfig.editorconfig
D:\Programmierstuff\C#\GLEngine\EngineTester\obj\Debug\net5.0\EngineTester.AssemblyInfoInputs.cache
D:\Programmierstuff\C#\GLEngine\EngineTester\obj\Debug\net5.0\EngineTester.AssemblyInfo.cs
D:\Programmierstuff\C#\GLEngine\EngineTester\obj\Debug\net5.0\EngineTester.csproj.CoreCompileInputs.cache
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\EngineTester.exe
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\EngineTester.deps.json
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\EngineTester.runtimeconfig.json
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\EngineTester.runtimeconfig.dev.json
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\EngineTester.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\EngineTester.pdb
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\StbiSharp.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\runtimes\linux-x64\native\libstbi.so
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\runtimes\osx-x64\native\libstbi.dylib
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\runtimes\win-x64\native\stbi.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\runtimes\win-x64\native\stbi.lib
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\GLEngine.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\GLFW.NET.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\GLEngine.pdb
D:\Programmierstuff\C#\GLEngine\EngineTester\obj\Debug\net5.0\EngineTester.csproj.CopyComplete
D:\Programmierstuff\C#\GLEngine\EngineTester\obj\Debug\net5.0\EngineTester.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\obj\Debug\net5.0\refint\EngineTester.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\obj\Debug\net5.0\EngineTester.pdb
D:\Programmierstuff\C#\GLEngine\EngineTester\obj\Debug\net5.0\EngineTester.genruntimeconfig.cache
D:\Programmierstuff\C#\GLEngine\EngineTester\obj\Debug\net5.0\ref\EngineTester.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\Microsoft.Win32.SystemEvents.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\System.Drawing.Common.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\runtimes\unix\lib\netcoreapp3.1\System.Drawing.Common.dll
D:\Programmierstuff\C#\GLEngine\EngineTester\bin\Debug\net5.0\runtimes\win\lib\netcoreapp3.1\System.Drawing.Common.dll

View File

@@ -0,0 +1 @@
ad96a66d967d27f5a17efbb4a8848c40e161f575

Binary file not shown.

View File

@@ -0,0 +1,138 @@
{
"format": 1,
"restore": {
"D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\EngineTester.csproj": {}
},
"projects": {
"D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\EngineTester.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\EngineTester.csproj",
"projectName": "EngineTester",
"projectPath": "D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\EngineTester.csproj",
"packagesPath": "C:\\Users\\leon\\.nuget\\packages\\",
"outputPath": "D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\leon\\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": [
"net5.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"projectReferences": {
"D:\\Programmierstuff\\C#\\GLEngine\\GLEngine\\GLEngine.csproj": {
"projectPath": "D:\\Programmierstuff\\C#\\GLEngine\\GLEngine\\GLEngine.csproj"
}
}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.301\\RuntimeIdentifierGraph.json"
}
}
},
"D:\\Programmierstuff\\C#\\GLEngine\\GLEngine\\GLEngine.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Programmierstuff\\C#\\GLEngine\\GLEngine\\GLEngine.csproj",
"projectName": "GLEngine",
"projectPath": "D:\\Programmierstuff\\C#\\GLEngine\\GLEngine\\GLEngine.csproj",
"packagesPath": "C:\\Users\\leon\\.nuget\\packages\\",
"outputPath": "D:\\Programmierstuff\\C#\\GLEngine\\GLEngine\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\leon\\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": [
"net5.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"dependencies": {
"StbiSharp": {
"target": "Package",
"version": "[1.2.1, )"
},
"System.Drawing.Common": {
"target": "Package",
"version": "[6.0.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.301\\RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,16 @@
<?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\leon\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.2.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\leon\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>

View 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" />

View File

@@ -0,0 +1,256 @@
{
"version": 3,
"targets": {
"net5.0": {
"Microsoft.Win32.SystemEvents/6.0.0": {
"type": "package",
"compile": {
"lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll": {}
},
"runtime": {
"lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll": {}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"StbiSharp/1.2.1": {
"type": "package",
"compile": {
"lib/netcoreapp3.0/StbiSharp.dll": {}
},
"runtime": {
"lib/netcoreapp3.0/StbiSharp.dll": {}
},
"runtimeTargets": {
"runtimes/linux-x64/native/libstbi.so": {
"assetType": "native",
"rid": "linux-x64"
},
"runtimes/osx-x64/native/libstbi.dylib": {
"assetType": "native",
"rid": "osx-x64"
},
"runtimes/win-x64/native/stbi.dll": {
"assetType": "native",
"rid": "win-x64"
},
"runtimes/win-x64/native/stbi.lib": {
"assetType": "native",
"rid": "win-x64"
}
}
},
"System.Drawing.Common/6.0.0": {
"type": "package",
"dependencies": {
"Microsoft.Win32.SystemEvents": "6.0.0"
},
"compile": {
"lib/netcoreapp3.1/System.Drawing.Common.dll": {}
},
"runtime": {
"lib/netcoreapp3.1/System.Drawing.Common.dll": {}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"GLEngine/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v5.0",
"dependencies": {
"StbiSharp": "1.2.1",
"System.Drawing.Common": "6.0.0"
},
"compile": {
"bin/placeholder/GLEngine.dll": {}
},
"runtime": {
"bin/placeholder/GLEngine.dll": {}
}
}
}
},
"libraries": {
"Microsoft.Win32.SystemEvents/6.0.0": {
"sha512": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
"type": "package",
"path": "microsoft.win32.systemevents/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/Microsoft.Win32.SystemEvents.dll",
"lib/net461/Microsoft.Win32.SystemEvents.xml",
"lib/net6.0/Microsoft.Win32.SystemEvents.dll",
"lib/net6.0/Microsoft.Win32.SystemEvents.xml",
"lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
"lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
"microsoft.win32.systemevents.6.0.0.nupkg.sha512",
"microsoft.win32.systemevents.nuspec",
"runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll",
"runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml",
"runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
"runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
"useSharedDesignerContext.txt"
]
},
"StbiSharp/1.2.1": {
"sha512": "jbi94g3UDVAC3vH6jKZmmADH4Z6tGqbcdlyGhT/WZN9UE8OjjvpGFE5zF+UCSmIdya6iJ+Zo5VvxdQywSKN0Uw==",
"type": "package",
"path": "stbisharp/1.2.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.txt",
"lib/netcoreapp2.0/StbiSharp.dll",
"lib/netcoreapp3.0/StbiSharp.dll",
"lib/netstandard2.0/StbiSharp.dll",
"runtimes/linux-x64/native/libstbi.so",
"runtimes/osx-x64/native/libstbi.dylib",
"runtimes/win-x64/native/stbi.dll",
"runtimes/win-x64/native/stbi.lib",
"stbisharp.1.2.1.nupkg.sha512",
"stbisharp.nuspec"
]
},
"System.Drawing.Common/6.0.0": {
"sha512": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
"type": "package",
"path": "system.drawing.common/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/System.Drawing.Common.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.Drawing.Common.dll",
"lib/net461/System.Drawing.Common.xml",
"lib/net6.0/System.Drawing.Common.dll",
"lib/net6.0/System.Drawing.Common.xml",
"lib/netcoreapp3.1/System.Drawing.Common.dll",
"lib/netcoreapp3.1/System.Drawing.Common.xml",
"lib/netstandard2.0/System.Drawing.Common.dll",
"lib/netstandard2.0/System.Drawing.Common.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"runtimes/unix/lib/net6.0/System.Drawing.Common.dll",
"runtimes/unix/lib/net6.0/System.Drawing.Common.xml",
"runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll",
"runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.xml",
"runtimes/win/lib/net6.0/System.Drawing.Common.dll",
"runtimes/win/lib/net6.0/System.Drawing.Common.xml",
"runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll",
"runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.xml",
"system.drawing.common.6.0.0.nupkg.sha512",
"system.drawing.common.nuspec",
"useSharedDesignerContext.txt"
]
},
"GLEngine/1.0.0": {
"type": "project",
"path": "../GLEngine/GLEngine.csproj",
"msbuildProject": "../GLEngine/GLEngine.csproj"
}
},
"projectFileDependencyGroups": {
"net5.0": [
"GLEngine >= 1.0.0"
]
},
"packageFolders": {
"C:\\Users\\leon\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\EngineTester.csproj",
"projectName": "EngineTester",
"projectPath": "D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\EngineTester.csproj",
"packagesPath": "C:\\Users\\leon\\.nuget\\packages\\",
"outputPath": "D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\leon\\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": [
"net5.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"projectReferences": {
"D:\\Programmierstuff\\C#\\GLEngine\\GLEngine\\GLEngine.csproj": {
"projectPath": "D:\\Programmierstuff\\C#\\GLEngine\\GLEngine\\GLEngine.csproj"
}
}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.301\\RuntimeIdentifierGraph.json"
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"version": 2,
"dgSpecHash": "ZNtO/KpyUzATBlbzlwhPu5nA8ZSiyU5tn5v5navOz32SpN0JEgy4maW/YA6xYKOvhLGEbPiy1dexdQaWI7SppQ==",
"success": true,
"projectFilePath": "D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\EngineTester.csproj",
"expectedPackageFiles": [
"C:\\Users\\leon\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\stbisharp\\1.2.1\\stbisharp.1.2.1.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512"
],
"logs": []
}

View File

@@ -0,0 +1 @@
"restore":{"projectUniqueName":"D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\EngineTester.csproj","projectName":"EngineTester","projectPath":"D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\EngineTester.csproj","outputPath":"D:\\Programmierstuff\\C#\\GLEngine\\EngineTester\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net5.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{"D:\\Programmierstuff\\C#\\GLEngine\\GLEngine\\GLEngine.csproj":{"projectPath":"D:\\Programmierstuff\\C#\\GLEngine\\GLEngine\\GLEngine.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.301\\RuntimeIdentifierGraph.json"}}

View File

@@ -0,0 +1 @@
16557194729526870