1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Mono: Make sure the generated RootNamespace is a valid identifier

This commit is contained in:
Ignacio Etcheverry
2019-02-28 22:24:31 +01:00
parent b69569415f
commit 5a4475fce3
3 changed files with 204 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
<Compile Include="Build\BuildSystem.cs" />
<Compile Include="Editor\MonoDevelopInstance.cs" />
<Compile Include="Project\ProjectExtensions.cs" />
<Compile Include="Project\IdentifierUtils.cs" />
<Compile Include="Project\ProjectGenerator.cs" />
<Compile Include="Project\ProjectUtils.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />