Skip to content

Commit 45519ce

Browse files
committed
A little cleanup.
1 parent 99b9a5a commit 45519ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/DotNetOpenAuth.BuildTasks/HardLinkCopy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
namespace DotNetOpenAuth.BuildTasks {
88
using System;
99
using System.Collections.Generic;
10+
using System.IO;
1011
using System.Linq;
1112
using System.Text;
1213
using Microsoft.Build.Framework;
1314
using Microsoft.Build.Utilities;
14-
using System.IO;
1515

1616
public class HardLinkCopy : Task {
1717
[Required]

tools/DotNetOpenAuth.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
<CheckAdminRights>
4545
<Output TaskParameter="IsElevated" PropertyName="IsElevated" />
4646
</CheckAdminRights>
47-
<Message Importance="High" Text="IsElevated = $(IsElevated)" />
47+
<Message Text="IsElevated = $(IsElevated)" />
4848
</Target>
4949
</Project>

0 commit comments

Comments
 (0)