Skip to content

Commit

Permalink
Deleted App.config, removed release PDB generation
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-4 committed Nov 20, 2023
1 parent ceb9c18 commit d92694b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
12 changes: 0 additions & 12 deletions src/OpenSerialPortMonitor/App.config

This file was deleted.

5 changes: 1 addition & 4 deletions src/OpenSerialPortMonitor/OpenSerialPortMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand Down Expand Up @@ -145,9 +145,6 @@
</None>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Page Include="Views\AboutView.xaml">
<SubType>Designer</SubType>
Expand Down

0 comments on commit d92694b

Please sign in to comment.