|
@@ -1,5 +1,8 @@
|
|
|
|
+
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
-# Visual Studio 2012
|
|
|
|
|
|
+# Visual Studio Version 17
|
|
|
|
+VisualStudioVersion = 17.9.34728.123
|
|
|
|
+MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GodotSharp", "GodotSharp\GodotSharp.csproj", "{AEBF0036-DA76-4341-B651-A3F2856AB2FA}"
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GodotSharp", "GodotSharp\GodotSharp.csproj", "{AEBF0036-DA76-4341-B651-A3F2856AB2FA}"
|
|
EndProject
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GodotSharpEditor", "GodotSharpEditor\GodotSharpEditor.csproj", "{8FBEC238-D944-4074-8548-B3B524305905}"
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GodotSharpEditor", "GodotSharpEditor\GodotSharpEditor.csproj", "{8FBEC238-D944-4074-8548-B3B524305905}"
|
|
@@ -10,8 +13,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Godot.SourceGenerators.Inte
|
|
EndProject
|
|
EndProject
|
|
Global
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
- Debug|Any CPU = Debug|Any CPU
|
|
|
|
- Release|Any CPU = Release|Any CPU
|
|
|
|
|
|
+ Debug|Any CPU = Debug|Any CPU
|
|
|
|
+ Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{AEBF0036-DA76-4341-B651-A3F2856AB2FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{AEBF0036-DA76-4341-B651-A3F2856AB2FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
@@ -31,4 +34,10 @@ Global
|
|
{7749662B-E30C-419A-B745-13852573360A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{7749662B-E30C-419A-B745-13852573360A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{7749662B-E30C-419A-B745-13852573360A}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{7749662B-E30C-419A-B745-13852573360A}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
EndGlobalSection
|
|
|
|
+ GlobalSection(SolutionProperties) = preSolution
|
|
|
|
+ HideSolutionNode = FALSE
|
|
|
|
+ EndGlobalSection
|
|
|
|
+ GlobalSection(ExtensibilityGlobals) = postSolution
|
|
|
|
+ SolutionGuid = {371B0F03-042D-45FD-A270-F3141F2480CD}
|
|
|
|
+ EndGlobalSection
|
|
EndGlobal
|
|
EndGlobal
|