-
Notifications
You must be signed in to change notification settings - Fork 5
/
Scrubbie.sln
43 lines (43 loc) · 2.5 KB
/
Scrubbie.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Examples\Example\Example.csproj", "{785ACD86-A582-4603-9383-A477E3B20426}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "Tests\IntegrationTests\IntegrationTests.csproj", "{08488E11-2388-40D4-9E05-B28DF93C332A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "Tests\UnitTests\UnitTests.csproj", "{57B674A1-DF82-4E37-9324-E8F0D2EE661E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scrubbie", "Scrubbie\Scrubbie.csproj", "{C6D73138-8F22-4036-9A5D-4217AB0FDCFD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{785ACD86-A582-4603-9383-A477E3B20426}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{785ACD86-A582-4603-9383-A477E3B20426}.Debug|Any CPU.Build.0 = Debug|Any CPU
{785ACD86-A582-4603-9383-A477E3B20426}.Release|Any CPU.ActiveCfg = Release|Any CPU
{785ACD86-A582-4603-9383-A477E3B20426}.Release|Any CPU.Build.0 = Release|Any CPU
{08488E11-2388-40D4-9E05-B28DF93C332A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08488E11-2388-40D4-9E05-B28DF93C332A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08488E11-2388-40D4-9E05-B28DF93C332A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08488E11-2388-40D4-9E05-B28DF93C332A}.Release|Any CPU.Build.0 = Release|Any CPU
{57B674A1-DF82-4E37-9324-E8F0D2EE661E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57B674A1-DF82-4E37-9324-E8F0D2EE661E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57B674A1-DF82-4E37-9324-E8F0D2EE661E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57B674A1-DF82-4E37-9324-E8F0D2EE661E}.Release|Any CPU.Build.0 = Release|Any CPU
{C6D73138-8F22-4036-9A5D-4217AB0FDCFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6D73138-8F22-4036-9A5D-4217AB0FDCFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6D73138-8F22-4036-9A5D-4217AB0FDCFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6D73138-8F22-4036-9A5D-4217AB0FDCFD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC68D192-6300-40B6-B1CD-3146BFB30B55}
EndGlobalSection
EndGlobal