-
Notifications
You must be signed in to change notification settings - Fork 0
/
FD.DataProvider.sln
37 lines (37 loc) · 2.04 KB
/
FD.DataProvider.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
# Visual Studio Version 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FD.SampleData", "FD.SampleData\FD.SampleData.csproj", "{EAB1AF43-5076-421A-9EB2-FB0B72770E11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleDemo", "ConsoleDemo\ConsoleDemo.csproj", "{38692DB6-8A0C-4E9C-8E40-2413F8740C87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityDemo", "IdentityDemo\IdentityDemo.csproj", "{F489BAD5-EA02-478B-A35E-EE46AD3501C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAB1AF43-5076-421A-9EB2-FB0B72770E11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAB1AF43-5076-421A-9EB2-FB0B72770E11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAB1AF43-5076-421A-9EB2-FB0B72770E11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAB1AF43-5076-421A-9EB2-FB0B72770E11}.Release|Any CPU.Build.0 = Release|Any CPU
{38692DB6-8A0C-4E9C-8E40-2413F8740C87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38692DB6-8A0C-4E9C-8E40-2413F8740C87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38692DB6-8A0C-4E9C-8E40-2413F8740C87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38692DB6-8A0C-4E9C-8E40-2413F8740C87}.Release|Any CPU.Build.0 = Release|Any CPU
{F489BAD5-EA02-478B-A35E-EE46AD3501C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F489BAD5-EA02-478B-A35E-EE46AD3501C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F489BAD5-EA02-478B-A35E-EE46AD3501C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F489BAD5-EA02-478B-A35E-EE46AD3501C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0EF58FED-7D00-4BF5-B8C9-3A0FE75EBFF6}
EndGlobalSection
EndGlobal