Skip to content

Commit 39ff17e

Browse files
committed
Migrate all .sln files to .slnx
Modernize projects against new .slnx expecations as well.
1 parent fcd24ed commit 39ff17e

File tree

167 files changed

+20365
-3374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+20365
-3374
lines changed

src/api/api.sln

Lines changed: 0 additions & 208 deletions
This file was deleted.

src/api/api.slnx

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="ARM64" />
5+
<Platform Name="x64" />
6+
<Platform Name="x86" />
7+
</Configurations>
8+
<Folder Name="/burn/">
9+
<Project Path="burn/balutil/balutil.vcxproj" Id="edcb8095-0e6a-43e0-bc33-c4f762fc5cdb">
10+
<Platform Solution="*|Any CPU" Project="Win32" />
11+
<Build Solution="Release|Any CPU" Project="false" />
12+
</Project>
13+
<Project Path="burn/bextutil/bextutil.vcxproj" Id="06027492-1cb9-48bc-b31e-c1f9356ed07e">
14+
<Platform Solution="*|Any CPU" Project="Win32" />
15+
<Build Solution="Release|Any CPU" Project="false" />
16+
</Project>
17+
<Project Path="burn/mbanative/mbanative.vcxproj" Id="665e0441-17f9-4105-b202-edf274657f6e">
18+
<Platform Solution="*|Any CPU" Project="Win32" />
19+
<Build Solution="Release|Any CPU" Project="false" />
20+
</Project>
21+
<Project Path="burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj" Id="9b507af9-035e-4db6-8c0c-5dcc3fef2631">
22+
<Platform Project="Win32" />
23+
<Build Solution="*|ARM64" Project="false" />
24+
<Build Solution="*|x64" Project="false" />
25+
<Build Solution="Release|Any CPU" Project="false" />
26+
</Project>
27+
<Project Path="burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj" Id="b69e6422-49b0-4e28-92f9-b8a7410a6ed9">
28+
<Platform Project="Win32" />
29+
<Build Solution="*|ARM64" Project="false" />
30+
<Build Solution="*|x64" Project="false" />
31+
<Build Solution="Release|Any CPU" Project="false" />
32+
</Project>
33+
<Project Path="burn/test/WixToolsetTest.BootstrapperApplicationApi/WixToolsetTest.BootstrapperApplicationApi.csproj" />
34+
<Project Path="burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.csproj" />
35+
</Folder>
36+
<Folder Name="/wix/">
37+
<Project Path="wix/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj" />
38+
<Project Path="wix/WixToolset.Data/WixToolset.Data.csproj" />
39+
<Project Path="wix/WixToolset.Extensibility/WixToolset.Extensibility.csproj" />
40+
</Folder>
41+
</Solution>

src/api/burn/WixToolset.BootstrapperApplicationApi/build/WixToolset.BootstrapperApplicationApi.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- 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. -->
33

4-
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
55
<ItemDefinitionGroup>
66
<ClCompile>
77
<AdditionalIncludeDirectories>$(MSBuildThisFileDirectory)native\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

0 commit comments

Comments
 (0)