-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNetCoreStack.DispatchProxyAsync.sln
62 lines (62 loc) · 3.67 KB
/
NetCoreStack.DispatchProxyAsync.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{54EEBEAF-81F0-47AA-B691-3A9C71AD5166}"
ProjectSection(SolutionItems) = preProject
..\..\Desktop\Configurations.props = ..\..\Desktop\Configurations.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A14A4EF5-C0B1-4FA6-8526-5BE7E654D55D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C3CE89F5-AA04-45CC-AE11-3DCEBCC6FA67}"
ProjectSection(SolutionItems) = preProject
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreStack.DispatchProxyAsync", "src\NetCoreStack.DispatchProxyAsync\NetCoreStack.DispatchProxyAsync.csproj", "{67D1CE34-B124-452F-9415-68A0DEB0BCA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreStack.DispatchProxyAsync.Tests", "test\NetCoreStack.DispatchProxyAsync.Tests\NetCoreStack.DispatchProxyAsync.Tests.csproj", "{4285CC40-3C29-409A-B8B1-95FAA7208C85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebClient", "test\WebClient\WebClient.csproj", "{259E1D73-4630-4ABF-BF8A-61370AF7A8B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreStack.Test.Common", "test\NetCoreStack.Test.Common\NetCoreStack.Test.Common.csproj", "{BBF91245-0922-4228-887B-FB86065FBA1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67D1CE34-B124-452F-9415-68A0DEB0BCA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67D1CE34-B124-452F-9415-68A0DEB0BCA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67D1CE34-B124-452F-9415-68A0DEB0BCA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67D1CE34-B124-452F-9415-68A0DEB0BCA6}.Release|Any CPU.Build.0 = Release|Any CPU
{4285CC40-3C29-409A-B8B1-95FAA7208C85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4285CC40-3C29-409A-B8B1-95FAA7208C85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4285CC40-3C29-409A-B8B1-95FAA7208C85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4285CC40-3C29-409A-B8B1-95FAA7208C85}.Release|Any CPU.Build.0 = Release|Any CPU
{259E1D73-4630-4ABF-BF8A-61370AF7A8B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{259E1D73-4630-4ABF-BF8A-61370AF7A8B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{259E1D73-4630-4ABF-BF8A-61370AF7A8B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{259E1D73-4630-4ABF-BF8A-61370AF7A8B5}.Release|Any CPU.Build.0 = Release|Any CPU
{BBF91245-0922-4228-887B-FB86065FBA1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBF91245-0922-4228-887B-FB86065FBA1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBF91245-0922-4228-887B-FB86065FBA1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBF91245-0922-4228-887B-FB86065FBA1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{67D1CE34-B124-452F-9415-68A0DEB0BCA6} = {54EEBEAF-81F0-47AA-B691-3A9C71AD5166}
{4285CC40-3C29-409A-B8B1-95FAA7208C85} = {A14A4EF5-C0B1-4FA6-8526-5BE7E654D55D}
{259E1D73-4630-4ABF-BF8A-61370AF7A8B5} = {A14A4EF5-C0B1-4FA6-8526-5BE7E654D55D}
{BBF91245-0922-4228-887B-FB86065FBA1C} = {A14A4EF5-C0B1-4FA6-8526-5BE7E654D55D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E352075-1585-4353-8FCD-491384D6FBAA}
EndGlobalSection
EndGlobal