sraer Emne 3 c#

This commit is contained in:
Geir Okkenhaug Jerstad 2024-11-12 18:58:11 +01:00
parent 0d48ecd36c
commit 1e66eb74ff
30 changed files with 322 additions and 2 deletions

View file

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

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("test")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0d48ecd36c784dc17779f6ea5d2c2ee92229f638")]
[assembly: System.Reflection.AssemblyProductAttribute("test")]
[assembly: System.Reflection.AssemblyTitleAttribute("test")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View file

@ -0,0 +1 @@
fa1090383c7e9468c712b99ada208132ba266a2c4ee621946e799a1f8a8ef25e

View file

@ -0,0 +1,15 @@
is_global = true
build_property.TargetFramework = net6.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 = test
build_property.ProjectDir = /home/geir/code/startit/Emne 3/test/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 6.0
build_property.EnableCodeStyleSeverity =

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;

Binary file not shown.

View file

@ -0,0 +1 @@
efee7a292436d1551f7324d4cb434e20ebd4961bf658768cef30abef989affa8

View file

@ -0,0 +1,14 @@
/home/geir/code/startit/Emne 3/test/bin/Debug/net6.0/test
/home/geir/code/startit/Emne 3/test/bin/Debug/net6.0/test.deps.json
/home/geir/code/startit/Emne 3/test/bin/Debug/net6.0/test.runtimeconfig.json
/home/geir/code/startit/Emne 3/test/bin/Debug/net6.0/test.dll
/home/geir/code/startit/Emne 3/test/bin/Debug/net6.0/test.pdb
/home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/test.GeneratedMSBuildEditorConfig.editorconfig
/home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/test.AssemblyInfoInputs.cache
/home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/test.AssemblyInfo.cs
/home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/test.csproj.CoreCompileInputs.cache
/home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/test.dll
/home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/refint/test.dll
/home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/test.pdb
/home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/test.genruntimeconfig.cache
/home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/ref/test.dll

Binary file not shown.

View file

@ -0,0 +1 @@
0aeb3fc94929053dd3e8a02fe7483ffd8e9599b88c7b8f3dafb2aeff4770ae76

Binary file not shown.