-
Notifications
You must be signed in to change notification settings - Fork 0
/
dotapi.sln
37 lines (37 loc) · 2.27 KB
/
dotapi.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotapi.Generator", "src\dotapi.Generator\dotapi.Generator.csproj", "{B3DA7539-F21C-4360-B9E0-C8E1BD43A0B1}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "dotapi", "src\dotapi\dotapi.fsproj", "{FCE319D6-1EBD-477F-8276-79A357EB5BEA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{166DC153-7021-45F9-95EF-C8E4FD1035C6}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "dotapi.Tests", "tests\dotapi.Tests.fsproj", "{C9C47245-8F96-4493-8C76-56FD6039B203}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "build", "build\build.csproj", "{95DF94B0-9C7F-4AB8-81DC-3433337C4CC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95DF94B0-9C7F-4AB8-81DC-3433337C4CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95DF94B0-9C7F-4AB8-81DC-3433337C4CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3DA7539-F21C-4360-B9E0-C8E1BD43A0B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3DA7539-F21C-4360-B9E0-C8E1BD43A0B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3DA7539-F21C-4360-B9E0-C8E1BD43A0B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3DA7539-F21C-4360-B9E0-C8E1BD43A0B1}.Release|Any CPU.Build.0 = Release|Any CPU
{FCE319D6-1EBD-477F-8276-79A357EB5BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCE319D6-1EBD-477F-8276-79A357EB5BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCE319D6-1EBD-477F-8276-79A357EB5BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCE319D6-1EBD-477F-8276-79A357EB5BEA}.Release|Any CPU.Build.0 = Release|Any CPU
{C9C47245-8F96-4493-8C76-56FD6039B203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9C47245-8F96-4493-8C76-56FD6039B203}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9C47245-8F96-4493-8C76-56FD6039B203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9C47245-8F96-4493-8C76-56FD6039B203}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C9C47245-8F96-4493-8C76-56FD6039B203} = {166DC153-7021-45F9-95EF-C8E4FD1035C6}
EndGlobalSection
EndGlobal