Skip to content

Commit 74bbe36

Browse files
committed
Fixed default map and AI output path on release build
1 parent 4c56014 commit 74bbe36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/Stareater.Maps.DefaultMap/Stareater.Maps.DefaultMap.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2626
<DebugType>pdbonly</DebugType>
2727
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\</OutputPath>
28+
<OutputPath>..\Stareater.UI.WinForms\maps\</OutputPath>
2929
<DefineConstants>TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>

source/Stareater.Players.DefaultAI/Stareater.Players.DefaultAI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3030
<DebugType>pdbonly</DebugType>
3131
<Optimize>true</Optimize>
32-
<OutputPath>bin\Release\</OutputPath>
32+
<OutputPath>..\Stareater.UI.WinForms\players\</OutputPath>
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
@@ -71,4 +71,4 @@
7171
<Target Name="AfterBuild">
7272
</Target>
7373
-->
74-
</Project>
74+
</Project>

0 commit comments

Comments
 (0)