This commit is contained in:
2026-06-12 23:50:36 +03:30
parent 49960c201f
commit 0d4ec1125f
+9
View File
@@ -1,4 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definition -->
<PropertyGroup>
<Version>1.0.0</Version>
@@ -29,4 +30,12 @@
<ItemGroup>
<ProjectReference Include="../xCommons/xCommons.csproj" />
</ItemGroup>
<!-- For XML Documentation Support -->
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
</Project>