mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-21 16:52:27 +00:00
workaround for NETSDK1152 error (#310)
* workaround for NETSDK1152 error gets rid of Found multiple publish output files with the same relative path error * fixed mixed indents, thanks visual studio
This commit is contained in:
parent
b87d9540d0
commit
ca1523d31f
4 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<AssemblyName>LBPUnion.ProjectLighthouse.Servers.API</AssemblyName>
|
<AssemblyName>LBPUnion.ProjectLighthouse.Servers.API</AssemblyName>
|
||||||
<RootNamespace>LBPUnion.ProjectLighthouse.Servers.API</RootNamespace>
|
<RootNamespace>LBPUnion.ProjectLighthouse.Servers.API</RootNamespace>
|
||||||
|
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<AssemblyName>LBPUnion.ProjectLighthouse.Servers.GameServer</AssemblyName>
|
<AssemblyName>LBPUnion.ProjectLighthouse.Servers.GameServer</AssemblyName>
|
||||||
<RootNamespace>LBPUnion.ProjectLighthouse.Servers.GameServer</RootNamespace>
|
<RootNamespace>LBPUnion.ProjectLighthouse.Servers.GameServer</RootNamespace>
|
||||||
|
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<AssemblyName>LBPUnion.ProjectLighthouse.Servers.Website</AssemblyName>
|
<AssemblyName>LBPUnion.ProjectLighthouse.Servers.Website</AssemblyName>
|
||||||
<RootNamespace>LBPUnion.ProjectLighthouse.Servers.Website</RootNamespace>
|
<RootNamespace>LBPUnion.ProjectLighthouse.Servers.Website</RootNamespace>
|
||||||
|
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<AssemblyName>LBPUnion.ProjectLighthouse</AssemblyName>
|
<AssemblyName>LBPUnion.ProjectLighthouse</AssemblyName>
|
||||||
<RootNamespace>LBPUnion.ProjectLighthouse</RootNamespace>
|
<RootNamespace>LBPUnion.ProjectLighthouse</RootNamespace>
|
||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
|
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue