-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRS.ScriptLinkDemo.CSharp.sln
More file actions
43 lines (43 loc) · 2.73 KB
/
RS.ScriptLinkDemo.CSharp.sln
File metadata and controls
43 lines (43 loc) · 2.73 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RS.ScriptLinkDemo.CSharp.Objects", "RS.ScriptLinkDemo.CSharp.Objects\RS.ScriptLinkDemo.CSharp.Objects.csproj", "{CA57021B-4D25-4318-A78A-03F585DF2502}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RS.ScriptLinkDemo.CSharp.Soap.Tests", "RS.ScriptLinkDemo.CSharp.Soap.Tests\RS.ScriptLinkDemo.CSharp.Soap.Tests.csproj", "{96375238-BDC3-4191-A328-8D6F3F4065A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RS.ScriptLinkDemo.CSharp.Soap", "RS.ScriptLinkDemo.CSharp.Soap\RS.ScriptLinkDemo.CSharp.Soap.csproj", "{D3D433A3-6159-47F3-A0AF-E170DB36A214}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RS.ScriptLinkDemo.CSharp.Data", "RS.ScriptLinkDemo.CSharp.Data\RS.ScriptLinkDemo.CSharp.Data.csproj", "{CB5E0182-9381-4ADE-89E2-F27EC525AF23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA57021B-4D25-4318-A78A-03F585DF2502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA57021B-4D25-4318-A78A-03F585DF2502}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA57021B-4D25-4318-A78A-03F585DF2502}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA57021B-4D25-4318-A78A-03F585DF2502}.Release|Any CPU.Build.0 = Release|Any CPU
{96375238-BDC3-4191-A328-8D6F3F4065A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96375238-BDC3-4191-A328-8D6F3F4065A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96375238-BDC3-4191-A328-8D6F3F4065A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96375238-BDC3-4191-A328-8D6F3F4065A7}.Release|Any CPU.Build.0 = Release|Any CPU
{D3D433A3-6159-47F3-A0AF-E170DB36A214}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3D433A3-6159-47F3-A0AF-E170DB36A214}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3D433A3-6159-47F3-A0AF-E170DB36A214}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3D433A3-6159-47F3-A0AF-E170DB36A214}.Release|Any CPU.Build.0 = Release|Any CPU
{CB5E0182-9381-4ADE-89E2-F27EC525AF23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB5E0182-9381-4ADE-89E2-F27EC525AF23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB5E0182-9381-4ADE-89E2-F27EC525AF23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB5E0182-9381-4ADE-89E2-F27EC525AF23}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3766B781-A47B-425B-B06A-CFB8DBC71A14}
EndGlobalSection
EndGlobal