diff --git a/WpfApp1.sln b/WpfApp1.sln index ed13dc6..fd9d713 100644 --- a/WpfApp1.sln +++ b/WpfApp1.sln @@ -18,7 +18,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modèle", "Modèle\Modèle. EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{18E1E85C-1B90-47C9-BB80-53FAE0A79466}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test_requin", "test_requin\test_requin.csproj", "{D82F546C-3455-4857-A705-BDD3F61973CD}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "test_requin", "test_requin\test_requin.csproj", "{D82F546C-3455-4857-A705-BDD3F61973CD}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/testMap/Program.cs b/testMap/Program.cs deleted file mode 100644 index ce17b64..0000000 --- a/testMap/Program.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace testMap -{ - class Program - { - static void Main(string[] args) - { - Console.WriteLine("Hello World!"); - } - } -} diff --git a/testMap/testMap.csproj b/testMap/testMap.csproj deleted file mode 100644 index 2082704..0000000 --- a/testMap/testMap.csproj +++ /dev/null @@ -1,8 +0,0 @@ - - - - Exe - net5.0 - - - diff --git a/test_requin/Program.cs b/test_requin/Program.cs index 4080c83..aa3bfe5 100644 --- a/test_requin/Program.cs +++ b/test_requin/Program.cs @@ -17,6 +17,7 @@ namespace test_requin { Console.WriteLine(zone); } + } } }