-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAuthing.ApiClient.sln
37 lines (37 loc) · 2.2 KB
/
Authing.ApiClient.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.31911.196
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authing.ApiClient.Framework.Test", "Test\Authing.ApiClient.Framework.Test\Authing.ApiClient.Framework.Test.csproj", "{EFFE944D-D59F-4327-9B88-752323F4E364}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authing.ApiClient", "Authing.ApiClient\Authing.ApiClient.csproj", "{A4C19AAD-2517-4E01-9056-8B5921B5A7FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authing.ApiClient.Test.Base", "Test\Authing.ApiClient.Test.Base\Authing.ApiClient.Test.Base.csproj", "{43CB8F5F-A3C1-4825-B9F3-B8A57E8935B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFFE944D-D59F-4327-9B88-752323F4E364}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFFE944D-D59F-4327-9B88-752323F4E364}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFFE944D-D59F-4327-9B88-752323F4E364}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFFE944D-D59F-4327-9B88-752323F4E364}.Release|Any CPU.Build.0 = Release|Any CPU
{A4C19AAD-2517-4E01-9056-8B5921B5A7FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4C19AAD-2517-4E01-9056-8B5921B5A7FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4C19AAD-2517-4E01-9056-8B5921B5A7FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4C19AAD-2517-4E01-9056-8B5921B5A7FF}.Release|Any CPU.Build.0 = Release|Any CPU
{43CB8F5F-A3C1-4825-B9F3-B8A57E8935B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43CB8F5F-A3C1-4825-B9F3-B8A57E8935B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43CB8F5F-A3C1-4825-B9F3-B8A57E8935B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43CB8F5F-A3C1-4825-B9F3-B8A57E8935B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66DB6A1D-8E4D-4443-8DB3-FB781294D7F1}
EndGlobalSection
EndGlobal