Skip to content

Commit

Permalink
Update sln file
Browse files Browse the repository at this point in the history
  • Loading branch information
valkyrienyanko committed Mar 11, 2023
1 parent d4368cf commit 41bc05d
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions Sankari.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sankari", "Sankari.csproj", "{E9D26ED8-4A53-4400-8393-34567697AD97}"

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sankari", "Sankari.csproj", "{E9D26ED8-4A53-4400-8393-34567697AD97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportRelease|Any CPU = ExportRelease|Any CPU
Debug|Any CPU = Debug|Any CPU
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportRelease|Any CPU = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9D26ED8-4A53-4400-8393-34567697AD97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand All @@ -16,4 +19,10 @@ Global
{E9D26ED8-4A53-4400-8393-34567697AD97}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{E9D26ED8-4A53-4400-8393-34567697AD97}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CED7BE4C-02B0-4619-BE49-65FF3BD32AA3}
EndGlobalSection
EndGlobal

0 comments on commit 41bc05d

Please sign in to comment.