-
Notifications
You must be signed in to change notification settings - Fork 1
/
Global.props
26 lines (22 loc) · 1016 Bytes
/
Global.props
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
<?xml version="1.0" encoding="utf-8"?>
<Project>
<Import Project="DotNetSdkMono.props" />
<PropertyGroup>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)Global.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<Product>Unit Of Work</Product>
<Copyright>Fubar Development Junker 2021</Copyright>
<Company>Fubar Development Junker</Company>
<Authors>Fubar Development Junker</Authors>
<PackageProjectUrl>https://github.com/FubarDevelopment/UnitOfWork</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>https://github.com/FubarDevelopment/UnitOfWork/releases</PackageReleaseNotes>
<RepositoryUrl>https://github.com/FubarDevelopment/UnitOfWork.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>