summaryrefslogtreecommitdiff
path: root/ApiClient.csproj
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-04-29 23:26:18 +1000
committerJake Mannens <jake@asger.xyz>2026-05-06 04:24:37 +1000
commit4d3e88b9f54e893a6de49724538cd73c9dc6ea5f (patch)
tree624575e4d948f7a01f16fa8680e346ba1716ae05 /ApiClient.csproj
v0.13av0.13a
Diffstat (limited to 'ApiClient.csproj')
-rw-r--r--ApiClient.csproj19
1 files changed, 19 insertions, 0 deletions
diff --git a/ApiClient.csproj b/ApiClient.csproj
new file mode 100644
index 0000000..8cfe843
--- /dev/null
+++ b/ApiClient.csproj
@@ -0,0 +1,19 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net8.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ <AssemblyName>HyperBooru.ApiClient</AssemblyName>
+ <AssemblyTitle>HyperBooru.ApiClient</AssemblyTitle>
+ <RootNamespace>HyperBooru.ApiClient</RootNamespace>
+ <AssemblyVersion>0.13.0.0</AssemblyVersion>
+ <FileVersion>$(AssemblyVersion)</FileVersion>
+ <Version>0.13-alpha</Version>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\ApiModels\ApiModels.csproj" />
+ </ItemGroup>
+
+</Project>