File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <BaseOutputPath >bin~</BaseOutputPath >
44 <BaseIntermediateOutputPath >obj~</BaseIntermediateOutputPath >
55 </PropertyGroup >
6+
7+ <PropertyGroup Condition =" '$(MSBuildProjectName)' == 'SpacetimeDB.ClientSDK.Godot'" >
8+ <BaseOutputPath >bin~/</BaseOutputPath >
9+ <BaseIntermediateOutputPath >obj~/godot/</BaseIntermediateOutputPath >
10+ <MSBuildProjectExtensionsPath >obj~/godot/</MSBuildProjectExtensionsPath >
11+ </PropertyGroup >
612</Project >
Original file line number Diff line number Diff line change @@ -225,9 +225,6 @@ pub fn regen_dlls() -> Result<()> {
225225 "SpacetimeDB.ClientSDK.Godot.csproj" ,
226226 "--configfile" ,
227227 path_arg( & nuget_config_path) ,
228- "-p:BaseOutputPath=bin~/" ,
229- "-p:BaseIntermediateOutputPath=obj~/godot/" ,
230- "-p:MSBuildProjectExtensionsPath=obj~/godot/" ,
231228 )
232229 . dir ( & sdk)
233230 . run ( ) ?;
@@ -252,10 +249,7 @@ pub fn regen_dlls() -> Result<()> {
252249 "SpacetimeDB.ClientSDK.Godot.csproj" ,
253250 "-c" ,
254251 "Release" ,
255- "--no-restore" ,
256- "-p:BaseOutputPath=bin~/" ,
257- "-p:BaseIntermediateOutputPath=obj~/godot/" ,
258- "-p:MSBuildProjectExtensionsPath=obj~/godot/"
252+ "--no-restore"
259253 )
260254 . dir ( & sdk)
261255 . run ( ) ?;
You can’t perform that action at this time.
0 commit comments