summaryrefslogtreecommitdiff
path: root/ApiClient.csproj
diff options
context:
space:
mode:
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>