-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMSIXplainer.slnx
More file actions
24 lines (23 loc) · 828 Bytes
/
Copy pathMSIXplainer.slnx
File metadata and controls
24 lines (23 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Solution>
<Configurations>
<Platform Name="ARM64" />
<Platform Name="x64" />
</Configurations>
<Project Path="MSIXplainer.Cli/MSIXplainer.Cli.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="MSIXplainer.Core.Tests/MSIXplainer.Core.Tests.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="MSIXplainer.Core/MSIXplainer.Core.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="MSIXplainer/MSIXplainer.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
<Deploy />
</Project>
</Solution>