summaryrefslogtreecommitdiff
path: root/Server.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Server.csproj')
-rw-r--r--Server.csproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/Server.csproj b/Server.csproj
index 3a582e2..552a147 100644
--- a/Server.csproj
+++ b/Server.csproj
@@ -6,6 +6,17 @@
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>HyperBooru</AssemblyName>
<RootNamespace>HyperBooru</RootNamespace>
+ <AssemblyVersion>0.1.0.0</AssemblyVersion>
+ <FileVersion>$(AssemblyVersion)</FileVersion>
+ <Version>$(AssemblyVersion)</Version>
+ </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>
<ItemGroup>
@@ -20,4 +31,9 @@
<PackageReference Include="Mime-Detective" Version="23.6.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="Data\" />
+ </ItemGroup>
+
</Project>