mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
fix bin/obj conflict issues with net 4 and net 6
This commit is contained in:
parent
ffb4729ce5
commit
98066e1ff2
@ -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>
|
||||
|
@ -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" />
|
||||
|
@ -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" />
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user