File tree Expand file tree Collapse file tree 3 files changed +33
-5
lines changed
MSBuild/CustomOutputPathExtension Expand file tree Collapse file tree 3 files changed +33
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 <!--
You can’t perform that action at this time.
0 commit comments