summaryrefslogtreecommitdiff
path: root/Server.csproj
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-05-22 00:52:16 +1000
committerJake Mannens <jake@asger.xyz>2026-05-23 22:22:55 +1000
commit12eaa5814ef20b0910e8d64a753378b6f6797989 (patch)
tree062cf477c29054e0f089cb80f0cd79a9f3b7ccd9 /Server.csproj
parent6de5d7f5364fe1d54703da6d6b7cb08ea26e939f (diff)
Initial commitwasm-initial
Diffstat (limited to 'Server.csproj')
-rw-r--r--Server.csproj57
1 files changed, 0 insertions, 57 deletions
diff --git a/Server.csproj b/Server.csproj
deleted file mode 100644
index 45bb9bd..0000000
--- a/Server.csproj
+++ /dev/null
@@ -1,57 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>net10.0</TargetFramework>
- <Nullable>enable</Nullable>
- <ImplicitUsings>enable</ImplicitUsings>
- <AssemblyName>HyperBooru</AssemblyName>
- <RootNamespace>HyperBooru</RootNamespace>
- <AssemblyVersion>0.17.0.0</AssemblyVersion>
- <FileVersion>$(AssemblyVersion)</FileVersion>
- <Version>0.17-alpha</Version>
- <UserSecretsId>2907567f-4640-4581-8f4d-0977952d26bd</UserSecretsId>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <NoWarn>1701;1702;8618</NoWarn>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <NoWarn>1701;1702;8618</NoWarn>
- </PropertyGroup>
-
- <PropertyGroup>
- <DefaultItemExcludes>$(DefaultItemExcludes);Data/**</DefaultItemExcludes>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)' == 'Release'">
- <DebugType>None</DebugType>
- <DebugSymbols>false</DebugSymbols>
- </PropertyGroup>
-
- <ItemGroup>
- <Compile Remove="Data/**" />
- <Content Remove="Data/**" />
- <EmbeddedResource Remove="Data/**" />
- <None Remove="Data/**" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.13.0" />
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.7" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.7">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- <PackageReference Include="Mime-Detective" Version="25.8.1" />
- <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.1" />
- <PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.7" />
- <PackageReference Include="System.Drawing.Common" Version="10.0.7" />
- <PackageReference Include="Tesseract" Version="5.2.0" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\ApiModels\ApiModels.csproj" />
- </ItemGroup>
-
-</Project>