Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit a09bc8f5 authored by Edouard Mangel's avatar Edouard Mangel
Browse files

Ajoutez des fichiers projet.

parent 0005ab01
No related branches found
No related tags found
1 merge request!1Master

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiveCodingTP3", "LiveCodingTP3\LiveCodingTP3.csproj", "{91C89BAE-5D26-4DF2-B30D-330408557A2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91C89BAE-5D26-4DF2-B30D-330408557A2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91C89BAE-5D26-4DF2-B30D-330408557A2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91C89BAE-5D26-4DF2-B30D-330408557A2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91C89BAE-5D26-4DF2-B30D-330408557A2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0177FB42-D086-4869-9781-8EA8078491AA}
EndGlobalSection
EndGlobal
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
namespace LiveCodingTP3;
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment