This commit is contained in:
Lukáš Kaňka
2023-08-23 08:47:27 +02:00
parent 14d46cad1c
commit 315b2d1fb8
285 changed files with 5659 additions and 96 deletions

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.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("MyTestProject")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("MyTestProject")]
[assembly: System.Reflection.AssemblyTitleAttribute("MyTestProject")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Vygenerované třídou WriteCodeFragment nástroje MSBuild

View File

@ -0,0 +1 @@
fe44801fe2a412ba3033dcc2d5f6ab7a7ad1c43c

View File

@ -0,0 +1,11 @@
is_global = true
build_property.TargetFramework = net7.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 = MyTestProject
build_property.ProjectDir = C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\

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 @@
d88551ee07dfb06b1ff27f00a99996ab9a9e52b8

View File

@ -0,0 +1,107 @@
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\testhost.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\testhost.exe
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.TestPlatform.AdapterUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\selenium-manager\linux\selenium-manager
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\selenium-manager\macos\selenium-manager
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\selenium-manager\windows\selenium-manager.exe
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.AdapterUtilities.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\MyTestProject.deps.json
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\MyTestProject.runtimeconfig.json
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\MyTestProject.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\MyTestProject.pdb
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.CoreUtilities.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.PlatformAbstractions.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.CommunicationUtilities.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.CrossPlatEngine.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.TestPlatform.Utilities.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.Common.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Newtonsoft.Json.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\NuGet.Frameworks.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\WebDriver.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.csproj.AssemblyReference.cache
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.AssemblyInfoInputs.cache
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.AssemblyInfo.cs
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.csproj.CoreCompileInputs.cache
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.csproj.CopyComplete
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\refint\MyTestProject.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.pdb
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\MyTestProject.genruntimeconfig.cache
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_VSCode\MyTestProject\obj\Debug\net7.0\ref\MyTestProject.dll

View File

@ -0,0 +1 @@
0b4cb3e5a1de9575cf7c9569c1d24cd6364dd8e8