diff --git a/Sources/Console/Program.cs b/Sources/Console/Program.cs deleted file mode 100644 index fab7381..0000000 --- a/Sources/Console/Program.cs +++ /dev/null @@ -1,3 +0,0 @@ -using namespace Models; - -Game game = new Game(); \ No newline at end of file diff --git a/Sources/Console/TestsConsole.csproj b/Sources/Console/TestsConsole.csproj deleted file mode 100644 index d439800..0000000 --- a/Sources/Console/TestsConsole.csproj +++ /dev/null @@ -1,10 +0,0 @@ - - - - Exe - net7.0 - enable - enable - - - diff --git a/Sources/TestConsole/Program.cs b/Sources/TestConsole/Program.cs deleted file mode 100644 index 0028d25..0000000 --- a/Sources/TestConsole/Program.cs +++ /dev/null @@ -1,4 +0,0 @@ -namespace TestConsole -{ - Game game = new Game(); -} \ No newline at end of file diff --git a/Sources/TestConsole/TestConsole.csproj b/Sources/TestConsole/TestConsole.csproj deleted file mode 100644 index 40c60dd..0000000 --- a/Sources/TestConsole/TestConsole.csproj +++ /dev/null @@ -1,10 +0,0 @@ - - - - Exe - net6.0 - enable - enable - - - diff --git a/Sources/TestProject1/UnitTest1.cs b/Sources/TestProject1/UnitTest1.cs index e6c1847..6c73871 100644 --- a/Sources/TestProject1/UnitTest1.cs +++ b/Sources/TestProject1/UnitTest1.cs @@ -9,7 +9,7 @@ namespace Test { string[] tags = { "1", "2", "3" }; Game game = new("Elden Ring", "C'est un jeu vraiment cool !", 2022, tags); - + Console.WriteLine("coucou"); } } } \ No newline at end of file diff --git a/Sources/UnitTestProject1/Properties/AssemblyInfo.cs b/Sources/UnitTestProject1/Properties/AssemblyInfo.cs deleted file mode 100644 index 3c8e078..0000000 --- a/Sources/UnitTestProject1/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("UnitTestProject1")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("workgroup")] -[assembly: AssemblyProduct("UnitTestProject1")] -[assembly: AssemblyCopyright("Copyright © workgroup 2023")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -[assembly: ComVisible(false)] - -[assembly: Guid("ac41933b-9f30-4d1e-ad83-0e4f0946e21b")] - -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Sources/UnitTestProject1/UnitTest1.cs b/Sources/UnitTestProject1/UnitTest1.cs deleted file mode 100644 index c6faeaf..0000000 --- a/Sources/UnitTestProject1/UnitTest1.cs +++ /dev/null @@ -1,15 +0,0 @@ -using Microsoft.VisualStudio.TestTools.UnitTesting; -using System; - -namespace UnitTestProject1 -{ - [TestClass] - public class UnitTest1 - { - [TestMethod] - public void TestMethod1() - { - - } - } -} diff --git a/Sources/UnitTestProject1/UnitTestProject1.csproj b/Sources/UnitTestProject1/UnitTestProject1.csproj deleted file mode 100644 index 0bb0217..0000000 --- a/Sources/UnitTestProject1/UnitTestProject1.csproj +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Debug - AnyCPU - {AC41933B-9F30-4D1E-AD83-0E4F0946E21B} - Library - Properties - UnitTestProject1 - UnitTestProject1 - v4.7.2 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 15.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - - - ..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - \ No newline at end of file diff --git a/Sources/UnitTestProject1/packages.config b/Sources/UnitTestProject1/packages.config deleted file mode 100644 index 4ea5008..0000000 --- a/Sources/UnitTestProject1/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file