-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeltaRunner Solution.sln
More file actions
52 lines (52 loc) · 3.12 KB
/
deltaRunner Solution.sln
File metadata and controls
52 lines (52 loc) · 3.12 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
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18EECAB2-6C70-457F-9C6F-0FB56658B3BB}"
ProjectSection(SolutionItems) = preProject
README.txt = README.txt
TODO.txt = TODO.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "deltaRunner", "deltaRunner\deltaRunner.csproj", "{0556BC13-ED42-4C7F-AF5E-26657A3CA68B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "deltaRunner.Testing", "deltaRunner.Testing\deltaRunner.Testing.csproj", "{D8F1989A-174C-4B01-BE95-AAADC50B7289}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "deltaRunnerUtil", "deltaRunnerUtil\deltaRunnerUtil.csproj", "{301C6792-B70F-4037-BF9B-C1C17020F0BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "deltaRunner.Common", "deltaRunner.Common\deltaRunner.Common.csproj", "{D5097315-AADF-4C35-BB5F-F8241AD1BFBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "deltaRunner.Tasks", "deltaRunner.Tasks\deltaRunner.Tasks.csproj", "{7372E1C5-9D0D-4B8A-AFB1-8A5D0C84B28C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0556BC13-ED42-4C7F-AF5E-26657A3CA68B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0556BC13-ED42-4C7F-AF5E-26657A3CA68B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0556BC13-ED42-4C7F-AF5E-26657A3CA68B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0556BC13-ED42-4C7F-AF5E-26657A3CA68B}.Release|Any CPU.Build.0 = Release|Any CPU
{D8F1989A-174C-4B01-BE95-AAADC50B7289}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8F1989A-174C-4B01-BE95-AAADC50B7289}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8F1989A-174C-4B01-BE95-AAADC50B7289}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8F1989A-174C-4B01-BE95-AAADC50B7289}.Release|Any CPU.Build.0 = Release|Any CPU
{301C6792-B70F-4037-BF9B-C1C17020F0BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{301C6792-B70F-4037-BF9B-C1C17020F0BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{301C6792-B70F-4037-BF9B-C1C17020F0BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{301C6792-B70F-4037-BF9B-C1C17020F0BB}.Release|Any CPU.Build.0 = Release|Any CPU
{D5097315-AADF-4C35-BB5F-F8241AD1BFBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5097315-AADF-4C35-BB5F-F8241AD1BFBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7372E1C5-9D0D-4B8A-AFB1-8A5D0C84B28C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7372E1C5-9D0D-4B8A-AFB1-8A5D0C84B28C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7372E1C5-9D0D-4B8A-AFB1-8A5D0C84B28C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7372E1C5-9D0D-4B8A-AFB1-8A5D0C84B28C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {575072F0-DD1F-40CE-92BF-F2A2043F0F60}
EndGlobalSection
EndGlobal