-
Notifications
You must be signed in to change notification settings - Fork 196
Expand file tree
/
Copy pathVersion.props
More file actions
14 lines (14 loc) · 1.1 KB
/
Copy pathVersion.props
File metadata and controls
14 lines (14 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
<VersionPropsImported>true</VersionPropsImported>
<PresentMonVersion Condition="'$(PresentMonVersion)'==''">2.6.0</PresentMonVersion>
<PresentMonFileVersion Condition="'$(PresentMonFileVersion)'==''">2.6.0.0</PresentMonFileVersion>
<PresentMonProductVersion Condition="'$(PresentMonProductVersion)'==''">$(PresentMonFileVersion)</PresentMonProductVersion>
<PresentMonCopyright Condition="'$(PresentMonCopyright)'==''">Copyright (C) 2017-$([System.DateTime]::UtcNow.Year)</PresentMonCopyright>
</PropertyGroup>
<PropertyGroup>
<PresentMonFileVersionNumbers Condition="'$(PresentMonFileVersionNumbers)'==''">$([System.String]::Copy("$(PresentMonFileVersion)").Replace('.', ','))</PresentMonFileVersionNumbers>
<PresentMonProductVersionNumbers Condition="'$(PresentMonProductVersionNumbers)'==''">$([System.String]::Copy("$(PresentMonProductVersion)").Replace('.', ','))</PresentMonProductVersionNumbers>
</PropertyGroup>
</Project>