Skip to content

Commit

Permalink
Added release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Threetwosevensixseven committed Dec 15, 2019
1 parent 0f11009 commit f2d31d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/i2C_Sample/bin
/UARTLogger/obj
/i2C_Sample/bin
/i2C_Sample/obj
/i2C_Sample/obj
/Releases
4 changes: 2 additions & 2 deletions UARTLogger/UARTLogger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\Releases\CSpectPlugins\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit f2d31d0

Please sign in to comment.