2018-04-08 03:21:39 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2018-02-21 20:29:23 -05:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-12-24 16:23:43 -05:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2019-03-17 18:37:50 -04:00
|
|
|
|
<RazorCompileOnBuild Condition="'$(CONFIG)'!='Debug'">true</RazorCompileOnBuild>
|
|
|
|
|
<RazorCompiledOnPublish Condition="'$(CONFIG)'!='Debug'">true</RazorCompiledOnPublish>
|
2019-09-30 19:35:36 -04:00
|
|
|
|
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
|
2021-03-22 12:09:25 -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 />
|
2019-12-02 16:52:36 -05:00
|
|
|
|
<OutputType>Library</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>
|
2020-11-27 22:52:52 -05:00
|
|
|
|
<LangVersion>Latest</LangVersion>
|
2018-05-03 01:25:49 -04:00
|
|
|
|
</PropertyGroup>
|
2021-03-22 12:09:25 -04:00
|
|
|
|
|
2018-04-02 23:11:19 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="bundleconfig.json" />
|
|
|
|
|
<None Include="compilerconfig.json" />
|
2019-12-02 16:52:36 -05:00
|
|
|
|
<None Include="wwwroot\css\src\global.css" />
|
2018-04-02 23:11:19 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-04-16 16:31:14 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Update="wwwroot\**\*.*" CopyToPublishDirectory="Never" />
|
2019-12-02 16:52:36 -05:00
|
|
|
|
<Content Update="wwwroot\css\src\global.css" CopyToPublishDirectory="Never" />
|
|
|
|
|
<Content Update="wwwroot\css\src\global.min.css" CopyToPublishDirectory="Never" />
|
2019-02-16 18:18:50 -05:00
|
|
|
|
<Content Update="Views\*.*" CopyToPublishDirectory="Never" />
|
2019-12-02 16:52:36 -05:00
|
|
|
|
<None Include="wwwroot\css\global.min.css" CopyToPublishDirectory="PreserveNewest" />
|
|
|
|
|
<None Include="wwwroot\js\global.min.js" CopyToPublishDirectory="PreserveNewest" />
|
|
|
|
|
<None Include="wwwroot\images\**\*.*" CopyToPublishDirectory="PreserveNewest" />
|
2021-03-22 12:09:25 -04:00
|
|
|
|
<Content Remove="wwwroot\images\icons\crosshair.png" />
|
2018-04-16 16:31:14 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-02-21 20:29:23 -05:00
|
|
|
|
<ItemGroup>
|
2019-12-02 16:52:36 -05:00
|
|
|
|
<PackageReference Include="BuildWebCompiler" Version="1.12.405" />
|
2020-08-20 12:08:21 -04:00
|
|
|
|
<PackageReference Include="BundlerMinifier.Core" Version="3.2.449" />
|
2020-12-16 14:11:30 -05:00
|
|
|
|
<PackageReference Include="FluentValidation.AspNetCore" Version="9.3.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
|
2019-12-02 16:52:36 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-08-20 14:10:43 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<DotNetCliToolReference Include="BundlerMinifier.Core" Version="3.2.449" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-01-11 21:32:27 -05:00
|
|
|
|
<ItemGroup Condition="'$(Configuration)'=='Debug'">
|
2020-08-17 22:21:11 -04:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.7" />
|
2018-04-08 02:44:42 -04:00
|
|
|
|
</ItemGroup>
|
2020-08-17 22:21:11 -04:00
|
|
|
|
|
2019-12-02 16:52:36 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="wwwroot\lib\canvas.js\" />
|
|
|
|
|
</ItemGroup>
|
2020-11-11 19:53:23 -05:00
|
|
|
|
|
2019-12-02 16:52:36 -05:00
|
|
|
|
<ItemGroup>
|
2021-03-22 12:09:25 -04:00
|
|
|
|
<ProjectReference Include="..\Plugins\Stats\Stats.csproj" />
|
2019-12-02 16:52:36 -05:00
|
|
|
|
<ProjectReference Include="..\SharedLibraryCore\SharedLibraryCore.csproj" />
|
|
|
|
|
</ItemGroup>
|
2018-04-08 02:44:42 -04:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-12-02 16:52:36 -05:00
|
|
|
|
<Content Update="libman.json">
|
|
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2018-02-21 20:29:23 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-11-18 10:08:24 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="Views\Plugins\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Remove="Views\Plugins\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-12-02 16:52:36 -05:00
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<UserProperties />
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
|
|
|
|
|
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
2020-01-17 18:31:53 -05:00
|
|
|
|
<Exec Command="if $(ConfigurationName) == Debug ( 
powershell -Command wget https://raw.githubusercontent.com/iconic/open-iconic/master/font/css/open-iconic-bootstrap.scss -o $(ProjectDir)wwwroot\lib\open-iconic\font\css\open-iconic-bootstrap.scss
echo d | xcopy /f /y $(ProjectDir)wwwroot\lib\open-iconic\font\fonts $(ProjectDir)wwwroot\font\
)" />
|
2019-12-02 16:52:36 -05:00
|
|
|
|
</Target>
|
2020-08-20 14:10:43 -04:00
|
|
|
|
|
|
|
|
|
<Target Name="MyPreCompileTarget" BeforeTargets="Build">
|
2021-08-26 18:37:01 -04:00
|
|
|
|
<Exec Command="dotnet bundle" />
|
2020-08-20 14:10:43 -04:00
|
|
|
|
</Target>
|
2018-02-21 20:29:23 -05:00
|
|
|
|
</Project>
|