-
Notifications
You must be signed in to change notification settings - Fork 0
/
overround-methods.sln
45 lines (45 loc) · 2.65 KB
/
overround-methods.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 Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Overrounds", "Overrounds\Overrounds.csproj", "{DEF254B1-9AB7-40EF-97E3-1181C6965539}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App", "App\App.csproj", "{5CC997ED-8A82-4551-8774-B595037D217F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Overrounds.Tests", "Overrounds.Tests\Overrounds.Tests.csproj", "{7AF1A5D1-9FB0-4398-AFA8-3C0139D9BA5E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{405F4148-6531-47AA-A38C-A459BDB70DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{405F4148-6531-47AA-A38C-A459BDB70DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{405F4148-6531-47AA-A38C-A459BDB70DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{405F4148-6531-47AA-A38C-A459BDB70DF2}.Release|Any CPU.Build.0 = Release|Any CPU
{DEF254B1-9AB7-40EF-97E3-1181C6965539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEF254B1-9AB7-40EF-97E3-1181C6965539}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEF254B1-9AB7-40EF-97E3-1181C6965539}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEF254B1-9AB7-40EF-97E3-1181C6965539}.Release|Any CPU.Build.0 = Release|Any CPU
{0F37C857-61B9-42F9-8F0D-77909E540C09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F37C857-61B9-42F9-8F0D-77909E540C09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F37C857-61B9-42F9-8F0D-77909E540C09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F37C857-61B9-42F9-8F0D-77909E540C09}.Release|Any CPU.Build.0 = Release|Any CPU
{5CC997ED-8A82-4551-8774-B595037D217F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CC997ED-8A82-4551-8774-B595037D217F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CC997ED-8A82-4551-8774-B595037D217F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CC997ED-8A82-4551-8774-B595037D217F}.Release|Any CPU.Build.0 = Release|Any CPU
{7AF1A5D1-9FB0-4398-AFA8-3C0139D9BA5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AF1A5D1-9FB0-4398-AFA8-3C0139D9BA5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AF1A5D1-9FB0-4398-AFA8-3C0139D9BA5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AF1A5D1-9FB0-4398-AFA8-3C0139D9BA5E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4981669-CFEB-4FC1-A9BF-2410A1849AFE}
EndGlobalSection
EndGlobal