From afb92870e4a20bdf4b2ad1ae5cb1b7598afbbca3 Mon Sep 17 00:00:00 2001
From: Morilli <35152647+Morilli@users.noreply.github.com>
Date: Sat, 22 Apr 2023 13:51:13 +0200
Subject: [PATCH] TargetName -> AssemblyName
this fixes the winforms designer in Rider, let's hope it doesn't break anything though
---
src/MainSlnExecutable.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/MainSlnExecutable.props b/src/MainSlnExecutable.props
index ce73992171..84c7bac1cf 100644
--- a/src/MainSlnExecutable.props
+++ b/src/MainSlnExecutable.props
@@ -3,7 +3,7 @@
$(DefineConstants);EXE_PROJECT
$(MSBuildProjectDirectory)/../../output
- $(MSBuildProjectName.Substring($([MSBuild]::Add($(MSBuildProjectName.LastIndexOf('.')), 1))))
+ $(MSBuildProjectName.Substring($([MSBuild]::Add($(MSBuildProjectName.LastIndexOf('.')), 1))))
Exe