We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f874216 commit 0eec6ecCopy full SHA for 0eec6ec
build/Directory.Build.props
@@ -1,6 +1,11 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
4
+ <!--
5
+ Copyright (c) Microsoft Corporation.
6
+ Licensed under the MIT License.
7
+ -->
8
+
9
<PropertyGroup>
10
<ExtractedFolder Condition="'$(ExtractedFolder)'==''">C:\xtracted\</ExtractedFolder>
11
<ExtractedFolder Condition="!HasTrailingSlash('$(ExtractedFolder)')">$(ExtractedFolder)\</ExtractedFolder>
0 commit comments