forked from mrpinkzh/exas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExAs.sln
44 lines (44 loc) · 2.11 KB
/
ExAs.sln
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
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{A25DD784-0193-4392-A8E8-928BCF037254}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExAs", "src\ExAs\ExAs.csproj", "{67692418-EF4F-4C04-980F-B6FE872E79AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExAs.Tests", "tests\ExAs.Tests\ExAs.Tests.csproj", "{66243631-ED19-4AF3-8416-DE0B3F50B8F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{84350C44-AE33-4AA0-808E-846686726F66}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{179D29E5-6A0D-4462-99E9-F189F6DFB106}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67692418-EF4F-4C04-980F-B6FE872E79AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67692418-EF4F-4C04-980F-B6FE872E79AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67692418-EF4F-4C04-980F-B6FE872E79AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67692418-EF4F-4C04-980F-B6FE872E79AA}.Release|Any CPU.Build.0 = Release|Any CPU
{66243631-ED19-4AF3-8416-DE0B3F50B8F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66243631-ED19-4AF3-8416-DE0B3F50B8F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66243631-ED19-4AF3-8416-DE0B3F50B8F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66243631-ED19-4AF3-8416-DE0B3F50B8F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal