forked from taradinoc/zilf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCurrentVersion.props
More file actions
23 lines (21 loc) · 870 Bytes
/
Copy pathCurrentVersion.props
File metadata and controls
23 lines (21 loc) · 870 Bytes
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"?>
<!-- Copied from IronPython and modified. See Build/IronPython-License.txt. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MajorVersion>1</MajorVersion>
<MinorVersion>1</MinorVersion>
<MicroVersion>0</MicroVersion>
<!-- Allowed: alpha,beta,candidate,final -->
<ReleaseLevel>final</ReleaseLevel>
<!-- If ReleaseLevel is "final", ReleaseSerial should be 0 -->
<ReleaseSerial>0</ReleaseSerial>
<AssemblyRevision>0</AssemblyRevision>
</PropertyGroup>
<PropertyGroup>
<Product>ZILF</Product>
<Company />
<Version>$(MajorVersion).$(MinorVersion)</Version>
<Authors>Tara McGrew</Authors>
<Copyright>Copyright 2010-$([System.DateTime]::Now.ToString('yyyy')) Tara McGrew</Copyright>
</PropertyGroup>
</Project>