ADD base pour commencer la biblioteque

biblioteque
Matheo THIERRY 2 years ago
parent 6e12a70d65
commit a4edd1d998

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

@ -0,0 +1,7 @@
namespace Biblioteque_de_Class
{
public class Class1
{
}
}

@ -5,6 +5,10 @@ VisualStudioVersion = 17.0.31611.283
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "notus", "notus\notus.csproj", "{561264A1-4611-40FB-A662-3EF65550CA71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notus_Console", "Notus_Console\Notus_Console.csproj", "{CC12B872-1F7D-46E3-BFB5-1F2A4442F444}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Biblioteque_De_Class", "bliblioteque de class\Biblioteque_De_Class.csproj", "{07E395A7-1088-4A74-82D8-66DF23F5A4F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -17,6 +21,14 @@ Global
{561264A1-4611-40FB-A662-3EF65550CA71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{561264A1-4611-40FB-A662-3EF65550CA71}.Release|Any CPU.Build.0 = Release|Any CPU
{561264A1-4611-40FB-A662-3EF65550CA71}.Release|Any CPU.Deploy.0 = Release|Any CPU
{CC12B872-1F7D-46E3-BFB5-1F2A4442F444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC12B872-1F7D-46E3-BFB5-1F2A4442F444}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC12B872-1F7D-46E3-BFB5-1F2A4442F444}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC12B872-1F7D-46E3-BFB5-1F2A4442F444}.Release|Any CPU.Build.0 = Release|Any CPU
{07E395A7-1088-4A74-82D8-66DF23F5A4F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07E395A7-1088-4A74-82D8-66DF23F5A4F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07E395A7-1088-4A74-82D8-66DF23F5A4F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07E395A7-1088-4A74-82D8-66DF23F5A4F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

Loading…
Cancel
Save