forked from OmerMor/AsyncBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AsyncBridge.sln
31 lines (31 loc) · 1.63 KB
/
AsyncBridge.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncBridge", "AsyncBridge\AsyncBridge.csproj", "{12A1B828-6F9C-4748-8955-3C6B71187714}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncBridge.Tests", "AsyncBridge.Tests\AsyncBridge.Tests.csproj", "{67AF19E0-08F0-4E5A-A05B-83818C4359B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{4DAF2690-325F-4B61-A008-4A1182756385}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12A1B828-6F9C-4748-8955-3C6B71187714}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12A1B828-6F9C-4748-8955-3C6B71187714}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12A1B828-6F9C-4748-8955-3C6B71187714}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12A1B828-6F9C-4748-8955-3C6B71187714}.Release|Any CPU.Build.0 = Release|Any CPU
{67AF19E0-08F0-4E5A-A05B-83818C4359B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67AF19E0-08F0-4E5A-A05B-83818C4359B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67AF19E0-08F0-4E5A-A05B-83818C4359B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67AF19E0-08F0-4E5A-A05B-83818C4359B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal