2018-04-08 03:21:39 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2018-02-21 20:29:23 -05:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-02-12 21:34:29 -05:00
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
2019-02-15 23:19:59 -05:00
|
|
|
|
<RuntimeFrameworkVersion>2.2.2</RuntimeFrameworkVersion>
|
2019-03-17 18:37:50 -04:00
|
|
|
|
<RazorCompileOnBuild Condition="'$(CONFIG)'!='Debug'">true</RazorCompileOnBuild>
|
|
|
|
|
<RazorCompiledOnPublish Condition="'$(CONFIG)'!='Debug'">true</RazorCompiledOnPublish>
|
2018-04-09 15:17:10 -04:00
|
|
|
|
<PreserveCompilationContext>true</PreserveCompilationContext>
|
2018-04-08 02:44:42 -04:00
|
|
|
|
<TypeScriptToolsVersion>2.6</TypeScriptToolsVersion>
|
2018-04-04 15:38:34 -04:00
|
|
|
|
<PackageId>RaidMax.IW4MAdmin.WebfrontCore</PackageId>
|
2018-04-08 02:44:42 -04:00
|
|
|
|
<Version>2.0.0</Version>
|
2018-04-04 15:38:34 -04:00
|
|
|
|
<Authors>RaidMax</Authors>
|
2018-04-08 02:44:42 -04:00
|
|
|
|
<Company>Forever None</Company>
|
|
|
|
|
<Product>IW4MAdmin</Product>
|
2019-02-16 16:04:40 -05:00
|
|
|
|
<Description>IW4MAdmin is a complete server administration tool for IW4x and most Call of Duty® dedicated servers</Description>
|
2019-02-15 23:19:59 -05:00
|
|
|
|
<Copyright>2019</Copyright>
|
2018-04-04 15:38:34 -04:00
|
|
|
|
<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>
|
2018-04-04 15:38:34 -04:00
|
|
|
|
<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>
|
2018-04-08 14:48:40 -04:00
|
|
|
|
<ApplicationIcon />
|
2018-04-09 15:17:10 -04:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-04-08 14:48:40 -04:00
|
|
|
|
<StartupObject />
|
2018-04-19 01:48:14 -04:00
|
|
|
|
<Configurations>Debug;Release;Prerelease</Configurations>
|
2018-03-06 02:22:19 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-05-03 01:25:49 -04:00
|
|
|
|
<PropertyGroup>
|
2019-07-24 20:15:07 -04:00
|
|
|
|
<ServerGarbageCollection>false</ServerGarbageCollection>
|
|
|
|
|
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
|
2018-08-22 21:25:34 -04:00
|
|
|
|
<TieredCompilation>true</TieredCompilation>
|
2019-05-04 10:17:18 -04:00
|
|
|
|
<LangVersion>7.1</LangVersion>
|
2018-05-03 01:25:49 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-04-02 23:11:19 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Remove="bower.json" />
|
|
|
|
|
<Content Remove="bundleconfig.json" />
|
|
|
|
|
<Content Remove="compilerconfig.json" />
|
2019-02-26 22:25:27 -05:00
|
|
|
|
<Content Remove="Views\Plugins\Stats\Components\TopPlayers\_List.cshtml" />
|
|
|
|
|
<Content Remove="Views\Plugins\Stats\Index.cshtml" />
|
|
|
|
|
<Content Remove="Views\Plugins\Stats\_MessageContext.cshtml" />
|
|
|
|
|
<Content Remove="Views\Plugins\Stats\_PenaltyInfo.cshtml" />
|
2019-03-17 18:37:50 -04:00
|
|
|
|
<Content Remove="Views\Plugins\_ViewImports.cshtml" />
|
2018-04-02 23:11:19 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="bower.json" />
|
|
|
|
|
<None Include="bundleconfig.json" />
|
|
|
|
|
<None Include="compilerconfig.json" />
|
2019-02-26 22:25:27 -05:00
|
|
|
|
<None Include="Views\Plugins\Stats\Components\TopPlayers\_List.cshtml" />
|
|
|
|
|
<None Include="Views\Plugins\Stats\Index.cshtml" />
|
|
|
|
|
<None Include="Views\Plugins\Stats\_MessageContext.cshtml" />
|
|
|
|
|
<None Include="Views\Plugins\Stats\_PenaltyInfo.cshtml" />
|
2019-03-17 18:37:50 -04:00
|
|
|
|
<None Include="Views\Plugins\_ViewImports.cshtml" />
|
2018-04-02 23:11:19 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-04-16 16:31:14 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Update="wwwroot\**\*.*" CopyToPublishDirectory="Never" />
|
2019-02-16 18:18:50 -05:00
|
|
|
|
<Content Update="Views\*.*" CopyToPublishDirectory="Never" />
|
2018-04-16 16:31:14 -04:00
|
|
|
|
<None Include="wwwroot\css\global.min.css" CopyToPublishDirectory="Always" />
|
|
|
|
|
<None Include="wwwroot\js\global.min.js" CopyToPublishDirectory="Always" />
|
|
|
|
|
<None Include="wwwroot\images\icon.png" CopyToPublishDirectory="Always" />
|
2018-08-22 21:25:34 -04:00
|
|
|
|
<None Include="wwwroot\images\icons\**\*.png" CopyToPublishDirectory="Always" />
|
2019-07-27 16:23:45 -04:00
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\css\main.min.css" />
|
2018-04-16 16:31:14 -04:00
|
|
|
|
<None Include="wwwroot\lib\open-iconic\font\fonts\open-iconic.ttf" CopyToPublishDirectory="Always" />
|
|
|
|
|
<None Include="wwwroot\lib\open-iconic\font\fonts\open-iconic.woff" CopyToPublishDirectory="Always" />
|
|
|
|
|
<None Include="wwwroot\lib\open-iconic\font\fonts\open-iconic.otf" CopyToPublishDirectory="Always" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-02-21 20:29:23 -05:00
|
|
|
|
<ItemGroup>
|
2018-04-10 21:08:14 -04:00
|
|
|
|
<PackageReference Include="Bower" Version="1.3.11" />
|
2019-05-03 21:13:51 -04:00
|
|
|
|
<PackageReference Include="BuildBundlerMinifier" Version="2.9.406" />
|
2019-03-30 23:04:15 -04:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore" />
|
2019-02-12 21:34:29 -05:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
2019-05-29 17:55:35 -04:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
|
2019-02-12 21:34:29 -05:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
|
|
|
|
|
<PackageReference Update="Microsoft.NETCore.App" Version="2.2.2" />
|
2019-03-30 23:04:15 -04:00
|
|
|
|
<PackageReference Update="Microsoft.AspNetCore" Version="2.2.0" />
|
2018-04-08 02:44:42 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-04-09 15:17:10 -04:00
|
|
|
|
<ProjectReference Include="..\SharedLibraryCore\SharedLibraryCore.csproj">
|
|
|
|
|
<Private></Private>
|
|
|
|
|
</ProjectReference>
|
2018-02-21 20:29:23 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-04-19 01:48:14 -04:00
|
|
|
|
<ProjectExtensions><VisualStudio><UserProperties /></VisualStudio></ProjectExtensions>
|
2018-02-21 20:29:23 -05:00
|
|
|
|
</Project>
|