Skip to content

Commit

Permalink
SLN
Browse files Browse the repository at this point in the history
  • Loading branch information
boekabart committed Sep 25, 2019
1 parent 1ad5632 commit 40cd250
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Maze.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Maze", "Maze.csproj", "{685642D3-D15C-47D7-A828-BFECBFEB0728}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{685642D3-D15C-47D7-A828-BFECBFEB0728}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{685642D3-D15C-47D7-A828-BFECBFEB0728}.Debug|Any CPU.Build.0 = Debug|Any CPU
{685642D3-D15C-47D7-A828-BFECBFEB0728}.Release|Any CPU.ActiveCfg = Release|Any CPU
{685642D3-D15C-47D7-A828-BFECBFEB0728}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B39E951E-1380-465B-9D69-C1B08C879944}
EndGlobalSection
EndGlobal

0 comments on commit 40cd250

Please sign in to comment.