-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBase.props
More file actions
19 lines (19 loc) · 829 Bytes
/
Base.props
File metadata and controls
19 lines (19 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Authors>Stephen Monaco</Authors>
<Company>Stephen Monaco</Company>
<Copyright>Copyright © Stephen Monaco 2023</Copyright>
<Version>1.2.2</Version>
<AssemblyVersion>1.2.2.0</AssemblyVersion>
<FileVersion>1.2.2.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>Generic tree structure accessed via disk-like paths. Useful for project hierarchies where resources can be decoupled from the tree.</Description>
</PropertyGroup>
<PropertyGroup>
<AnalysisLevel>latest</AnalysisLevel>
<LangVersion>latest</LangVersion>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>