forked from BruTile/BruTile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBruTile.Common.props
More file actions
25 lines (22 loc) · 1.05 KB
/
BruTile.Common.props
File metadata and controls
25 lines (22 loc) · 1.05 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
<?xml version="1.0" encoding="utf-8"?>
<Project>
<!--- Package information, Version -->
<PropertyGroup>
<Version>2.0.0-alpha1</Version>
<NeutralLanguage>en</NeutralLanguage>
<Copyright>Copyright © BruTile Developers Team 2008-2018</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/BruTile/BruTile/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/BruTile/BruTile</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/BruTile/BruTile</RepositoryUrl>
<PackageIconUrl>https://avatars2.githubusercontent.com/u/9279219?s=200&v=4</PackageIconUrl>
<Authors>Paul den Dulk, Felix Obermaier</Authors>
<Company>BruTile Developers Team</Company>
</PropertyGroup>
<!--- Compiler settings -->
<PropertyGroup>
<OutputPath>$(SolutionDir)$(Configuration)\$(ProjectName)</OutputPath>
<DocumentationFile>$(OutputPath)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591</NoWarn>
</PropertyGroup>
</Project>