-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.slnx
More file actions
27 lines (26 loc) · 990 Bytes
/
Copy pathProject.slnx
File metadata and controls
27 lines (26 loc) · 990 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="Any CPU" />
<Platform Name="x64" />
</Configurations>
<Project Path="Project.Core/Project.Core.csproj">
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="Debug|Any CPU" Project="x64" />
</Project>
<Project Path="Project.Models/Project.Models.csproj">
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="Debug|Any CPU" Project="x64" />
</Project>
<Project Path="Project.Protocols/Project.Protocols.csproj">
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="Debug|Any CPU" Project="x64" />
</Project>
<Project Path="Project.UI/Project.UI.csproj">
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="Debug|Any CPU" Project="x64" />
</Project>
<Project Path="Project.ViewModels/Project.ViewModels.csproj">
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="Debug|Any CPU" Project="x64" />
</Project>
</Solution>