Skip to content

Commit 0eec6ec

Browse files
committed
Minor comment update
1 parent f874216 commit 0eec6ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/Directory.Build.props

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

4+
<!--
5+
Copyright (c) Microsoft Corporation.
6+
Licensed under the MIT License.
7+
-->
8+
49
<PropertyGroup>
510
<ExtractedFolder Condition="'$(ExtractedFolder)'==''">C:\xtracted\</ExtractedFolder>
611
<ExtractedFolder Condition="!HasTrailingSlash('$(ExtractedFolder)')">$(ExtractedFolder)\</ExtractedFolder>

0 commit comments

Comments
 (0)