-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMinefield.sln
37 lines (37 loc) · 2.1 KB
/
Minefield.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.810.11
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Minefield", "Minefield\Minefield.csproj", "{2F2DC043-4B63-4688-BCDE-C0B3AB2D1EBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Minefield.UnitTests", "Minefield.UnitTests\Minefield.UnitTests.csproj", "{5C4A02C6-53ED-409A-8F5B-2EAFBA76F168}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DrylocImplementation", "DrylocImplementation\DrylocImplementation.csproj", "{872C81BB-A81B-4C55-BF2B-F6D98C5D3BCC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F2DC043-4B63-4688-BCDE-C0B3AB2D1EBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F2DC043-4B63-4688-BCDE-C0B3AB2D1EBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F2DC043-4B63-4688-BCDE-C0B3AB2D1EBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F2DC043-4B63-4688-BCDE-C0B3AB2D1EBE}.Release|Any CPU.Build.0 = Release|Any CPU
{5C4A02C6-53ED-409A-8F5B-2EAFBA76F168}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C4A02C6-53ED-409A-8F5B-2EAFBA76F168}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C4A02C6-53ED-409A-8F5B-2EAFBA76F168}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C4A02C6-53ED-409A-8F5B-2EAFBA76F168}.Release|Any CPU.Build.0 = Release|Any CPU
{872C81BB-A81B-4C55-BF2B-F6D98C5D3BCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{872C81BB-A81B-4C55-BF2B-F6D98C5D3BCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{872C81BB-A81B-4C55-BF2B-F6D98C5D3BCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{872C81BB-A81B-4C55-BF2B-F6D98C5D3BCC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C341419-7770-4035-B8DB-F915D94D3DF3}
EndGlobalSection
EndGlobal