TargetName -> AssemblyName
this fixes the winforms designer in Rider, let's hope it doesn't break anything though
This commit is contained in:
parent
f3c58d816d
commit
afb92870e4
|
@ -3,7 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<DefineConstants>$(DefineConstants);EXE_PROJECT</DefineConstants>
|
||||
<OutputPath>$(MSBuildProjectDirectory)/../../output</OutputPath>
|
||||
<TargetName>$(MSBuildProjectName.Substring($([MSBuild]::Add($(MSBuildProjectName.LastIndexOf('.')), 1))))</TargetName>
|
||||
<AssemblyName>$(MSBuildProjectName.Substring($([MSBuild]::Add($(MSBuildProjectName.LastIndexOf('.')), 1))))</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<OutputType>Exe</OutputType>
|
||||
|
|
Loading…
Reference in New Issue