aboutsummaryrefslogtreecommitdiff
path: root/src/internal/WixBuildTools.XsdGen
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-11-15 17:53:46 -0800
committerRob Mensching <rob@firegiant.com>2025-12-14 08:00:56 -0800
commit4f966b47a3b24e77794a3366ca591548a3cc42c7 (patch)
tree7ad06f54af21a386046c36a8054100cb75a48f39 /src/internal/WixBuildTools.XsdGen
parenta52036eda6958f4671c9ecb04373bf7bc2e4bd36 (diff)
downloadwix-4f966b47a3b24e77794a3366ca591548a3cc42c7.tar.gz
wix-4f966b47a3b24e77794a3366ca591548a3cc42c7.tar.bz2
wix-4f966b47a3b24e77794a3366ca591548a3cc42c7.zip
Migrate all .sln files to .slnx
Modernize projects against new .slnx expecations as well.
Diffstat (limited to 'src/internal/WixBuildTools.XsdGen')
-rw-r--r--src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets2
-rw-r--r--src/internal/WixBuildTools.XsdGen/buildCrossTargeting/WixBuildTools.XsdGen.targets2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets b/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets
index 8420eaca..9643df07 100644
--- a/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets
+++ b/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
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">
5 <ItemGroup> 5 <ItemGroup>
6 <!--Provide support for setting type (BuildAction) from VS--> 6 <!--Provide support for setting type (BuildAction) from VS-->
7 <AvailableItemName Include="XsdGenSource" /> 7 <AvailableItemName Include="XsdGenSource" />
diff --git a/src/internal/WixBuildTools.XsdGen/buildCrossTargeting/WixBuildTools.XsdGen.targets b/src/internal/WixBuildTools.XsdGen/buildCrossTargeting/WixBuildTools.XsdGen.targets
index 58692095..968f33f3 100644
--- a/src/internal/WixBuildTools.XsdGen/buildCrossTargeting/WixBuildTools.XsdGen.targets
+++ b/src/internal/WixBuildTools.XsdGen/buildCrossTargeting/WixBuildTools.XsdGen.targets
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
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">
5 <Import Project="..\build\WixBuildTools.XsdGen.targets" /> 5 <Import Project="..\build\WixBuildTools.XsdGen.targets" />
6</Project> 6</Project>