From dca09cef56f7140ca615891ca5cb2e0832eb0686 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Wed, 17 Apr 2024 00:38:15 +0200 Subject: [PATCH] [sln] Set DebugType to embedded in Release configuration --- Iceshrimp.Backend/Iceshrimp.Backend.csproj | 1 + Iceshrimp.Frontend/Iceshrimp.Frontend.csproj | 4 ++++ Iceshrimp.Parsing/Iceshrimp.Parsing.fsproj | 4 ++++ Iceshrimp.Shared/Iceshrimp.Shared.csproj | 4 ++++ Iceshrimp.Tests/Iceshrimp.Tests.csproj | 4 ++++ 5 files changed, 17 insertions(+) diff --git a/Iceshrimp.Backend/Iceshrimp.Backend.csproj b/Iceshrimp.Backend/Iceshrimp.Backend.csproj index 93d8c448..f64c361f 100644 --- a/Iceshrimp.Backend/Iceshrimp.Backend.csproj +++ b/Iceshrimp.Backend/Iceshrimp.Backend.csproj @@ -15,6 +15,7 @@ true false + embedded diff --git a/Iceshrimp.Frontend/Iceshrimp.Frontend.csproj b/Iceshrimp.Frontend/Iceshrimp.Frontend.csproj index bcb326de..86ed6ced 100644 --- a/Iceshrimp.Frontend/Iceshrimp.Frontend.csproj +++ b/Iceshrimp.Frontend/Iceshrimp.Frontend.csproj @@ -9,6 +9,10 @@ none + + embedded + + true diff --git a/Iceshrimp.Parsing/Iceshrimp.Parsing.fsproj b/Iceshrimp.Parsing/Iceshrimp.Parsing.fsproj index d60c1843..62af66d4 100644 --- a/Iceshrimp.Parsing/Iceshrimp.Parsing.fsproj +++ b/Iceshrimp.Parsing/Iceshrimp.Parsing.fsproj @@ -5,6 +5,10 @@ true none + + + embedded + diff --git a/Iceshrimp.Shared/Iceshrimp.Shared.csproj b/Iceshrimp.Shared/Iceshrimp.Shared.csproj index 3a635329..8f69a1a8 100644 --- a/Iceshrimp.Shared/Iceshrimp.Shared.csproj +++ b/Iceshrimp.Shared/Iceshrimp.Shared.csproj @@ -6,4 +6,8 @@ enable + + embedded + + diff --git a/Iceshrimp.Tests/Iceshrimp.Tests.csproj b/Iceshrimp.Tests/Iceshrimp.Tests.csproj index da4e8487..a53b095b 100644 --- a/Iceshrimp.Tests/Iceshrimp.Tests.csproj +++ b/Iceshrimp.Tests/Iceshrimp.Tests.csproj @@ -8,6 +8,10 @@ true + + embedded + +