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

25
Traffic Light.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36414.22 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Traffic Light", "Traffic Light.csproj", "{0D7308CC-23AE-4748-9BEB-C8B87ACF6F5D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D7308CC-23AE-4748-9BEB-C8B87ACF6F5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D7308CC-23AE-4748-9BEB-C8B87ACF6F5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D7308CC-23AE-4748-9BEB-C8B87ACF6F5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D7308CC-23AE-4748-9BEB-C8B87ACF6F5D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5819F717-F58A-420A-8AEF-52A0C1848FEC}
EndGlobalSection
EndGlobal