Initial commit

This commit is contained in:
2020-10-26 00:50:16 -04:00
commit e3358f6dd1
707 changed files with 12028 additions and 0 deletions

19
godot-csharp-example.sln Normal file
View File

@@ -0,0 +1,19 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "godot-csharp-example", "godot-csharp-example.csproj", "{5717D750-571E-4234-AC95-46A79D8612A1}"
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
{5717D750-571E-4234-AC95-46A79D8612A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5717D750-571E-4234-AC95-46A79D8612A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5717D750-571E-4234-AC95-46A79D8612A1}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{5717D750-571E-4234-AC95-46A79D8612A1}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{5717D750-571E-4234-AC95-46A79D8612A1}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{5717D750-571E-4234-AC95-46A79D8612A1}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
EndGlobal