-
Notifications
You must be signed in to change notification settings - Fork 0
/
Deinok.Runtime.Serialization.props
30 lines (26 loc) · 1.12 KB
/
Deinok.Runtime.Serialization.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
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Authors>Deinok</Authors>
<GenerateAssemblyInfo>True</GenerateAssemblyInfo>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<LangVersion>7</LangVersion>
<NeutralLanguage>en</NeutralLanguage>
<NoWarn>CS1701</NoWarn>
<PackageLicenseUrl>https://raw.githubusercontent.com/deinok/Deinok.Runtime.Serialization/master/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/deinok/Deinok.Runtime.Serialization</PackageProjectUrl>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<RepositoryUrl>git@github.com:deinok/Deinok.Runtime.Serialization.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<!--<TreatWarningsAsErrors>True</TreatWarningsAsErrors>-->
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSufix>alpha6</VersionSufix>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<Optimize>True</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<Optimize>False</Optimize>
</PropertyGroup>
</Project>