-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDotPilot.slnx
More file actions
29 lines (29 loc) · 874 Bytes
/
DotPilot.slnx
File metadata and controls
29 lines (29 loc) · 874 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
27
28
29
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="ARM" />
<Platform Name="ARM64" />
<Platform Name="iPhone" />
<Platform Name="iPhoneSimulator" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path=".vsconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
</Folder>
<Project Path="DotPilot/DotPilot.csproj">
<Deploy />
</Project>
<Folder Name="/Libraries/">
<Project Path="DotPilot.Core/DotPilot.Core.csproj" />
</Folder>
<Folder Name="/Tests/">
<Project Path="DotPilot.Tests/DotPilot.Tests.csproj" />
<Project Path="DotPilot.UITests/DotPilot.UITests.csproj" />
</Folder>
</Solution>