From b7a431c7f195faef1ff6d60e12eab6f7101c887f Mon Sep 17 00:00:00 2001 From: DeckerCHAN Date: Fri, 4 Sep 2015 22:38:44 +0800 Subject: [PATCH] Remove pdb during release build. --- FileRepositorySystem/FileRepositorySystem.csproj | 2 +- InstanceManagerSystem/InstanceManagerSystem.csproj | 2 +- Utils/Utils.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FileRepositorySystem/FileRepositorySystem.csproj b/FileRepositorySystem/FileRepositorySystem.csproj index 5017542..0a5a100 100644 --- a/FileRepositorySystem/FileRepositorySystem.csproj +++ b/FileRepositorySystem/FileRepositorySystem.csproj @@ -22,7 +22,7 @@ 4 - pdbonly + none true bin\Release\ TRACE diff --git a/InstanceManagerSystem/InstanceManagerSystem.csproj b/InstanceManagerSystem/InstanceManagerSystem.csproj index 78629c9..42b36f1 100644 --- a/InstanceManagerSystem/InstanceManagerSystem.csproj +++ b/InstanceManagerSystem/InstanceManagerSystem.csproj @@ -22,7 +22,7 @@ 4 - pdbonly + none true bin\Release\ TRACE diff --git a/Utils/Utils.csproj b/Utils/Utils.csproj index b82f2bb..5ef5fcc 100644 --- a/Utils/Utils.csproj +++ b/Utils/Utils.csproj @@ -22,7 +22,7 @@ 4 - pdbonly + none true bin\Release\ TRACE