diff options
| -rw-r--r-- | Server.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Server.csproj b/Server.csproj index aeccae2..e2211ec 100644 --- a/Server.csproj +++ b/Server.csproj @@ -24,6 +24,11 @@ <DefaultItemExcludes>$(DefaultItemExcludes);Data/**</DefaultItemExcludes> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)' == 'Release'"> + <DebugType>None</DebugType> + <DebugSymbols>false</DebugSymbols> + </PropertyGroup> + <ItemGroup> <Compile Remove="Data/**" /> <Content Remove="Data/**" /> |
