summary refs log tree commit diff
path: root/extra/admin-api/Utilities/Spacebar.AdminAPI.TestClient/Spacebar.AdminAPI.TestClient.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'extra/admin-api/Utilities/Spacebar.AdminAPI.TestClient/Spacebar.AdminAPI.TestClient.csproj')
-rw-r--r--extra/admin-api/Utilities/Spacebar.AdminAPI.TestClient/Spacebar.AdminAPI.TestClient.csproj46
1 files changed, 0 insertions, 46 deletions
diff --git a/extra/admin-api/Utilities/Spacebar.AdminAPI.TestClient/Spacebar.AdminAPI.TestClient.csproj b/extra/admin-api/Utilities/Spacebar.AdminAPI.TestClient/Spacebar.AdminAPI.TestClient.csproj
deleted file mode 100644

index fcbd9d61a..000000000 --- a/extra/admin-api/Utilities/Spacebar.AdminAPI.TestClient/Spacebar.AdminAPI.TestClient.csproj +++ /dev/null
@@ -1,46 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> - - <PropertyGroup> - <TargetFramework>net10.0</TargetFramework> - <Nullable>enable</Nullable> - <ImplicitUsings>enable</ImplicitUsings> - <LinkIncremental>true</LinkIncremental> - <LangVersion>preview</LangVersion> - <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> - - <UseBlazorWebAssembly>true</UseBlazorWebAssembly> - <BlazorEnableCompression>false</BlazorEnableCompression> - <BlazorCacheBootResources>false</BlazorCacheBootResources> - <!-- <RunAOTCompilation>true</RunAOTCompilation>--> - <BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport> - <InvariantGlobalization>true</InvariantGlobalization> - </PropertyGroup> - - <ItemGroup> - <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.20251005-232225" /> - <PackageReference Include="ArcaneLibs.Blazor.Components" Version="1.0.0-preview.20251005-232225" /> - <PackageReference Include="Blazored.LocalStorage" Version="4.5.0" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.0" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.0" PrivateAssets="all" /> - <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.0" /> - </ItemGroup> - - - <ItemGroup> - <Content Update="appsettings.Development.json"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </Content> - <Content Update="appsettings.json"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </Content> - <Content Update="wwwroot\appsettings.json"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </Content> - </ItemGroup> - - - <ItemGroup> - <ProjectReference Include="..\..\Spacebar.AdminApi.Models\Spacebar.AdminApi.Models.csproj" /> - </ItemGroup> - -</Project>