Skip to content

Commit

Permalink
Make VS hosting setting debug only
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetsait committed Sep 7, 2016
1 parent 988158c commit 4d4aa69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LF2.IDE/LF2.IDE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
<UseVSHostingProcess>true</UseVSHostingProcess>
<PlatformTarget>AnyCPU</PlatformTarget>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<Prefer32Bit>true</Prefer32Bit>
Expand All @@ -65,7 +65,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugSymbols>false</DebugSymbols>
<UseVSHostingProcess>true</UseVSHostingProcess>
<UseVSHostingProcess>false</UseVSHostingProcess>
<Prefer32Bit>true</Prefer32Bit>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
Expand Down

0 comments on commit 4d4aa69

Please sign in to comment.