From da76efd6d801431db1902ecdb51e221d0fd99aea Mon Sep 17 00:00:00 2001
From: Edward Sabinus <edward.sabinus@informatik.uni-halle.de>
Date: Wed, 24 Apr 2024 16:54:03 +0200
Subject: [PATCH] Kompilierung auf Yapex gesetzt

---
 .../BewerterStrukturellerInduktion.csproj                     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BewerterStrukturellerInduktion/BewerterStrukturellerInduktion.csproj b/BewerterStrukturellerInduktion/BewerterStrukturellerInduktion.csproj
index 7ccb666..e93ec29 100644
--- a/BewerterStrukturellerInduktion/BewerterStrukturellerInduktion.csproj
+++ b/BewerterStrukturellerInduktion/BewerterStrukturellerInduktion.csproj
@@ -3,8 +3,8 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <TargetFramework>netcoreapp5.0</TargetFramework>
-    <StartupObject>ProgramForHuman</StartupObject>
-    <AssemblyName>BewerterStrukturellerInduktionHuman</AssemblyName>
+    <StartupObject>ProgramForYapex</StartupObject>
+    <AssemblyName>BewerterStrukturellerInduktionYapex</AssemblyName>
   </PropertyGroup>
 
   <ItemGroup>
-- 
GitLab