Initial commit: Create Voider game project with utilities, input, and events libraries
This commit is contained in:
22
Voider.sln
Normal file
22
Voider.sln
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.0.31903.59
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Voider", "Voider.csproj", "{A1B2C3D4-E5F6-4A5B-9C8D-1E2F3A4B5C6D}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
ExportDebug|Any CPU = ExportDebug|Any CPU
|
||||
ExportRelease|Any CPU = ExportRelease|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{A1B2C3D4-E5F6-4A5B-9C8D-1E2F3A4B5C6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A1B2C3D4-E5F6-4A5B-9C8D-1E2F3A4B5C6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A1B2C3D4-E5F6-4A5B-9C8D-1E2F3A4B5C6D}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
|
||||
{A1B2C3D4-E5F6-4A5B-9C8D-1E2F3A4B5C6D}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
|
||||
{A1B2C3D4-E5F6-4A5B-9C8D-1E2F3A4B5C6D}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
|
||||
{A1B2C3D4-E5F6-4A5B-9C8D-1E2F3A4B5C6D}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user