Skip to content

Commit 877086a

Browse files
author
A9G-Data-Droid
committed
Remove *.pdb files from release
- Fixes #5866
1 parent 1a1069d commit 877086a

File tree

16 files changed

+60
-2
lines changed

16 files changed

+60
-2
lines changed

Rubberduck.CodeAnalysis/Rubberduck.CodeAnalysis.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<WarningsAsErrors>NU1605</WarningsAsErrors>
1717
<NoWarn>1701;1702;;4011;1001;7035;1053;1591</NoWarn>
1818
</PropertyGroup>
19+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
20+
<DebugType>none</DebugType>
21+
<DebugSymbols>false</DebugSymbols>
22+
</PropertyGroup>
1923
<Import Project="..\RubberduckBaseProject.csproj" />
2024

2125
<ItemGroup>

Rubberduck.Core/Rubberduck.Core.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<WarningsAsErrors>NU1605; CS1591</WarningsAsErrors>
2727
<NoWarn>1701;1702;;1591;4011;1001;1591</NoWarn>
2828
</PropertyGroup>
29+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
30+
<DebugType>none</DebugType>
31+
<DebugSymbols>false</DebugSymbols>
32+
</PropertyGroup>
2933
<ItemGroup>
3034
<Reference Include="Infralution.Localization.Wpf">
3135
<HintPath>..\libs\Infralution.Localization.Wpf.dll</HintPath>

Rubberduck.Interaction/Rubberduck.Interaction.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1010
<NoWarn>1701;1702;;4011;1001;7035;1053;1591</NoWarn>
1111
</PropertyGroup>
12+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
13+
<DebugType>none</DebugType>
14+
<DebugSymbols>false</DebugSymbols>
15+
</PropertyGroup>
1216
<Import Project="..\RubberduckBaseProject.csproj" />
1317

1418
<ItemGroup>

Rubberduck.InternalApi/Rubberduck.InternalApi.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1212
<NoWarn>1701;1702;;4011;1001;7035;1053;1591</NoWarn>
1313
</PropertyGroup>
14+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
15+
<DebugType>none</DebugType>
16+
<DebugSymbols>false</DebugSymbols>
17+
</PropertyGroup>
1418
<Import Project="..\RubberduckBaseProject.csproj" />
1519
<ItemGroup>
1620
<PackageReference Include="System.IO.Abstractions" Version="12.2.1" />

Rubberduck.Parsing/Rubberduck.Parsing.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
<UseVSHostingProcess>true</UseVSHostingProcess>
1919
<NoWarn>1701;1702;1591;4011;1001;7035;1053</NoWarn>
2020
</PropertyGroup>
21+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
22+
<DebugType>none</DebugType>
23+
<DebugSymbols>false</DebugSymbols>
24+
</PropertyGroup>
2125
<Import Project="..\RubberduckBaseProject.csproj" />
2226
<PropertyGroup>
2327
<Antlr4UseCSharpGenerator>True</Antlr4UseCSharpGenerator>

Rubberduck.Refactorings/Rubberduck.Refactorings.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1010
<NoWarn>1701;1702;1591;4011;1001;7035;1053</NoWarn>
1111
</PropertyGroup>
12+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
13+
<DebugType>none</DebugType>
14+
<DebugSymbols>false</DebugSymbols>
15+
</PropertyGroup>
1216
<Import Project="..\RubberduckBaseProject.csproj" />
1317

1418
<ItemGroup>

Rubberduck.RegexAssistant/Rubberduck.RegexAssistant.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1010
<NoWarn>1701;1702;1591;4011;1001;7035;1053</NoWarn>
1111
</PropertyGroup>
12+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
13+
<DebugType>none</DebugType>
14+
<DebugSymbols>false</DebugSymbols>
15+
</PropertyGroup>
1216
<Import Project="..\RubberduckBaseProject.csproj" />
1317

1418
<ItemGroup>

Rubberduck.Resources/Rubberduck.Resources.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1010
<NoWarn>1701;1702;1591;4011;1001;7035;1053</NoWarn>
1111
</PropertyGroup>
12+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
13+
<DebugType>none</DebugType>
14+
<DebugSymbols>false</DebugSymbols>
15+
</PropertyGroup>
1216
<Import Project="..\RubberduckBaseProject.csproj" />
1317
<ItemGroup>
1418
<Resource Include="**\*.png" Exclude="$(IntermediateOutputPath)\**" />

Rubberduck.SettingsProvider/Rubberduck.SettingsProvider.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1010
<NoWarn>1701;1702;1591;4011;1001;7035;1053</NoWarn>
1111
</PropertyGroup>
12+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
13+
<DebugType>none</DebugType>
14+
<DebugSymbols>false</DebugSymbols>
15+
</PropertyGroup>
1216
<Import Project="..\RubberduckBaseProject.csproj" />
1317

1418
<ItemGroup>

Rubberduck.SmartIndenter/Rubberduck.SmartIndenter.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1010
<NoWarn>1701;1702;1591;4011;1001;7035;1053</NoWarn>
1111
</PropertyGroup>
12+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
13+
<DebugType>none</DebugType>
14+
<DebugSymbols>false</DebugSymbols>
15+
</PropertyGroup>
1216
<Import Project="..\RubberduckBaseProject.csproj" />
1317

1418
<ItemGroup>

0 commit comments

Comments
 (0)