-
-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
20 lines (20 loc) · 795 Bytes
/
Directory.Build.props
File metadata and controls
20 lines (20 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<Copyright>Copyright © Henk Mollema 2014</Copyright>
<VersionPrefix>3.5.2</VersionPrefix>
<Authors>Henk Mollema</Authors>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<PackageProjectUrl>https://github.com/henkmollema/Dommel</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/henkmollema/Dommel</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugSymbols>true</DebugSymbols>
<DebugType>embedded</DebugType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="/"/>
</ItemGroup>
</Project>