This commit is contained in:
William Trelles
2023-10-06 16:13:05 +02:00
parent 221d171008
commit a0b7d4acdc
206 changed files with 14216 additions and 0 deletions

View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpaceInvaders", "SpaceInvaders\SpaceInvaders.csproj", "{D314CB70-8EFD-4CF3-A3E2-23812018A419}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D314CB70-8EFD-4CF3-A3E2-23812018A419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D314CB70-8EFD-4CF3-A3E2-23812018A419}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D314CB70-8EFD-4CF3-A3E2-23812018A419}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D314CB70-8EFD-4CF3-A3E2-23812018A419}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3AA816CC-9CFF-4D31-82FA-2B69CB482366}
EndGlobalSection
EndGlobal