godot/modules/mono/editor/GodotSharpTools/Project
Ignacio Etcheverry 02d5ff4cd0 Improve the C# API projects generation
- Now there is only one solution that contains both GodotSharp and GodotSharpEditor project. Previously we had one solution for each project
- GodotSharpEditor reference GodotShatp with a 'ProjectReference'. Previously it was a 'Reference' to the assembly
- This also simplifies the command line option to generate this solution: 'godot --generate-cs-api <OutputDir>'
2018-11-08 01:05:22 +01:00
..
ProjectExtensions.cs Support globs in csproj includes 2018-10-25 18:00:17 +02:00
ProjectGenerator.cs Improve the C# API projects generation 2018-11-08 01:05:22 +01:00
ProjectUtils.cs Parse C# script namespace and class 2018-10-25 18:00:24 +02:00