IW4M-Admin/WebfrontCore/WebfrontCore.csproj

54 lines
1.7 KiB
XML
Raw Normal View History

2018-04-08 03:21:39 -04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2018-02-21 20:29:23 -05:00
<PropertyGroup>
2018-04-08 02:44:42 -04:00
<TargetFramework>netcoreapp2.0</TargetFramework>
<TypeScriptToolsVersion>2.6</TypeScriptToolsVersion>
<PackageId>RaidMax.IW4MAdmin.WebfrontCore</PackageId>
2018-04-08 02:44:42 -04:00
<Version>2.0.0</Version>
<Authors>RaidMax</Authors>
2018-04-08 02:44:42 -04:00
<Company>Forever None</Company>
<Product>IW4MAdmin</Product>
<Description>IW4MAdmin is a complete server administration tool for IW4x and most Call of Duty® dedicated server</Description>
<Copyright>2018</Copyright>
<PackageLicenseUrl>https://github.com/RaidMax/IW4M-Admin/blob/master/LICENSE</PackageLicenseUrl>
2018-04-08 02:44:42 -04:00
<PackageProjectUrl>https://raidmax.org/IW4MAdmin</PackageProjectUrl>
<RepositoryUrl>https://github.com/RaidMax/IW4M-Admin</RepositoryUrl>
2018-04-08 02:44:42 -04:00
<PackageIconUrl>https://raidmax.org/IW4MAdmin/img/iw4adminicon-3.png</PackageIconUrl>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
2018-03-06 02:22:19 -05:00
</PropertyGroup>
<ItemGroup>
<Content Remove="bower.json" />
<Content Remove="bundleconfig.json" />
<Content Remove="compilerconfig.json" />
</ItemGroup>
2018-02-21 20:29:23 -05:00
<ItemGroup>
2018-04-08 02:44:42 -04:00
<Folder Include="Views\Account\" />
<Folder Include="wwwroot\" />
2018-02-21 20:29:23 -05:00
</ItemGroup>
<ItemGroup>
<None Include="bower.json" />
<None Include="bundleconfig.json" />
<None Include="compilerconfig.json" />
</ItemGroup>
2018-02-21 20:29:23 -05:00
<ItemGroup>
2018-04-08 02:44:42 -04:00
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharedLibraryCore\SharedLibraryCore.csproj" />
2018-02-21 20:29:23 -05:00
</ItemGroup>
<ItemGroup>
<Content Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
2018-02-21 20:29:23 -05:00
</Project>