Skip to content

Commit 1f945cc

Browse files
committed
No pdb's for release...
1 parent 7a67f16 commit 1f945cc

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

External/Plugins/AS2Context/AS2Context.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48-
<DebugType>pdbonly</DebugType>
48+
<DebugType>none</DebugType>
4949
<Optimize>true</Optimize>
5050
<OutputPath>..\..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
5151
<DefineConstants>TRACE</DefineConstants>

External/Plugins/AS3Context/AS3Context.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48-
<DebugType>pdbonly</DebugType>
48+
<DebugType>none</DebugType>
4949
<Optimize>true</Optimize>
5050
<OutputPath>..\..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
5151
<DefineConstants>TRACE</DefineConstants>

External/Plugins/ASClassWizard/ASClassWizard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48-
<DebugType>pdbonly</DebugType>
48+
<DebugType>none</DebugType>
4949
<Optimize>true</Optimize>
5050
<OutputPath>..\..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
5151
<DefineConstants>TRACE</DefineConstants>

External/Plugins/ASCompletion/ASCompletion.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48-
<DebugType>pdbonly</DebugType>
48+
<DebugType>none</DebugType>
4949
<Optimize>true</Optimize>
5050
<OutputPath>..\..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
5151
<DefineConstants>DEBUG;TRACE</DefineConstants>
5252
<ErrorReport>prompt</ErrorReport>
5353
<WarningLevel>4</WarningLevel>
54-
<DebugSymbols>true</DebugSymbols>
54+
<DebugSymbols>false</DebugSymbols>
5555
</PropertyGroup>
5656
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
5757
<PlatformTarget>x86</PlatformTarget>

External/Plugins/BasicCompletion/BasicCompletion.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48-
<DebugType>pdbonly</DebugType>
48+
<DebugType>none</DebugType>
4949
<Optimize>true</Optimize>
5050
<OutputPath>..\..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
5151
<DefineConstants>TRACE</DefineConstants>

External/Plugins/BridgeSettings/BridgeSettings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<WarningLevel>4</WarningLevel>
4545
</PropertyGroup>
4646
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47-
<DebugType>pdbonly</DebugType>
47+
<DebugType>none</DebugType>
4848
<Optimize>true</Optimize>
4949
<OutputPath>..\..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
5050
<DefineConstants>TRACE</DefineConstants>

External/Plugins/CodeAnalyzer/CodeAnalyzer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48-
<DebugType>pdbonly</DebugType>
48+
<DebugType>none</DebugType>
4949
<Optimize>true</Optimize>
5050
<OutputPath>..\..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
5151
<DefineConstants>TRACE</DefineConstants>

External/Plugins/CodeRefactor/CodeRefactor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48-
<DebugType>pdbonly</DebugType>
48+
<DebugType>none</DebugType>
4949
<Optimize>true</Optimize>
5050
<OutputPath>..\..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
5151
<DefineConstants>TRACE</DefineConstants>

External/Plugins/CssCompletion/CssCompletion.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PlatformTarget>AnyCPU</PlatformTarget>
4646
</PropertyGroup>
4747
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48-
<DebugType>pdbonly</DebugType>
48+
<DebugType>none</DebugType>
4949
<Optimize>true</Optimize>
5050
<OutputPath>..\..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
5151
<DefineConstants>TRACE</DefineConstants>

External/Plugins/FlashDebugger/FlashDebugger.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<NoWarn>1591</NoWarn>
4747
</PropertyGroup>
4848
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49-
<DebugType>pdbonly</DebugType>
49+
<DebugType>none</DebugType>
5050
<Optimize>true</Optimize>
5151
<OutputPath>..\..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
5252
<DefineConstants>TRACE</DefineConstants>

0 commit comments

Comments
 (0)