-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModularRPCs.sln
More file actions
91 lines (91 loc) · 6.62 KB
/
ModularRPCs.sln
File metadata and controls
91 lines (91 loc) · 6.62 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11018.127
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModularRPCs", "ModularRPCs\ModularRPCs.csproj", "{C075BBB6-B324-470C-BECA-BD5636BE3336}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModularRPCs.Examples", "ModularRPCs.Examples\ModularRPCs.Examples.csproj", "{EA18392C-D207-4E15-A7CA-F5DC4C257531}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModularRPCs.WebSockets", "ModularRPCs.WebSockets\ModularRPCs.WebSockets.csproj", "{817B2F75-B297-46FB-81F1-F35EB8153C75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModularRPCs.Test", "ModularRPCs.Test\ModularRPCs.Test.csproj", "{F0ED3B5A-D2FD-4FD3-8DB4-98B129CFB930}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModularRPCs.Test.Standalone", "ModularRPCs.Test.Standalone\ModularRPCs.Test.Standalone.csproj", "{A3243319-1879-4AB7-A656-40302253F85E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModularRPCs.Unity", "ModularRPCs.Unity\ModularRPCs.Unity.csproj", "{6B0ED543-8100-4A2E-9067-549502284B87}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
ModularRPCs.SourceGeneration\ModularRPCs.SourceGeneration.Common.targets = ModularRPCs.SourceGeneration\ModularRPCs.SourceGeneration.Common.targets
test.runsettings_ = test.runsettings_
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModularRPCs.NamedPipes", "ModularRPCs.NamedPipes\ModularRPCs.NamedPipes.csproj", "{E50130D9-6C0F-4140-A8FF-1AEE958CBF07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModularRPCs.SourceGeneration_Roslyn3.11", "ModularRPCs.SourceGeneration\ModularRPCs.SourceGeneration_Roslyn3.11.csproj", "{571497F3-3CAB-1DF9-F00F-7E44DDD517A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModularRPCs.SourceGeneration_Roslyn4.0", "ModularRPCs.SourceGeneration\ModularRPCs.SourceGeneration_Roslyn4.0.csproj", "{95249722-9243-68A2-1785-3B9A99D82495}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModularRPCs.SourceGeneration_Roslyn4.8", "ModularRPCs.SourceGeneration\ModularRPCs.SourceGeneration_Roslyn4.8.csproj", "{76B58E91-2E07-9A1D-8C5B-ED1FA3C0C0E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModularRPCs.SourceGeneration_Roslyn4.4", "ModularRPCs.SourceGeneration\ModularRPCs.SourceGeneration_Roslyn4.4.csproj", "{5B13A892-4928-683F-E3F3-56E97FB27436}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C075BBB6-B324-470C-BECA-BD5636BE3336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C075BBB6-B324-470C-BECA-BD5636BE3336}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C075BBB6-B324-470C-BECA-BD5636BE3336}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C075BBB6-B324-470C-BECA-BD5636BE3336}.Release|Any CPU.Build.0 = Release|Any CPU
{EA18392C-D207-4E15-A7CA-F5DC4C257531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA18392C-D207-4E15-A7CA-F5DC4C257531}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA18392C-D207-4E15-A7CA-F5DC4C257531}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA18392C-D207-4E15-A7CA-F5DC4C257531}.Release|Any CPU.Build.0 = Release|Any CPU
{817B2F75-B297-46FB-81F1-F35EB8153C75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{817B2F75-B297-46FB-81F1-F35EB8153C75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{817B2F75-B297-46FB-81F1-F35EB8153C75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{817B2F75-B297-46FB-81F1-F35EB8153C75}.Release|Any CPU.Build.0 = Release|Any CPU
{F0ED3B5A-D2FD-4FD3-8DB4-98B129CFB930}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0ED3B5A-D2FD-4FD3-8DB4-98B129CFB930}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0ED3B5A-D2FD-4FD3-8DB4-98B129CFB930}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0ED3B5A-D2FD-4FD3-8DB4-98B129CFB930}.Release|Any CPU.Build.0 = Release|Any CPU
{A3243319-1879-4AB7-A656-40302253F85E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3243319-1879-4AB7-A656-40302253F85E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3243319-1879-4AB7-A656-40302253F85E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3243319-1879-4AB7-A656-40302253F85E}.Release|Any CPU.Build.0 = Release|Any CPU
{6B0ED543-8100-4A2E-9067-549502284B87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B0ED543-8100-4A2E-9067-549502284B87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B0ED543-8100-4A2E-9067-549502284B87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B0ED543-8100-4A2E-9067-549502284B87}.Release|Any CPU.Build.0 = Release|Any CPU
{E50130D9-6C0F-4140-A8FF-1AEE958CBF07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E50130D9-6C0F-4140-A8FF-1AEE958CBF07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E50130D9-6C0F-4140-A8FF-1AEE958CBF07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E50130D9-6C0F-4140-A8FF-1AEE958CBF07}.Release|Any CPU.Build.0 = Release|Any CPU
{571497F3-3CAB-1DF9-F00F-7E44DDD517A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{571497F3-3CAB-1DF9-F00F-7E44DDD517A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{571497F3-3CAB-1DF9-F00F-7E44DDD517A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{571497F3-3CAB-1DF9-F00F-7E44DDD517A4}.Release|Any CPU.Build.0 = Release|Any CPU
{95249722-9243-68A2-1785-3B9A99D82495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95249722-9243-68A2-1785-3B9A99D82495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95249722-9243-68A2-1785-3B9A99D82495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95249722-9243-68A2-1785-3B9A99D82495}.Release|Any CPU.Build.0 = Release|Any CPU
{76B58E91-2E07-9A1D-8C5B-ED1FA3C0C0E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76B58E91-2E07-9A1D-8C5B-ED1FA3C0C0E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76B58E91-2E07-9A1D-8C5B-ED1FA3C0C0E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76B58E91-2E07-9A1D-8C5B-ED1FA3C0C0E2}.Release|Any CPU.Build.0 = Release|Any CPU
{5B13A892-4928-683F-E3F3-56E97FB27436}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B13A892-4928-683F-E3F3-56E97FB27436}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B13A892-4928-683F-E3F3-56E97FB27436}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B13A892-4928-683F-E3F3-56E97FB27436}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E484AA0D-7DDC-456D-A3BD-B3CBED693DC7}
EndGlobalSection
EndGlobal