Skip to content

Commit 4bdb659

Browse files
committed
Added header, updated external properties
1 parent ea03781 commit 4bdb659

File tree

3 files changed

+33
-5
lines changed

3 files changed

+33
-5
lines changed

MSBuild/CustomOutputPathExtension/After.CustomOutputPath.targets

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
<!--EXTERNAL_PROPERTIES: BuildingInsideVisualStudio;BuildingByReSharper;UseVSHostingProcess;BaseOutputDrive;UseLinksInOutputDirectory;UsingCustomOutputPath;IsBaseOutputDriveAvailable -->
1+
<!--
2+
***********************************************************************************************
3+
After.CustomOutputPath.targets
24
3-
<!-- This runs after Microsoft.Common.targets -->
5+
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6+
created a backup copy. Incorrect changes to this file will make it
7+
impossible to load or build your projects from the command-line or the IDE.
48
9+
***********************************************************************************************
10+
-->
11+
12+
<!--EXTERNAL_PROPERTIES: BuildingInsideVisualStudio;BuildingInsideIDE;UseVSHostingProcess;BaseOutputPath;BaseOutputDrive;IsBaseOutputDriveAvailable;UseLinksInOutputDirectory;UsingCustomOutputPath;-->
513
<!-- ReSharper disable UnknownTask -->
614
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
715

MSBuild/CustomOutputPathExtension/Before.CustomOutputPath.targets

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
<!--EXTERNAL_PROPERTIES: UseLinksInOutputDirectory-->
1+
<!--
2+
***********************************************************************************************
3+
Before.CustomOutputPath.targets
24
3-
<!-- This runs before Microsoft.Common.targets -->
5+
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6+
created a backup copy. Incorrect changes to this file will make it
7+
impossible to load or build your projects from the command-line or the IDE.
8+
9+
***********************************************************************************************
10+
-->
11+
12+
<!--EXTERNAL_PROPERTIES: UseLinksInOutputDirectory;BuildingInsideVisualStudio;BuildingByReSharper-->
413
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
514

615
<Import Project=".\CustomOutputPath.props" />

MSBuild/CustomOutputPathExtension/CustomOutputPath.props

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
<!-- This runs before Microsoft.Common.targets -->
1+
<!--
2+
***********************************************************************************************
3+
CustomOutputPath.props
4+
5+
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6+
created a backup copy. Incorrect changes to this file will make it
7+
impossible to load or build your projects from the command-line or the IDE.
8+
9+
***********************************************************************************************
10+
-->
11+
12+
<!-- This runs before Microsoft.Common.targets -->
213
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
314

415
<!--

0 commit comments

Comments
 (0)