forked from steamcore/TinyIpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TinyIpc.sln
51 lines (51 loc) · 2.8 KB
/
TinyIpc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{099CF2BC-2C8A-4F4E-A56D-559AEB8C54B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8B328111-CA92-45E0-B801-29F4283703FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{AD019FAE-3B2F-4184-9038-AA9F244A4242}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyIpc", "src\TinyIpc\TinyIpc.csproj", "{45DC56B8-5AF0-48CD-B123-93CEACBCDDC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "examples\ConsoleApp\ConsoleApp.csproj", "{B7DEF87E-78A6-4A95-8EAD-2669CA4B7D8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyIpc.Tests", "test\TinyIpc.Tests\TinyIpc.Tests.csproj", "{7743E174-4B64-43B0-AB34-A1EA6EBD6640}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "config", "config", "{669101F1-8854-4B82-BBBF-C40A1219968F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45DC56B8-5AF0-48CD-B123-93CEACBCDDC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45DC56B8-5AF0-48CD-B123-93CEACBCDDC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45DC56B8-5AF0-48CD-B123-93CEACBCDDC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45DC56B8-5AF0-48CD-B123-93CEACBCDDC8}.Release|Any CPU.Build.0 = Release|Any CPU
{B7DEF87E-78A6-4A95-8EAD-2669CA4B7D8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7DEF87E-78A6-4A95-8EAD-2669CA4B7D8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7DEF87E-78A6-4A95-8EAD-2669CA4B7D8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7DEF87E-78A6-4A95-8EAD-2669CA4B7D8C}.Release|Any CPU.Build.0 = Release|Any CPU
{7743E174-4B64-43B0-AB34-A1EA6EBD6640}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7743E174-4B64-43B0-AB34-A1EA6EBD6640}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7743E174-4B64-43B0-AB34-A1EA6EBD6640}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7743E174-4B64-43B0-AB34-A1EA6EBD6640}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{45DC56B8-5AF0-48CD-B123-93CEACBCDDC8} = {099CF2BC-2C8A-4F4E-A56D-559AEB8C54B0}
{B7DEF87E-78A6-4A95-8EAD-2669CA4B7D8C} = {AD019FAE-3B2F-4184-9038-AA9F244A4242}
{7743E174-4B64-43B0-AB34-A1EA6EBD6640} = {8B328111-CA92-45E0-B801-29F4283703FD}
EndGlobalSection
EndGlobal