-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetX.AutoServiceGenerator.sln
65 lines (65 loc) · 4.42 KB
/
NetX.AutoServiceGenerator.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
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{83780E36-62A4-4496-9CBF-AE7106C79B0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetX.AutoServiceGenerator", "NetX.AutoServiceGenerator\NetX.AutoServiceGenerator.csproj", "{6D5B9450-91D2-47C0-B5BB-EA2C6CFCBE66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetX.AutoServiceGenerator.Definitions", "NetX.AutoServiceGenerator.Definitions\NetX.AutoServiceGenerator.Definitions.csproj", "{7ECBD5BB-6488-4942-9293-9FABB1317B9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoServiceServerSample", "samples\AutoServiceServerSample\AutoServiceServerSample.csproj", "{0E6EA065-4831-484B-821F-F0819D62B0CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoServiceServerSample.Definitions", "samples\AutoServiceServerSample.Definitions\AutoServiceServerSample.Definitions.csproj", "{DCAD2E95-8D1C-48F9-A749-C46A92E0BB0B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoServiceClientSample", "samples\AutoServiceClientSample\AutoServiceClientSample.csproj", "{2CF238E0-AD3D-4D8A-AEB1-573802C58795}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoServiceClientSample.Definitions", "samples\AutoServiceClientSample.Definitions\AutoServiceClientSample.Definitions.csproj", "{7B554378-12E9-47A4-85EB-3569748755BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F9A88236-0A20-4955-8B12-C129EE49A127}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D5B9450-91D2-47C0-B5BB-EA2C6CFCBE66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D5B9450-91D2-47C0-B5BB-EA2C6CFCBE66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D5B9450-91D2-47C0-B5BB-EA2C6CFCBE66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D5B9450-91D2-47C0-B5BB-EA2C6CFCBE66}.Release|Any CPU.Build.0 = Release|Any CPU
{7ECBD5BB-6488-4942-9293-9FABB1317B9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ECBD5BB-6488-4942-9293-9FABB1317B9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ECBD5BB-6488-4942-9293-9FABB1317B9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ECBD5BB-6488-4942-9293-9FABB1317B9E}.Release|Any CPU.Build.0 = Release|Any CPU
{0E6EA065-4831-484B-821F-F0819D62B0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E6EA065-4831-484B-821F-F0819D62B0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E6EA065-4831-484B-821F-F0819D62B0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E6EA065-4831-484B-821F-F0819D62B0CB}.Release|Any CPU.Build.0 = Release|Any CPU
{DCAD2E95-8D1C-48F9-A749-C46A92E0BB0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCAD2E95-8D1C-48F9-A749-C46A92E0BB0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCAD2E95-8D1C-48F9-A749-C46A92E0BB0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCAD2E95-8D1C-48F9-A749-C46A92E0BB0B}.Release|Any CPU.Build.0 = Release|Any CPU
{2CF238E0-AD3D-4D8A-AEB1-573802C58795}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CF238E0-AD3D-4D8A-AEB1-573802C58795}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CF238E0-AD3D-4D8A-AEB1-573802C58795}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CF238E0-AD3D-4D8A-AEB1-573802C58795}.Release|Any CPU.Build.0 = Release|Any CPU
{7B554378-12E9-47A4-85EB-3569748755BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B554378-12E9-47A4-85EB-3569748755BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B554378-12E9-47A4-85EB-3569748755BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B554378-12E9-47A4-85EB-3569748755BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0E6EA065-4831-484B-821F-F0819D62B0CB} = {83780E36-62A4-4496-9CBF-AE7106C79B0C}
{DCAD2E95-8D1C-48F9-A749-C46A92E0BB0B} = {83780E36-62A4-4496-9CBF-AE7106C79B0C}
{2CF238E0-AD3D-4D8A-AEB1-573802C58795} = {83780E36-62A4-4496-9CBF-AE7106C79B0C}
{7B554378-12E9-47A4-85EB-3569748755BE} = {83780E36-62A4-4496-9CBF-AE7106C79B0C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A9F73DC7-58C5-46FC-A137-7FA09E691B55}
EndGlobalSection
EndGlobal