-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathOpenAPITypeProvider.sln
43 lines (43 loc) · 2.53 KB
/
OpenAPITypeProvider.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "OpenAPITypeProvider.Runtime", "src\OpenAPITypeProvider.Runtime\OpenAPITypeProvider.Runtime.fsproj", "{584CA81F-A61B-4F7D-AC57-79F83D7A1A94}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "OpenAPITypeProvider.DesignTime", "src\OpenAPITypeProvider.DesignTime\OpenAPITypeProvider.DesignTime.fsproj", "{7972E214-8448-48A2-BB9E-CF26D719B96A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "OpenAPITypeProvider.Tests", "tests\OpenAPITypeProvider.Tests\OpenAPITypeProvider.Tests.fsproj", "{7BE3E3FD-5A65-4859-A70A-421BB211F6E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{584CA81F-A61B-4F7D-AC57-79F83D7A1A94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{584CA81F-A61B-4F7D-AC57-79F83D7A1A94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{584CA81F-A61B-4F7D-AC57-79F83D7A1A94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{584CA81F-A61B-4F7D-AC57-79F83D7A1A94}.Release|Any CPU.Build.0 = Release|Any CPU
{7972E214-8448-48A2-BB9E-CF26D719B96A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7972E214-8448-48A2-BB9E-CF26D719B96A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7972E214-8448-48A2-BB9E-CF26D719B96A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7972E214-8448-48A2-BB9E-CF26D719B96A}.Release|Any CPU.Build.0 = Release|Any CPU
{7BE3E3FD-5A65-4859-A70A-421BB211F6E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BE3E3FD-5A65-4859-A70A-421BB211F6E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BE3E3FD-5A65-4859-A70A-421BB211F6E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BE3E3FD-5A65-4859-A70A-421BB211F6E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7BE3E3FD-5A65-4859-A70A-421BB211F6E4} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
EndGlobalSection
EndGlobal