-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gibe.DittoProcessors.sln
40 lines (40 loc) · 2.23 KB
/
Gibe.DittoProcessors.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gibe.DittoProcessors", "Gibe.DittoProcessors\Gibe.DittoProcessors.csproj", "{EB493949-BFFB-4595-9A71-DB9C641A795A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gibe.DittoServices", "Gibe.DittoServices\Gibe.DittoServices.csproj", "{71E1A2DB-2246-4177-9A0B-83301B8C1BD1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9053C65-52AD-4308-9D23-028F41EAD634}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
VERSION.txt = VERSION.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gibe.DittoProcessors.Tests", "Gibe.DittoProcessors.Tests\Gibe.DittoProcessors.Tests.csproj", "{61D1ECF5-2B4C-4689-A934-B60FEF8D2C69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB493949-BFFB-4595-9A71-DB9C641A795A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB493949-BFFB-4595-9A71-DB9C641A795A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB493949-BFFB-4595-9A71-DB9C641A795A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB493949-BFFB-4595-9A71-DB9C641A795A}.Release|Any CPU.Build.0 = Release|Any CPU
{71E1A2DB-2246-4177-9A0B-83301B8C1BD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E1A2DB-2246-4177-9A0B-83301B8C1BD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E1A2DB-2246-4177-9A0B-83301B8C1BD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E1A2DB-2246-4177-9A0B-83301B8C1BD1}.Release|Any CPU.Build.0 = Release|Any CPU
{61D1ECF5-2B4C-4689-A934-B60FEF8D2C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61D1ECF5-2B4C-4689-A934-B60FEF8D2C69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61D1ECF5-2B4C-4689-A934-B60FEF8D2C69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61D1ECF5-2B4C-4689-A934-B60FEF8D2C69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal