Skip to content

Commit

Permalink
Added iOS and Android to engine csproj locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Mar 30, 2024
1 parent b6cbf0f commit 38fdea4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ static AllData()
var engine = new EngineData();
engine.Name = "Android .NET 8.0";

engine.EngineCSProjLocation = @"FlatRedBall\Engines\FlatRedBallXNA\FlatRedBallAndroid\FlatRedBallAndroid.csproj";

engine.RelativeToLibrariesDebugFolder = @"Android\Debug";
engine.RelativeToLibrariesReleaseFolder = @"Android\Release";
engine.TemplateCsProjFolder = @"FlatRedBallAndroidMonoGameTemplate\FlatRedBallAndroidMonoGameTemplate\";
Expand Down Expand Up @@ -167,6 +169,8 @@ static AllData()
var engine = new EngineData();
engine.Name = "iOS .NET 8.0";

engine.EngineCSProjLocation = @"FlatRedBall\Engines\FlatRedBallXNA\FlatRedBalliOS\FlatRedBalliOS.csproj";

engine.RelativeToLibrariesDebugFolder = @"iOS\Debug";
engine.RelativeToLibrariesReleaseFolder = @"iOS\Release";
engine.TemplateCsProjFolder = @"FlatRedBalliOSMonoGameTemplate\FlatRedBalliOSMonoGameTemplate\";
Expand Down

0 comments on commit 38fdea4

Please sign in to comment.