diff --git a/mono/dodge_the_creeps/Dodge the Creeps C#.csproj b/mono/dodge_the_creeps/Dodge the Creeps C#.csproj index 9a4205c6..0fab230a 100644 --- a/mono/dodge_the_creeps/Dodge the Creeps C#.csproj +++ b/mono/dodge_the_creeps/Dodge the Creeps C#.csproj @@ -1,4 +1,4 @@ - + Debug @@ -11,6 +11,8 @@ v4.5 .mono/temp/obj $(BaseIntermediateOutputPath)/$(Configuration) + Debug + Release true @@ -40,12 +42,12 @@ - $(ProjectDir)/.mono/assemblies/GodotSharp.dll False + $(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharp.dll - $(ProjectDir)/.mono/assemblies/GodotSharpEditor.dll False + $(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharpEditor.dll @@ -57,4 +59,4 @@ - + \ No newline at end of file diff --git a/mono/pong/Pong with C#.csproj b/mono/pong/Pong with C#.csproj index e5a5c64b..4ac27b57 100644 --- a/mono/pong/Pong with C#.csproj +++ b/mono/pong/Pong with C#.csproj @@ -1,4 +1,4 @@ - + Debug @@ -11,6 +11,8 @@ v4.5 .mono/temp/obj $(BaseIntermediateOutputPath)/$(Configuration) + Debug + Release true @@ -40,12 +42,12 @@ - $(ProjectDir)/.mono/assemblies/GodotSharp.dll False + $(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharp.dll - $(ProjectDir)/.mono/assemblies/GodotSharpEditor.dll False + $(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharpEditor.dll diff --git a/mono/pong/project.godot b/mono/pong/project.godot index 50401a10..2df58cbe 100644 --- a/mono/pong/project.godot +++ b/mono/pong/project.godot @@ -65,4 +65,5 @@ right_move_up={ [rendering] +quality/driver/driver_name="GLES2" viewport/default_clear_color=Color( 0, 0, 0, 1 )