fix bin/obj conflict issues with net 4 and net 6

This commit is contained in:
Bitl 2022-10-31 11:22:22 -07:00
parent ffb4729ce5
commit 98066e1ff2
5 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,8 @@
<AssemblyName>$(MSBuildProjectName.Replace(".Net6", "").Replace(".", ""))</AssemblyName>
<RootNamespace>$(MSBuildProjectName.Replace(".Net6", ""))</RootNamespace>
<ApplicationIcon>NovetusIcon.ico</ApplicationIcon>
<BaseIntermediateOutputPath>obj_net6\</BaseIntermediateOutputPath>
<BaseOutputPath>bin_net6\</BaseOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>$(DefineConstants);BASICLAUNCHER;NOVETUS_APPS</DefineConstants>

View File

@ -7,6 +7,8 @@
<AssemblyName>$(MSBuildProjectName.Replace(".Net6", "").Replace("Novetus.", ""))</AssemblyName>
<RootNamespace>$(MSBuildProjectName.Replace(".Net6", ""))</RootNamespace>
<ApplicationIcon>NovetusIcon.ico</ApplicationIcon>
<BaseOutputPath>bin_net6\</BaseOutputPath>
<BaseIntermediateOutputPath>obj_net6\</BaseIntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Properties\AssemblyInfo.cs" />

View File

@ -7,6 +7,8 @@
<ApplicationIcon>NovetusIcon.ico</ApplicationIcon>
<AssemblyName>$(MSBuildProjectName.Replace(".Net6", "").Replace("Novetus.", ""))</AssemblyName>
<RootNamespace>$(MSBuildProjectName.Replace(".Net6", ""))</RootNamespace>
<BaseOutputPath>bin_net6\</BaseOutputPath>
<BaseIntermediateOutputPath>obj_net6\</BaseIntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Properties\AssemblyInfo.cs" />

View File

@ -8,6 +8,8 @@
<AssemblyName>$(MSBuildProjectName.Replace(".Net6", "").Replace(".Launcher", ""))</AssemblyName>
<RootNamespace>$(MSBuildProjectName.Replace(".Net6", "").Replace(".", ""))</RootNamespace>
<ApplicationIcon>NovetusIcon.ico</ApplicationIcon>
<BaseOutputPath>bin_net6\</BaseOutputPath>
<BaseIntermediateOutputPath>obj_net6\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>$(DefineConstants);LAUNCHER;NOVETUS_APPS</DefineConstants>

View File

@ -7,6 +7,8 @@
<RootNamespace>$(MSBuildProjectName.Replace(".Net6", "").Replace(".", ""))</RootNamespace>
<AssemblyName>$(MSBuildProjectName.Replace(".Net6", "").Replace(".", ""))</AssemblyName>
<ApplicationIcon>NovetusIcon.ico</ApplicationIcon>
<BaseOutputPath>bin_net6\</BaseOutputPath>
<BaseIntermediateOutputPath>obj_net6\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>$(DefineConstants);URI;NOVETUS_APPS</DefineConstants>