From e781356a64a626ad31fd65370e7d62fe47530cd1 Mon Sep 17 00:00:00 2001 From: Clement LESME Date: Mon, 22 Jan 2024 15:45:05 +0100 Subject: [PATCH] =?UTF-8?q?cr=C3=A9ation=20du=20projet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GetionMateriel/GetionMateriel.csproj | 10 ++++++++++ GetionMateriel/GetionMateriel.sln | 25 +++++++++++++++++++++++++ GetionMateriel/Program.cs | 2 ++ 3 files changed, 37 insertions(+) create mode 100644 GetionMateriel/GetionMateriel.csproj create mode 100644 GetionMateriel/GetionMateriel.sln create mode 100644 GetionMateriel/Program.cs diff --git a/GetionMateriel/GetionMateriel.csproj b/GetionMateriel/GetionMateriel.csproj new file mode 100644 index 0000000..206b89a --- /dev/null +++ b/GetionMateriel/GetionMateriel.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + + diff --git a/GetionMateriel/GetionMateriel.sln b/GetionMateriel/GetionMateriel.sln new file mode 100644 index 0000000..5a294e5 --- /dev/null +++ b/GetionMateriel/GetionMateriel.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34330.188 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetionMateriel", "GetionMateriel.csproj", "{CA9675FA-3F8B-46AA-82E3-C7ABED3507FA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CA9675FA-3F8B-46AA-82E3-C7ABED3507FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CA9675FA-3F8B-46AA-82E3-C7ABED3507FA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CA9675FA-3F8B-46AA-82E3-C7ABED3507FA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CA9675FA-3F8B-46AA-82E3-C7ABED3507FA}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {AF4F451B-187B-4F9D-AF8F-1BB32060C6D9} + EndGlobalSection +EndGlobal diff --git a/GetionMateriel/Program.cs b/GetionMateriel/Program.cs new file mode 100644 index 0000000..83fa4f4 --- /dev/null +++ b/GetionMateriel/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!");