Add simulation project scaffold
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@@ -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("SideScrollerGame.Sim.Tests")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4c4089a57b0f04a3ddf2e14a113984c00c33f4fc")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SideScrollerGame.Sim.Tests")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SideScrollerGame.Sim.Tests")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
a8e39e9ec7246f03f9ff858c1de052ea90805aa24fa2521da495f2fb0d988fb5
|
||||
@@ -0,0 +1,17 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v8.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 = SideScrollerGame.Sim.Tests
|
||||
build_property.ProjectDir = D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,9 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Net.Http;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
global using Xunit;
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
a78d3b0ea77238edbe83feee76bc2b843e4b94194a9d0408fac2fb6f5b44e463
|
||||
@@ -0,0 +1,102 @@
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\CoverletSourceRootsMapping_SideScrollerGame.Sim.Tests
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\obj\Debug\net8.0\SideScrollerGame.Sim.Tests.csproj.AssemblyReference.cache
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\obj\Debug\net8.0\SideScrollerGame.Sim.Tests.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\obj\Debug\net8.0\SideScrollerGame.Sim.Tests.AssemblyInfoInputs.cache
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\obj\Debug\net8.0\SideScrollerGame.Sim.Tests.AssemblyInfo.cs
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\obj\Debug\net8.0\SideScrollerGame.Sim.Tests.csproj.CoreCompileInputs.cache
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\obj\Debug\net8.0\SideScrollerGame.Sim.Tests.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\obj\Debug\net8.0\refint\SideScrollerGame.Sim.Tests.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\obj\Debug\net8.0\SideScrollerGame.Sim.Tests.pdb
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\testhost.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\testhost.exe
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\xunit.runner.visualstudio.dotnetcore.testadapter.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\xunit.runner.reporters.netcoreapp10.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\xunit.runner.utility.netcoreapp10.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\SideScrollerGame.Sim.Tests.deps.json
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\SideScrollerGame.Sim.Tests.runtimeconfig.json
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\SideScrollerGame.Sim.Tests.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\SideScrollerGame.Sim.Tests.pdb
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.CoreUtilities.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.PlatformAbstractions.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.CommunicationUtilities.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.CrossPlatEngine.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.Utilities.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.Common.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\Newtonsoft.Json.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\NuGet.Frameworks.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\xunit.abstractions.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\xunit.assert.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\xunit.core.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\xunit.execution.dotnet.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\SideScrollerGame.Sim.dll
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\bin\Debug\net8.0\SideScrollerGame.Sim.pdb
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\obj\Debug\net8.0\SideScro.3F4C54DB.Up2Date
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\obj\Debug\net8.0\SideScrollerGame.Sim.Tests.genruntimeconfig.cache
|
||||
D:\Code\SideScrollerGame\tests\SideScrollerGame.Sim.Tests\obj\Debug\net8.0\ref\SideScrollerGame.Sim.Tests.dll
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
d958f2f69ff8b659c40fe475651f1ff38cdd23cade1a55fda7fe9c9bb93e11df
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user