This commit is contained in:
Frede Hundewadt 2023-08-03 06:49:39 +02:00
parent 2ca6e1346c
commit 446ee6cd32
2 changed files with 30 additions and 0 deletions

View file

@ -13,6 +13,12 @@
<PackageLicenseExpression> AGPL-3.0-or-later</PackageLicenseExpression>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Remove="AssemblyInfo.tt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NewtonSoft.Json" Version="13.0.3" />
</ItemGroup>
@ -28,4 +34,8 @@
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>

View file

@ -0,0 +1,20 @@
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("FCS.Lib.Virk")]
[assembly: AssemblyDescription("FCS.Lib.Virk")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("FCS")]
[assembly: AssemblyProduct("FCS.Lib.Virk")]
[assembly: AssemblyCopyright("AGPL-3.0-or-later Copyright © FCS 2015-2022")]
[assembly: AssemblyTrademark("© FCS")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("8D850197-78DB-4D16-A91F-E5BB6E8880A7")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]