♻️ Added AppendTargetFrameworkToOutputPath tag to project files to avoid framework folder on release build.

This commit is contained in:
Benjamin Gebauer 2023-05-31 11:16:05 +02:00
parent e40d05fa9b
commit f0bff17fc9
13 changed files with 12 additions and 0 deletions

View file

@ -6,6 +6,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>..\..\Files\</OutputPath>
</PropertyGroup>
<ItemGroup>

View file

@ -6,6 +6,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>..\..\Files\</OutputPath>
</PropertyGroup>
<ItemGroup>

View file

@ -6,6 +6,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>..\..\Files\</OutputPath>
</PropertyGroup>
<ItemGroup>

View file

@ -13,6 +13,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>..\..\Files\</OutputPath>
</PropertyGroup>
<PropertyGroup>