Files
gpw_next/GPW.CORE.Smart8.Client/GPW.CORE.Smart8.Client.csproj
2026-03-27 19:07:51 +01:00

45 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
<StaticWebAssetProjectMode>Default</StaticWebAssetProjectMode>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Components\CmpTop.razor.cs" />
</ItemGroup>
<ItemGroup>
<Content Remove="compilerconfig.json" />
<Content Remove="Components\CmpTop.razor" />
<Content Remove="Components\Compo\UserBootstrapClient.razor" />
</ItemGroup>
<ItemGroup>
<None Remove="Components\CmpTop.razor.css" />
<None Remove="Components\CmpTop.razor.less" />
<None Remove="Components\CmpTop.razor.min.css" />
</ItemGroup>
<ItemGroup>
<None Include="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.25" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GPW.CORE.Smart8.Shared\GPW.CORE.Smart8.Shared.csproj" />
<ProjectReference Include="..\GPW.CORE\GPW.CORE.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Components\Compo\" />
</ItemGroup>
</Project>