adding publish profiles

This commit is contained in:
RaidMax
2018-04-08 02:21:39 -05:00
parent fdde7dfdba
commit 06d3de375b
3 changed files with 61 additions and 41 deletions

BIN
WebfrontCore/IW4MAdmin.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<TypeScriptToolsVersion>2.6</TypeScriptToolsVersion>
<PackageId>RaidMax.IW4MAdmin.WebfrontCore</PackageId>
<Version>2.0.0</Version>
@ -22,6 +23,10 @@
<Content Remove="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<None Remove="Properties\PublishProfiles\Publish - Stable - Portable - Any.pubxml" />
</ItemGroup>
<ItemGroup>
<Folder Include="Views\Account\" />
<Folder Include="wwwroot\" />