-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.props
23 lines (23 loc) · 996 Bytes
/
package.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<Project>
<PropertyGroup>
<VersionPrefix>0.1.0</VersionPrefix>
<FileVersion>$(VersionPrefix).0</FileVersion>
<AssemblyVersion>$(VersionPrefix).0</AssemblyVersion>
<RootPkgNamespace>E5R.Zero</RootPkgNamespace>
<Product>E5R.Zero</Product>
<Company>E5R Development Team</Company>
<Copyright>Copyright (c) E5R Development Team</Copyright>
<Authors>erlimar</Authors>
<RepositoryUrl>https://github.com/e5r/zero</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProject>https://github.com/e5r/zero</PackageProject>
<PackageLicense>https://github.com/e5r/manifest/blob/master/license/APACHE-2.0.txt</PackageLicense>
<TargetFramework>net5.0</TargetFramework>
<AnalysisLevel>5.0</AnalysisLevel>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugType>Full</DebugType>
</PropertyGroup>
</Project>