1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

[3.2] C#: Add VisualStudio support

This commit is contained in:
Ignacio Etcheverry
2020-06-23 21:01:54 +02:00
parent 7ec072f7e7
commit d8af79140e
10 changed files with 357 additions and 5 deletions

View File

@@ -15,7 +15,9 @@ def build_godot_tools(source, target, env):
from .solution_builder import build_solution
build_solution(env, solution_path, build_config)
extra_msbuild_args = ["/p:GodotPlatform=" + env["platform"]]
build_solution(env, solution_path, build_config, extra_msbuild_args)
# No need to copy targets. The GodotTools csproj takes care of copying them.