-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocalIpc.sln
More file actions
45 lines (45 loc) · 2.42 KB
/
Copy pathLocalIpc.sln
File metadata and controls
45 lines (45 loc) · 2.42 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotDoc.LocalIpc", "DotDoc.LocalIpc\DotDoc.LocalIpc.csproj", "{4F5D3984-9B8E-4331-BF72-74DAA96B46F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotDoc.LocalIpc.TestClient", "DotDoc.LocalIpc.TestClient\DotDoc.LocalIpc.TestClient.csproj", "{5C6BB99F-BA9E-4ED5-A5DD-74D4364F5843}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE702BE7-CDB0-49D9-9A3C-AFC6D03C539B}"
ProjectSection(SolutionItems) = preProject
ChangeLog.md = ChangeLog.md
DotDoc.ruleset = DotDoc.ruleset
License.txt = License.txt
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotDoc.LocalIpc.Tests", "DotDoc.LocalIpc.Tests\DotDoc.LocalIpc.Tests.csproj", "{D6F01D79-D35B-41F8-8741-5F7657E6B2FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F5D3984-9B8E-4331-BF72-74DAA96B46F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F5D3984-9B8E-4331-BF72-74DAA96B46F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F5D3984-9B8E-4331-BF72-74DAA96B46F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F5D3984-9B8E-4331-BF72-74DAA96B46F9}.Release|Any CPU.Build.0 = Release|Any CPU
{5C6BB99F-BA9E-4ED5-A5DD-74D4364F5843}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C6BB99F-BA9E-4ED5-A5DD-74D4364F5843}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C6BB99F-BA9E-4ED5-A5DD-74D4364F5843}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{5C6BB99F-BA9E-4ED5-A5DD-74D4364F5843}.Release|Any CPU.Build.0 = Debug|Any CPU
{D6F01D79-D35B-41F8-8741-5F7657E6B2FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6F01D79-D35B-41F8-8741-5F7657E6B2FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6F01D79-D35B-41F8-8741-5F7657E6B2FF}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{D6F01D79-D35B-41F8-8741-5F7657E6B2FF}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C32FD3D-2A8D-4E3D-B7A6-C8416DAE1CA0}
EndGlobalSection
EndGlobal