sraer Emne 3 c#
This commit is contained in:
parent
0d48ecd36c
commit
1e66eb74ff
30 changed files with 322 additions and 2 deletions
|
@ -0,0 +1,4 @@
|
|||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
|
BIN
Emne 3/test/obj/Debug/net6.0/apphost
Executable file
BIN
Emne 3/test/obj/Debug/net6.0/apphost
Executable file
Binary file not shown.
BIN
Emne 3/test/obj/Debug/net6.0/ref/test.dll
Normal file
BIN
Emne 3/test/obj/Debug/net6.0/ref/test.dll
Normal file
Binary file not shown.
BIN
Emne 3/test/obj/Debug/net6.0/refint/test.dll
Normal file
BIN
Emne 3/test/obj/Debug/net6.0/refint/test.dll
Normal file
Binary file not shown.
22
Emne 3/test/obj/Debug/net6.0/test.AssemblyInfo.cs
Normal file
22
Emne 3/test/obj/Debug/net6.0/test.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("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.
|
||||
|
|
@ -0,0 +1 @@
|
|||
fa1090383c7e9468c712b99ada208132ba266a2c4ee621946e799a1f8a8ef25e
|
|
@ -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 =
|
8
Emne 3/test/obj/Debug/net6.0/test.GlobalUsings.g.cs
Normal file
8
Emne 3/test/obj/Debug/net6.0/test.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
Emne 3/test/obj/Debug/net6.0/test.assets.cache
Normal file
BIN
Emne 3/test/obj/Debug/net6.0/test.assets.cache
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
efee7a292436d1551f7324d4cb434e20ebd4961bf658768cef30abef989affa8
|
|
@ -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
|
BIN
Emne 3/test/obj/Debug/net6.0/test.dll
Normal file
BIN
Emne 3/test/obj/Debug/net6.0/test.dll
Normal file
Binary file not shown.
1
Emne 3/test/obj/Debug/net6.0/test.genruntimeconfig.cache
Normal file
1
Emne 3/test/obj/Debug/net6.0/test.genruntimeconfig.cache
Normal file
|
@ -0,0 +1 @@
|
|||
0aeb3fc94929053dd3e8a02fe7483ffd8e9599b88c7b8f3dafb2aeff4770ae76
|
BIN
Emne 3/test/obj/Debug/net6.0/test.pdb
Normal file
BIN
Emne 3/test/obj/Debug/net6.0/test.pdb
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue