Skip to content

Commit

Permalink
Add sln file
Browse files Browse the repository at this point in the history
  • Loading branch information
lgund committed Mar 19, 2021
1 parent 77219c5 commit f761243
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions SpawnCodeGenerator.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.30914.41
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpawnCodeGenerator", "SpawnCodeGenerator.csproj", "{7E361A54-A631-4204-A1AE-8A6458EDD60B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E361A54-A631-4204-A1AE-8A6458EDD60B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E361A54-A631-4204-A1AE-8A6458EDD60B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E361A54-A631-4204-A1AE-8A6458EDD60B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E361A54-A631-4204-A1AE-8A6458EDD60B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0EB80D7-B0BE-4483-8790-0A16B02BD746}
EndGlobalSection
EndGlobal

0 comments on commit f761243

Please sign in to comment.