-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubSonic.Core.Remoting.sln
37 lines (37 loc) · 1.92 KB
/
SubSonic.Core.Remoting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SubSonic.Core.Remoting", "SubSonic.Core.Remoting\SubSonic.Core.Remoting.csproj", "{2A908241-CAB7-4710-98D0-63239B44A59A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SubSonic.Core.Remoting.Testing", "SubSonic.Core.Remoting.Testing\SubSonic.Core.Remoting.Testing.csproj", "{FD607B01-A182-4FDC-94C3-0DAAB7FCFDC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F88A1CE3-0708-4318-9326-4F64CE862E4D}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A908241-CAB7-4710-98D0-63239B44A59A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A908241-CAB7-4710-98D0-63239B44A59A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A908241-CAB7-4710-98D0-63239B44A59A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A908241-CAB7-4710-98D0-63239B44A59A}.Release|Any CPU.Build.0 = Release|Any CPU
{FD607B01-A182-4FDC-94C3-0DAAB7FCFDC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD607B01-A182-4FDC-94C3-0DAAB7FCFDC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD607B01-A182-4FDC-94C3-0DAAB7FCFDC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD607B01-A182-4FDC-94C3-0DAAB7FCFDC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4511465-A14E-4B75-A940-72F244B2B6CC}
EndGlobalSection
EndGlobal