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>
|
2018-04-09 15:17:10 -04:00
|
|
|
|
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
|
|
|
|
|
<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>
|
|
|
|
|
<Description>IW4MAdmin is a complete server administration tool for IW4x and most Call of Duty® dedicated server</Description>
|
2018-04-04 15:38:34 -04:00
|
|
|
|
<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>
|
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-04-02 23:11:19 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Remove="bower.json" />
|
|
|
|
|
<Content Remove="bundleconfig.json" />
|
|
|
|
|
<Content Remove="compilerconfig.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="bower.json" />
|
|
|
|
|
<None Include="bundleconfig.json" />
|
|
|
|
|
<None Include="compilerconfig.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-04-16 16:31:14 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Update="wwwroot\**\*.*" CopyToPublishDirectory="Never" />
|
|
|
|
|
<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" />
|
|
|
|
|
<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" />
|
2018-04-09 23:33:42 -04:00
|
|
|
|
<PackageReference Include="BuildBundlerMinifier" Version="2.6.375" />
|
2018-04-16 16:31:14 -04:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
|
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-04-09 15:17:10 -04:00
|
|
|
|
|
2018-02-21 20:29:23 -05:00
|
|
|
|
</Project>
|