aboutsummaryrefslogtreecommitdiff
path: root/src/internal/internal.slnx
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-11-15 17:53:46 -0800
committerRob Mensching <rob@firegiant.com>2025-11-16 14:57:53 -0800
commit39ff17ea54c119c3aa926ee5c3d4628204b93d31 (patch)
tree422ed11f91cf55b08864154faad0a2e296b8e488 /src/internal/internal.slnx
parentfcd24ed09ddd3275220481c676f7f0c64d3c4a33 (diff)
downloadwix-robmen/dev10.tar.gz
wix-robmen/dev10.tar.bz2
wix-robmen/dev10.zip
Migrate all .sln files to .slnxrobmen/dev10
Modernize projects against new .slnx expecations as well.
Diffstat (limited to '')
-rw-r--r--src/internal/internal.slnx16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/internal/internal.slnx b/src/internal/internal.slnx
new file mode 100644
index 00000000..6b48850b
--- /dev/null
+++ b/src/internal/internal.slnx
@@ -0,0 +1,16 @@
1<Solution>
2 <Configurations>
3 <Platform Name="Any CPU" />
4 <Platform Name="ARM64" />
5 <Platform Name="x64" />
6 <Platform Name="x86" />
7 </Configurations>
8 <Project Path="WixInternal.BaseBuildTasks.Sources/WixInternal.BaseBuildTasks.Sources.csproj" />
9 <Project Path="WixInternal.MSTestSupport/WixInternal.MSTestSupport.csproj" />
10 <Project Path="WixInternal.TestSupport.Native/WixInternal.TestSupport.Native.vcxproj" Id="95babd97-fbdb-453a-af8a-fa031a07b599">
11 <Platform Project="Win32" />
12 <Build Solution="*|ARM64" Project="false" />
13 <Build Solution="*|x64" Project="false" />
14 </Project>
15 <Project Path="WixInternal.TestSupport/WixInternal.TestSupport.csproj" />
16</Solution>