-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
22 lines (21 loc) · 981 Bytes
/
Directory.Build.props
File metadata and controls
22 lines (21 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>14</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<Version>1.0.0</Version>
<Authors>Hawkynt</Authors>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/Hawkynt/CompressionWorkbench</PackageProjectUrl>
<PackageTags>Hawkynt;CompressionWorkbench</PackageTags>
<RepositoryUrl>https://github.com/Hawkynt/CompressionWorkbench</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
</Project>