84 lines
5.2 KiB
XML
84 lines
5.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<UserSecretsId>aspnet-StandManager-6209be87-507a-4632-9a1b-da4f70705d2f</UserSecretsId>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.22" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.22" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.11">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.11" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.11">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Radzen.Blazor" Version="8.3.4" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\StandManager.Infrastructure\StandManager.Infrastructure.csproj" />
|
|
<ProjectReference Include="..\StandManager.Service\StandManager.Service.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\AccessDenied.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\ConfirmEmail.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\ConfirmEmailChange.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\ExternalLogin.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\ForgotPassword.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\ForgotPasswordConfirmation.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\InvalidPasswordReset.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\InvalidUser.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Lockout.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Login.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\LoginWith2fa.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\LoginWithRecoveryCode.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\ChangePassword.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\DeletePersonalData.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\Disable2fa.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\Email.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\EnableAuthenticator.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\ExternalLogins.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\GenerateRecoveryCodes.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\Index.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\PersonalData.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\ResetAuthenticator.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\SetPassword.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\TwoFactorAuthentication.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Manage\_Imports.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\Register.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\RegisterConfirmation.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\ResendEmailConfirmation.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\ResetPassword.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\ResetPasswordConfirmation.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Pages\_Imports.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Shared\AccountLayout.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Shared\ExternalLoginPicker.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Shared\ManageLayout.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Shared\ManageNavMenu.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Shared\RedirectToLogin.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Shared\ShowRecoveryCodes.razor" />
|
|
<_ContentIncludedByDefault Remove="Components\Account\Shared\StatusMessage.razor" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="OAService.Domain">
|
|
<HintPath>..\Libs\OAService.Domain.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="OAService.Infrastructure">
|
|
<HintPath>..\Libs\OAService.Infrastructure.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="OAService.Service">
|
|
<HintPath>..\Libs\OAService.Service.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|