forked from hudl/Mjolnir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHudl.Mjolnir.sln
45 lines (45 loc) · 2.68 KB
/
Hudl.Mjolnir.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hudl.Mjolnir", "Hudl.Mjolnir\Hudl.Mjolnir.csproj", "{9BD60F73-17FB-404E-83CC-61982B393E01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hudl.Mjolnir.Tests", "Hudl.Mjolnir.Tests\Hudl.Mjolnir.Tests.csproj", "{08CAFFC8-7AF8-4E55-ABA3-6B828D246665}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hudl.Mjolnir.SystemTests", "Hudl.Mjolnir.SystemTests\Hudl.Mjolnir.SystemTests.csproj", "{12884247-4362-4F20-87A1-F259213E463C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hudl.Mjolnir.Attributes", "Hudl.Mjolnir.Attributes\Hudl.Mjolnir.Attributes.csproj", "{35789458-34E2-42D2-9FC2-043C56C3D011}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B3E4EDE8-23B4-4DD0-A572-D05A31988C74}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9BD60F73-17FB-404E-83CC-61982B393E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BD60F73-17FB-404E-83CC-61982B393E01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BD60F73-17FB-404E-83CC-61982B393E01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BD60F73-17FB-404E-83CC-61982B393E01}.Release|Any CPU.Build.0 = Release|Any CPU
{08CAFFC8-7AF8-4E55-ABA3-6B828D246665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08CAFFC8-7AF8-4E55-ABA3-6B828D246665}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08CAFFC8-7AF8-4E55-ABA3-6B828D246665}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08CAFFC8-7AF8-4E55-ABA3-6B828D246665}.Release|Any CPU.Build.0 = Release|Any CPU
{12884247-4362-4F20-87A1-F259213E463C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12884247-4362-4F20-87A1-F259213E463C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12884247-4362-4F20-87A1-F259213E463C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12884247-4362-4F20-87A1-F259213E463C}.Release|Any CPU.Build.0 = Release|Any CPU
{35789458-34E2-42D2-9FC2-043C56C3D011}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35789458-34E2-42D2-9FC2-043C56C3D011}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35789458-34E2-42D2-9FC2-043C56C3D011}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35789458-34E2-42D2-9FC2-043C56C3D011}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal