-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathPerla.slnx
More file actions
37 lines (37 loc) · 1.37 KB
/
Perla.slnx
File metadata and controls
37 lines (37 loc) · 1.37 KB
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
30
31
32
33
34
35
36
37
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/sample/">
<Project Path="sample/src/App.fsproj" />
<Project Path="sample/tests/App.Tests.fsproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".config/dotnet-tools.json" />
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path=".gitpod.Dockerfile" />
<File Path=".gitpod.yml" />
<File Path="Directory.Packages.props" />
<File Path="LICENSE" />
<File Path="perla.schema.json" />
<File Path="README.md" />
<File Path="src/Directory.Build.props" />
<File Path="tools.fsx" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Perla.PkgManager/Perla.PkgManager.fsproj" />
<Project Path="src/Perla.Fable.Mocha/Perla.Fable.Mocha.fsproj" />
<Project Path="src/Perla.Fable.QUnit/Perla.Fable.QUnit.fsproj" />
<Project Path="src/Perla.Logger/Perla.Logger.fsproj" />
<Project Path="src/Perla.Plugins/Perla.Plugins.fsproj" />
<Project Path="src/Perla/Perla.fsproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Perla.PkgManager.Tests/Perla.PkgManager.Tests.fsproj" />
<Project Path="tests/Perla.Plugins.Tests/Perla.Plugins.Tests.fsproj" />
<Project Path="tests/Perla.Tests/Perla.Tests.fsproj" />
</Folder>
</Solution>