Skip to content

Commit

Permalink
Corrected Build Path for better Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
NightHammer1000 committed Nov 24, 2023
1 parent e8769fa commit 0b8f266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MicroSDInstallStatusUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>bin\Debug\MicroSDInstallStatusUpdater\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>bin\Release\MicroSDInstallStatusUpdater\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit 0b8f266

Please sign in to comment.