Skip to content

Commit

Permalink
Improve target build directory handling
Browse files Browse the repository at this point in the history
  • Loading branch information
dymanoid committed Mar 22, 2020
1 parent c08b3d2 commit 38f7829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<CitiesSkylinesBinaries Condition="'$(CitiesSkylinesBinaries)' == ''">
D:\Data\SteamLibrary\steamapps\common\Cities_Skylines\Cities_Data\Managed\
</CitiesSkylinesBinaries>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

<ItemDefinitionGroup>
Expand Down
1 change: 0 additions & 1 deletion src/RealTime/RealTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
$(AssemblySearchPaths);
$(CitiesSkylinesBinaries)
</AssemblySearchPaths>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Benchmark'">
Expand Down

0 comments on commit 38f7829

Please sign in to comment.