création du projet

part1
Clement LESME 1 year ago
parent 604038e572
commit e781356a64

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

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

@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
Loading…
Cancel
Save