diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/internal/WixBuildTools.MsgGen/build/WixBuildTools.MsgGen.targets | 4 | ||||
| -rw-r--r-- | src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets | 6 |
2 files changed, 1 insertions, 9 deletions
diff --git a/src/internal/WixBuildTools.MsgGen/build/WixBuildTools.MsgGen.targets b/src/internal/WixBuildTools.MsgGen/build/WixBuildTools.MsgGen.targets index dfa7bcbe..024d7479 100644 --- a/src/internal/WixBuildTools.MsgGen/build/WixBuildTools.MsgGen.targets +++ b/src/internal/WixBuildTools.MsgGen/build/WixBuildTools.MsgGen.targets | |||
| @@ -2,10 +2,6 @@ | |||
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 3 | 3 | ||
| 4 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | 4 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 5 | <PropertyGroup> | ||
| 6 | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
| 7 | </PropertyGroup> | ||
| 8 | |||
| 9 | <ItemGroup> | 5 | <ItemGroup> |
| 10 | <!--Provide support for setting type (BuildAction) from VS--> | 6 | <!--Provide support for setting type (BuildAction) from VS--> |
| 11 | <AvailableItemName Include="MsgGenSource" /> | 7 | <AvailableItemName Include="MsgGenSource" /> |
diff --git a/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets b/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets index ca1b89f6..8420eaca 100644 --- a/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets +++ b/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets | |||
| @@ -2,10 +2,6 @@ | |||
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 3 | 3 | ||
| 4 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | 4 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 5 | <PropertyGroup> | ||
| 6 | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
| 7 | </PropertyGroup> | ||
| 8 | |||
| 9 | <ItemGroup> | 5 | <ItemGroup> |
| 10 | <!--Provide support for setting type (BuildAction) from VS--> | 6 | <!--Provide support for setting type (BuildAction) from VS--> |
| 11 | <AvailableItemName Include="XsdGenSource" /> | 7 | <AvailableItemName Include="XsdGenSource" /> |
| @@ -42,7 +38,7 @@ | |||
| 42 | BeforeTargets="PrepareResources" | 38 | BeforeTargets="PrepareResources" |
| 43 | DependsOnTargets="$(XsdGenDependsOn)" | 39 | DependsOnTargets="$(XsdGenDependsOn)" |
| 44 | Condition=" '@(XsdGenSource)' != '' " | 40 | Condition=" '@(XsdGenSource)' != '' " |
| 45 | Inputs="$(MSBuildAllProjects);@(XsdGenSource)" | 41 | Inputs="@(XsdGenSource)" |
| 46 | Outputs="$(IntermediateOutputPath)%(XsdGenSource.Filename).cs"> | 42 | Outputs="$(IntermediateOutputPath)%(XsdGenSource.Filename).cs"> |
| 47 | 43 | ||
| 48 | <PropertyGroup> | 44 | <PropertyGroup> |
