-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChizl.FileCompare.csproj
More file actions
39 lines (34 loc) · 1.36 KB
/
Chizl.FileCompare.csproj
File metadata and controls
39 lines (34 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;net8.0;net481</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
<Authors>Chizl</Authors>
<PackageId>Chizl.FileCompare</PackageId>
<Company>Chizl.com</Company>
<Copyright>© 2025 chizl.com</Copyright>
<PackageTags>file-compare;library;in-console;on-desktop;netstandard;core;framework</PackageTags>
<FileVersion>5.10.25.1309</FileVersion>
<Version>5.10.25.0</Version>
<AssemblyVersion>5.10.0.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Chizl.FileCompare.Tests\**" />
<Compile Remove="Chizl.FileComparer\**" />
<Compile Remove="src\**" />
<EmbeddedResource Remove="Chizl.FileCompare.Tests\**" />
<EmbeddedResource Remove="Chizl.FileComparer\**" />
<EmbeddedResource Remove="src\**" />
<None Remove="Chizl.FileCompare.Tests\**" />
<None Remove="Chizl.FileComparer\**" />
<None Remove="src\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Memory" Version="4.6.3" />
<PackageReference Include="System.Collections.Concurrent" Version="4.3.0" />
</ItemGroup>
</Project>