2018-04-06 20:15:17 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2018-02-21 20:29:23 -05:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net452</TargetFramework>
|
|
|
|
|
<PreserveCompilationContext>true</PreserveCompilationContext>
|
2018-02-27 22:27:23 -05:00
|
|
|
|
<AssemblyName>IW4MAdmin</AssemblyName>
|
2018-02-21 20:29:23 -05:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-04-04 15:38:34 -04:00
|
|
|
|
<PackageId>RaidMax.IW4MAdmin.WebfrontCore</PackageId>
|
2018-02-22 01:06:21 -05:00
|
|
|
|
<Platforms>AnyCPU;x86</Platforms>
|
2018-02-27 22:27:23 -05:00
|
|
|
|
<ApplicationIcon>wwwroot\favicon.ico</ApplicationIcon>
|
2018-03-06 02:22:19 -05:00
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
2018-04-04 15:38:34 -04:00
|
|
|
|
<Version>1.6.0</Version>
|
|
|
|
|
<Authors>RaidMax</Authors>
|
|
|
|
|
<Company>ForeverNone</Company>
|
|
|
|
|
<Copyright>2018</Copyright>
|
|
|
|
|
<PackageLicenseUrl>https://github.com/RaidMax/IW4M-Admin/blob/master/LICENSE</PackageLicenseUrl>
|
|
|
|
|
<Description>Complete administration tool designed for IW4x and compatible with most Call Of Duty® dedicated servers</Description>
|
|
|
|
|
<PackageProjectUrl>https://raidmax.org/IW4Madmin/</PackageProjectUrl>
|
|
|
|
|
<PackageIconUrl>https://raidmax.org/IW4Madmin/img/iw4adminicon-3.png</PackageIconUrl>
|
|
|
|
|
<RepositoryUrl>https://github.com/RaidMax/IW4M-Admin</RepositoryUrl>
|
|
|
|
|
<NeutralLanguage>en</NeutralLanguage>
|
2018-02-21 20:29:23 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-03-06 02:22:19 -05:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-04-02 23:11:19 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Remove="bower.json" />
|
|
|
|
|
<Content Remove="bundleconfig.json" />
|
|
|
|
|
<Content Remove="compilerconfig.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-02-21 20:29:23 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="wwwroot\**\*">
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-04-04 15:38:34 -04:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.1.3" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="1.1.3" />
|
2018-03-13 20:12:24 -04:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.1.5" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.7" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.1.4" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.3" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.3" />
|
2018-02-21 20:29:23 -05:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
|
2018-03-13 20:12:24 -04:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.2" />
|
2018-02-21 20:29:23 -05:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
|
2018-03-13 20:12:24 -04:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="1.1.3" />
|
2018-02-21 20:29:23 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-03-25 00:32:54 -04:00
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
|
2018-02-21 20:29:23 -05:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
|
2018-03-25 00:32:54 -04:00
|
|
|
|
<Exec Command="$(ProjectDir)..\AfterPublish.bat "$(ProjectDir)..\"" />
|
2018-02-21 20:29:23 -05:00
|
|
|
|
</Target>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<DotNetCliToolReference Include="BundlerMinifier.Core" Version="2.2.301" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-04-02 23:11:19 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="bower.json" />
|
|
|
|
|
<None Include="bundleconfig.json" />
|
|
|
|
|
<None Include="compilerconfig.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-02-21 20:29:23 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\SharedLibrary\SharedLibrary.csproj">
|
|
|
|
|
<Private>true</Private>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-03-14 01:36:25 -04:00
|
|
|
|
<ItemGroup>
|
2018-04-07 15:49:00 -04:00
|
|
|
|
<Content Update="appsettings.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2018-03-14 01:36:25 -04:00
|
|
|
|
<Content Update="IW4MAdminSettings.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-04-04 15:38:34 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Views\Account\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-04-06 20:15:17 -04:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent Condition=" '$(OS)' != 'Unix' ">if not exist "$(ProjectDir)LibSQLCE\x86" md "$(TargetDir)x86" xcopy /y "$(ProjectDir)LibSQLCE\x86" "$(TargetDir)x86\"</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent Condition=" '$(OS)' != 'Unix' ">if not exist "$(SolutionDir)BUILD" mkdir "$(SolutionDir)BUILD" if not exist "$(SolutionDir)BUILD\userraw\scripts" mkdir "$(SolutionDir)BUILD\userraw\scripts"</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-02-21 20:29:23 -05:00
|
|
|
|
</Project>
|