godot/modules/mono/editor/GodotTools/GodotTools.ProjectEditor
Ignacio Etcheverry dcf1dc4fe0 C#: Support for building with the dotnet CLI
By adding a reference to the 'Microsoft.NETFramework.ReferenceAssemblies' nuget
package, we can build projects targeting .NET Framework with the dotnet CLI.
By referencing this package we also don't need to install Mono on Linux/macOS
or .NET Framework on Windows, as the assemblies are taken from the package.
2020-05-11 08:17:37 +02:00
..
ApiAssembliesInfo.cs
DotNetSolution.cs C#: Save copy of sln and csproj before applying fixes 2020-04-22 16:50:43 +02:00
GodotTools.ProjectEditor.csproj C#: Support for building with the dotnet CLI 2020-05-11 08:17:37 +02:00
IdentifierUtils.cs
MSBuild.exe C#: Support for building with the dotnet CLI 2020-05-11 08:17:37 +02:00
ProjectExtensions.cs C#: Use Sdks in GodotTools csprojs and switch to nuget Microsoft.Build 2020-05-09 21:36:31 +02:00
ProjectGenerator.cs C#: Support for building with the dotnet CLI 2020-05-11 08:17:37 +02:00
ProjectUtils.cs C#: Support for building with the dotnet CLI 2020-05-11 08:17:37 +02:00