Update TaikoLocalServer.csproj
This allows webui to be compile together during publish
This commit is contained in:
parent
08b136fe34
commit
3834089c8e
@ -8,6 +8,9 @@
|
|||||||
<LangVersion>12</LangVersion>
|
<LangVersion>12</LangVersion>
|
||||||
<EnableConfigurationBindingGenerator>false</EnableConfigurationBindingGenerator>
|
<EnableConfigurationBindingGenerator>false</EnableConfigurationBindingGenerator>
|
||||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||||
|
<PublishSingleFile>true</PublishSingleFile>
|
||||||
|
<SelfContained>true</SelfContained>
|
||||||
|
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@ -184,9 +187,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\GameDatabase\GameDatabase.csproj" />
|
<ProjectReference Include="..\GameDatabase\GameDatabase.csproj" />
|
||||||
<ProjectReference Include="..\SharedProject\SharedProject.csproj" />
|
<ProjectReference Include="..\SharedProject\SharedProject.csproj" />
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup Condition="'$(Configuration)'=='Debug'">
|
|
||||||
<ProjectReference Include="..\TaikoWebUI\TaikoWebUI.csproj" />
|
<ProjectReference Include="..\TaikoWebUI\TaikoWebUI.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user