-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBaseLinkerApi.sln
34 lines (34 loc) · 2.32 KB
/
BaseLinkerApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseLinkerApi", "BaseLinkerApi\BaseLinkerApi.csproj", "{5F1C9091-1A6D-4E4E-B337-81EB93A08426}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleConsoleApp", "ExampleConsoleApp\ExampleConsoleApp.csproj", "{0E7F10FC-5EC3-4BF7-BE87-9651290FACF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseLinkerApi.Extensions.DependencyInjection", "BaseLinkerApi.Extensions.DependencyInjection\BaseLinkerApi.Extensions.DependencyInjection.csproj", "{5384CC59-AE99-41E8-A80B-A8B1F0DDDED1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseLinkerApi.Tests", "BaseLinkerApi.Tests\BaseLinkerApi.Tests.csproj", "{D9ACEF81-78EA-4A0E-B24B-E68F1903B6F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F1C9091-1A6D-4E4E-B337-81EB93A08426}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F1C9091-1A6D-4E4E-B337-81EB93A08426}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F1C9091-1A6D-4E4E-B337-81EB93A08426}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F1C9091-1A6D-4E4E-B337-81EB93A08426}.Release|Any CPU.Build.0 = Release|Any CPU
{0E7F10FC-5EC3-4BF7-BE87-9651290FACF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E7F10FC-5EC3-4BF7-BE87-9651290FACF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E7F10FC-5EC3-4BF7-BE87-9651290FACF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E7F10FC-5EC3-4BF7-BE87-9651290FACF5}.Release|Any CPU.Build.0 = Release|Any CPU
{5384CC59-AE99-41E8-A80B-A8B1F0DDDED1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5384CC59-AE99-41E8-A80B-A8B1F0DDDED1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5384CC59-AE99-41E8-A80B-A8B1F0DDDED1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5384CC59-AE99-41E8-A80B-A8B1F0DDDED1}.Release|Any CPU.Build.0 = Release|Any CPU
{D9ACEF81-78EA-4A0E-B24B-E68F1903B6F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9ACEF81-78EA-4A0E-B24B-E68F1903B6F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9ACEF81-78EA-4A0E-B24B-E68F1903B6F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9ACEF81-78EA-4A0E-B24B-E68F1903B6F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal