Skip to content

Commit 474fe50

Browse files
author
siegrest
committed
Remove pdb generation from release builds
1 parent fbea701 commit 474fe50

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

DiscordRPC/DiscordRPC.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@
2525
<DocumentationFile>bin\Debug\DiscordRPC.xml</DocumentationFile>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28-
<DebugType>pdbonly</DebugType>
28+
<DebugType>none</DebugType>
2929
<Optimize>true</Optimize>
3030
<OutputPath>bin\Release\</OutputPath>
3131
<DefineConstants>TRACE</DefineConstants>
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
34-
<DocumentationFile>bin\Release\DiscordRPC.xml</DocumentationFile>
34+
<DocumentationFile>
35+
</DocumentationFile>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
3738
<DebugSymbols>true</DebugSymbols>

Domain/Domain.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2626
<PlatformTarget>AnyCPU</PlatformTarget>
27-
<DebugType>pdbonly</DebugType>
27+
<DebugType>none</DebugType>
2828
<Optimize>true</Optimize>
2929
<OutputPath>bin\Release\</OutputPath>
3030
<DefineConstants>

Exiled Presence.sln

+4
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,21 @@ Global
1818
{E3002305-05CE-40E3-9DF7-13A0CE7E3731}.Debug|Any CPU.Build.0 = Debug|Any CPU
1919
{E3002305-05CE-40E3-9DF7-13A0CE7E3731}.Release|Any CPU.ActiveCfg = Release|Any CPU
2020
{E3002305-05CE-40E3-9DF7-13A0CE7E3731}.Release|Any CPU.Build.0 = Release|Any CPU
21+
{E3002305-05CE-40E3-9DF7-13A0CE7E3731}.Release|Any CPU.Deploy.0 = Release|Any CPU
2122
{5FE478F0-A5D6-43B1-9FBE-FB50586BB542}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2223
{5FE478F0-A5D6-43B1-9FBE-FB50586BB542}.Debug|Any CPU.Build.0 = Debug|Any CPU
2324
{5FE478F0-A5D6-43B1-9FBE-FB50586BB542}.Release|Any CPU.ActiveCfg = Release|Any CPU
2425
{5FE478F0-A5D6-43B1-9FBE-FB50586BB542}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{5FE478F0-A5D6-43B1-9FBE-FB50586BB542}.Release|Any CPU.Deploy.0 = Release|Any CPU
2527
{819D20D6-8D88-45C1-A4D2-AA21F10ABD19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2628
{819D20D6-8D88-45C1-A4D2-AA21F10ABD19}.Debug|Any CPU.Build.0 = Debug|Any CPU
2729
{819D20D6-8D88-45C1-A4D2-AA21F10ABD19}.Release|Any CPU.ActiveCfg = Release|Any CPU
2830
{819D20D6-8D88-45C1-A4D2-AA21F10ABD19}.Release|Any CPU.Build.0 = Release|Any CPU
31+
{819D20D6-8D88-45C1-A4D2-AA21F10ABD19}.Release|Any CPU.Deploy.0 = Release|Any CPU
2932
{0ACA0321-92A3-4499-8124-BC52929B588E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3033
{0ACA0321-92A3-4499-8124-BC52929B588E}.Debug|Any CPU.Build.0 = Debug|Any CPU
3134
{0ACA0321-92A3-4499-8124-BC52929B588E}.Release|Any CPU.ActiveCfg = Release|Any CPU
3235
{0ACA0321-92A3-4499-8124-BC52929B588E}.Release|Any CPU.Build.0 = Release|Any CPU
36+
{0ACA0321-92A3-4499-8124-BC52929B588E}.Release|Any CPU.Deploy.0 = Release|Any CPU
3337
EndGlobalSection
3438
EndGlobal

Program/Program.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2626
<PlatformTarget>AnyCPU</PlatformTarget>
27-
<DebugType>pdbonly</DebugType>
27+
<DebugType>none</DebugType>
2828
<Optimize>true</Optimize>
2929
<OutputPath>bin\Release\</OutputPath>
3030
<DefineConstants>TRACE</DefineConstants>

Service/Service.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2626
<PlatformTarget>AnyCPU</PlatformTarget>
27-
<DebugType>pdbonly</DebugType>
27+
<DebugType>none</DebugType>
2828
<Optimize>true</Optimize>
2929
<OutputPath>bin\Release\</OutputPath>
3030
<DefineConstants>TRACE</DefineConstants>

0 commit comments

Comments
 (0)