Skip to content

Commit

Permalink
Change Output file path to iRacingDirector binary directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinCooper committed Dec 6, 2020
1 parent 363c566 commit 6d5b5fa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions plugins/NoOverlay/NoOverlay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\..\bin\x64\Debug\Plugins\NoOverlay\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -28,7 +28,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\..\bin\x64\Release\Plugins\NoOverlay\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -103,9 +103,8 @@
<PreBuildEvent>rmdir /S /Q $(SolutionDir)\bin\x64\Debug\plugins\NoOverlay</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>mkdir $(SolutionDir)\bin\x64\Debug\plugins\NoOverlay
copy $(TargetDir)\JockeOverlays.* $(SolutionDir)\bin\x64\Debug\plugins\NoOverlay
copy $(TargetDir)\iRacingDirector.Plugin.Support.* $(SolutionDir)\bin\x64\Debug\plugins\NoOverlay</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 6d5b5fa

Please sign in to comment.