Initialize C# project structure for 'woordenboek' with .NET 9.0 framework

This commit is contained in:
vista-man
2025-01-27 21:23:00 +01:00
parent aa5e80f9e3
commit ca3a62d774
79 changed files with 2779 additions and 0 deletions

View File

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

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

View File

@@ -0,0 +1 @@
e4f8883c4202ff1b204bbbdeb29eea4e105bc165827af40c105bf8434a0276a8

View File

@@ -0,0 +1,15 @@
is_global = true
build_property.TargetFramework = net9.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 = woordenboek
build_property.ProjectDir = C:\Users\steen\Desktop\Alvin\ict-algemeen-opdrachten\Csharp\woordenboek\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 9.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;

View File

@@ -0,0 +1 @@
74bd7d7664beaf51b3753d0670fecb3a604072c11b08496aaafaab13a6cac0cd

View File

@@ -0,0 +1,5 @@
C:\Users\steen\Desktop\Alvin\ict-algemeen-opdrachten\Csharp\woordenboek\obj\Debug\net9.0\woordenboek.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\steen\Desktop\Alvin\ict-algemeen-opdrachten\Csharp\woordenboek\obj\Debug\net9.0\woordenboek.AssemblyInfoInputs.cache
C:\Users\steen\Desktop\Alvin\ict-algemeen-opdrachten\Csharp\woordenboek\obj\Debug\net9.0\woordenboek.AssemblyInfo.cs
C:\Users\steen\Desktop\Alvin\ict-algemeen-opdrachten\Csharp\woordenboek\obj\Debug\net9.0\woordenboek.csproj.CoreCompileInputs.cache
C:\Users\steen\Desktop\Alvin\ict-algemeen-opdrachten\Csharp\woordenboek\obj\Debug\net9.0\woordenboek.sourcelink.json

View File

@@ -0,0 +1 @@
{"documents":{"C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\*":"https://raw.githubusercontent.com/Alvin-Zilverstand/ict-algemeen-opdrachten/aa5e80f9e3910a71e1746d19afcc838a78abfd1d/*"}}