Add project files.

This commit is contained in:
maxwes08
2025-11-04 12:12:17 +01:00
parent a3c4e90c79
commit f609553b8c
6 changed files with 316 additions and 0 deletions

12
Traffic Light.csproj Normal file
View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>Traffic_Light</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>