-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathWinQuickLook.slnx
More file actions
26 lines (26 loc) · 960 Bytes
/
WinQuickLook.slnx
File metadata and controls
26 lines (26 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Solution>
<Configurations>
<Platform Name="arm64" />
<Platform Name="x64" />
</Configurations>
<Folder Name="/src/">
<Project Path="src\WinQuickLook.App/WinQuickLook.App.csproj">
<Platform Solution="*|arm64" Project="arm64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src\WinQuickLook.Core/WinQuickLook.Core.csproj">
<Platform Solution="*|arm64" Project="arm64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src\WinQuickLook.CsWin32/WinQuickLook.CsWin32.csproj">
<Platform Solution="*|arm64" Project="arm64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
</Folder>
<Folder Name="/tests/">
<Project Path="tests\WinQuickLook.Core.Tests/WinQuickLook.Core.Tests.csproj">
<Platform Solution="*|arm64" Project="arm64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
</Folder>
</Solution>