From da43e6f7cf7fa04b8d6993031f98efdc17404538 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Wed, 26 May 2021 07:26:14 -0500 Subject: [PATCH] embed debug symbols (#212) --- ErsatzTV.Application/ErsatzTV.Application.csproj | 1 + ErsatzTV.Core/ErsatzTV.Core.csproj | 1 + ErsatzTV.Infrastructure/ErsatzTV.Infrastructure.csproj | 1 + ErsatzTV/ErsatzTV.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/ErsatzTV.Application/ErsatzTV.Application.csproj b/ErsatzTV.Application/ErsatzTV.Application.csproj index 2188d8a6d..df324b447 100644 --- a/ErsatzTV.Application/ErsatzTV.Application.csproj +++ b/ErsatzTV.Application/ErsatzTV.Application.csproj @@ -3,6 +3,7 @@ net5.0 VSTHRD200 + embedded diff --git a/ErsatzTV.Core/ErsatzTV.Core.csproj b/ErsatzTV.Core/ErsatzTV.Core.csproj index 8242a44f2..aa613f730 100644 --- a/ErsatzTV.Core/ErsatzTV.Core.csproj +++ b/ErsatzTV.Core/ErsatzTV.Core.csproj @@ -3,6 +3,7 @@ net5.0 VSTHRD200 + embedded diff --git a/ErsatzTV.Infrastructure/ErsatzTV.Infrastructure.csproj b/ErsatzTV.Infrastructure/ErsatzTV.Infrastructure.csproj index 3f8f4537a..049ae0e24 100644 --- a/ErsatzTV.Infrastructure/ErsatzTV.Infrastructure.csproj +++ b/ErsatzTV.Infrastructure/ErsatzTV.Infrastructure.csproj @@ -4,6 +4,7 @@ net5.0 true VSTHRD200 + embedded diff --git a/ErsatzTV/ErsatzTV.csproj b/ErsatzTV/ErsatzTV.csproj index d7d2ff03d..c94ada9dd 100644 --- a/ErsatzTV/ErsatzTV.csproj +++ b/ErsatzTV/ErsatzTV.csproj @@ -4,6 +4,7 @@ net5.0 VSTHRD200 true + embedded