-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move namespace and Godot project from 'Code Combat' to 'CodeBlitz' * Move target framework to 'netstandard2.1' * Move Godot SDK to 3.2.4
- Loading branch information
Showing
25 changed files
with
733 additions
and
750 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project Sdk="Godot.NET.Sdk/3.2.4"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<!--https://github.com/godotengine/godot/issues/42271--> | ||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,28 @@ | ||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2012 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Code Combat", "Code Combat.csproj", "{29902664-4F6E-4CB4-A4A0-27B416DF22A3}" | ||
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 | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.31005.135 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeBlitz", "CodeBlitz.csproj", "{29902664-4F6E-4CB4-A4A0-27B416DF22A3}" | ||
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 | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU | ||
{29902664-4F6E-4CB4-A4A0-27B416DF22A3}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {0E6AF5E3-AF93-4BE0-8D54-397220FB8C5B} | ||
EndGlobalSection | ||
EndGlobal |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.