Skip to content

Commit

Permalink
Remove debug info from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PaaaulZ authored Jul 3, 2023
1 parent 76d9242 commit 1bc45ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SilentClickOnce/SilentClickOnce.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
Expand All @@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
Expand Down

0 comments on commit 1bc45ef

Please sign in to comment.