101 lines
4.9 KiB
XML
101 lines
4.9 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<UserSecretsId>aspnet-LANCommander-C1F79CFA-9767-4AD7-BD5A-2549F8328A2D</UserSecretsId>
|
|
<ApplicationIcon>wwwroot\favicon.ico</ApplicationIcon>
|
|
<TypeScriptModuleKind>none</TypeScriptModuleKind>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Remove="wwwroot\js\Upload.ts" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Condition="$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))">
|
|
<DefineConstants>WINDOWS</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))">
|
|
<DefineConstants>LINUX</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))">
|
|
<DefineConstants>MACOS</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AntDesign" Version="0.15.5" />
|
|
<PackageReference Include="AntDesign.Charts" Version="0.3.1" />
|
|
<PackageReference Include="Blazor-ApexCharts" Version="1.0.1" />
|
|
<PackageReference Include="BlazorMonaco" Version="3.1.0" />
|
|
<PackageReference Include="ByteSize" Version="2.1.1" />
|
|
<PackageReference Include="CoreRCON" Version="5.0.5" />
|
|
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.5" />
|
|
<PackageReference Include="Hangfire.Core" Version="1.8.5" />
|
|
<PackageReference Include="Hangfire.InMemory" Version="0.5.1" />
|
|
<PackageReference Include="IGDB" Version="2.3.2" />
|
|
<PackageReference Include="IPXRelayDotNet" Version="1.0.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.11" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.11" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.11" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.11" />
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.11" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.11" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.11" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.11">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.2.2">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.10" />
|
|
<PackageReference Include="NLog" Version="5.2.4" />
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.4" />
|
|
<PackageReference Include="RegParserDotNet" Version="1.0.4" />
|
|
<PackageReference Include="rix0rrr.BeaconLib" Version="1.0.2" />
|
|
<PackageReference Include="swashbuckle" Version="5.6.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
|
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="7.0.0" />
|
|
<PackageReference Include="XtermBlazor" Version="1.9.0" />
|
|
<PackageReference Include="YamlDotNet" Version="13.3.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="bin\Debug\net6.0\" />
|
|
<Folder Include="Data\Migrations\" />
|
|
<Folder Include="Migrations\" />
|
|
<Folder Include="Pages\Games\Archives\" />
|
|
<Folder Include="Scripts\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\LANCommander.PCGamingWiki\LANCommander.PCGamingWiki.csproj" />
|
|
<ProjectReference Include="..\LANCommander.SDK\LANCommander.SDK.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Update="wwwroot\scripts\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\scripts\tsconfig.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="favicon.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<TypeScriptCompile Update="wwwroot\js\Upload.ts">
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</TypeScriptCompile>
|
|
</ItemGroup>
|
|
|
|
<ProjectExtensions><VisualStudio><UserProperties /></VisualStudio></ProjectExtensions>
|
|
|
|
</Project>
|