aboutsummaryrefslogtreecommitdiff
path: root/src/dtf/dtf.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/dtf/dtf.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/dtf/dtf.slnx36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/dtf/dtf.slnx b/src/dtf/dtf.slnx
new file mode 100644
index 00000000..9e3a604f
--- /dev/null
+++ b/src/dtf/dtf.slnx
@@ -0,0 +1,36 @@
1<Solution>
2 <Configurations>
3 <Platform Name="Any CPU" />
4 <Platform Name="x64" />
5 <Platform Name="x86" />
6 </Configurations>
7 <Folder Name="/test/">
8 <Project Path="test/WixToolsetTests.Dtf.Compression.Cab/WixToolsetTests.Dtf.Compression.Cab.csproj" Id="4544158c-2d63-4146-85ff-62169280144e">
9 <BuildType Solution="Release|Any CPU" Project="Debug" />
10 </Project>
11 <Project Path="test/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj" Id="328799bb-7b03-4b28-8180-4132211fd07d">
12 <BuildType Solution="Release|Any CPU" Project="Debug" />
13 </Project>
14 <Project Path="test/WixToolsetTests.Dtf.Compression/WixToolsetTests.Dtf.Compression.csproj" Id="f045ffc1-05f9-4ea2-9f03-e1cbdb7bc4f9">
15 <BuildType Solution="Release|Any CPU" Project="Debug" />
16 </Project>
17 <Project Path="test/WixToolsetTests.Dtf.WindowsInstaller.CustomActions/WixToolsetTests.Dtf.WindowsInstaller.CustomActions.csproj" Id="137d376b-989f-4fea-9a67-01d8d38ca0de">
18 <BuildType Solution="Release|Any CPU" Project="Debug" />
19 </Project>
20 <Project Path="test/WixToolsetTests.Dtf.WindowsInstaller.Linq/WixToolsetTests.Dtf.WindowsInstaller.Linq.csproj" Id="4f55f9b8-d8b6-41eb-8796-221b4cd98324">
21 <BuildType Solution="Release|Any CPU" Project="Debug" />
22 </Project>
23 <Project Path="test/WixToolsetTests.Dtf.WindowsInstaller/WixToolsetTests.Dtf.WindowsInstaller.csproj" Id="16f5202f-9276-4166-975c-c9654baf8012">
24 <BuildType Solution="Release|Any CPU" Project="Debug" />
25 </Project>
26 </Folder>
27 <Project Path="WixToolset.Dtf.Compression.Cab/WixToolset.Dtf.Compression.Cab.csproj" />
28 <Project Path="WixToolset.Dtf.Compression.Zip/WixToolset.Dtf.Compression.Zip.csproj" />
29 <Project Path="WixToolset.Dtf.Compression/WixToolset.Dtf.Compression.csproj" />
30 <Project Path="WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.csproj" />
31 <Project Path="WixToolset.Dtf.MakeSfxCA/WixToolset.Dtf.MakeSfxCA.csproj" />
32 <Project Path="WixToolset.Dtf.Resources/WixToolset.Dtf.Resources.csproj" />
33 <Project Path="WixToolset.Dtf.WindowsInstaller.Linq/WixToolset.Dtf.WindowsInstaller.Linq.csproj" />
34 <Project Path="WixToolset.Dtf.WindowsInstaller.Package/WixToolset.Dtf.WindowsInstaller.Package.csproj" />
35 <Project Path="WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj" />
36</Solution>