-
Notifications
You must be signed in to change notification settings - Fork 1
/
AzureAd.Bolero.sln
25 lines (25 loc) · 1.42 KB
/
AzureAd.Bolero.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 15.0.26124.0
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AzureAd.Bolero.Web", "AzureAd.Bolero.Web\AzureAd.Bolero.Web.fsproj", "{EB714E3B-0456-4321-9124-11A2920256F9}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AzureAd.Bolero.Server", "AzureAd.Bolero.Server\AzureAd.Bolero.Server.fsproj", "{B1FBE682-80C1-4C28-B571-099113C7A6BB}"
EndProject
Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1FBE682-80C1-4C28-B571-099113C7A6BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1FBE682-80C1-4C28-B571-099113C7A6BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1FBE682-80C1-4C28-B571-099113C7A6BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1FBE682-80C1-4C28-B571-099113C7A6BB}.Release|Any CPU.Build.0 = Release|Any CPU
{EB714E3B-0456-4321-9124-11A2920256F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB714E3B-0456-4321-9124-11A2920256F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB714E3B-0456-4321-9124-11A2920256F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB714E3B-0456-4321-9124-11A2920256F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
EndGlobal