2025-04-16 10:24:33 +07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2025-04-17 22:25:37 +07:00
|
|
|
<ItemGroup>
|
|
|
|
<None Include="wwwroot\_content\images\blackjack-logo.png" />
|
|
|
|
<None Include="wwwroot\_content\images\card-back.png" />
|
|
|
|
<None Include="wwwroot\_content\images\dealer-avatar.png" />
|
|
|
|
<None Include="wwwroot\_content\images\hit-icon.png" />
|
|
|
|
<None Include="wwwroot\_content\images\new-game-icon.png" />
|
|
|
|
<None Include="wwwroot\_content\images\player-avatar.png" />
|
|
|
|
<None Include="wwwroot\_content\images\stand-icon.png" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2025-04-16 10:24:33 +07:00
|
|
|
</Project>
|