Skip to content

Commit

Permalink
Remove pdb during release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerCHAN committed Sep 4, 2015
1 parent c7ccbfd commit b7a431c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FileRepositorySystem/FileRepositorySystem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand Down
2 changes: 1 addition & 1 deletion InstanceManagerSystem/InstanceManagerSystem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand Down
2 changes: 1 addition & 1 deletion Utils/Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand Down

0 comments on commit b7a431c

Please sign in to comment.