-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFocus Increment.sln
39 lines (39 loc) · 1.87 KB
/
Focus Increment.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{24910C7B-87D9-4C3A-A863-87980B360DBF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5ECD8F67-7120-42D8-AE65-2CCD3EC2F62D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.md = LICENSE.md
README.md = README.md
test.runsettings = test.runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FocusIncrement", "FocusIncrement\FocusIncrement.csproj", "{667EC641-2CE9-4196-AB9F-2E6775C73F1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24910C7B-87D9-4C3A-A863-87980B360DBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24910C7B-87D9-4C3A-A863-87980B360DBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24910C7B-87D9-4C3A-A863-87980B360DBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24910C7B-87D9-4C3A-A863-87980B360DBF}.Release|Any CPU.Build.0 = Release|Any CPU
{667EC641-2CE9-4196-AB9F-2E6775C73F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{667EC641-2CE9-4196-AB9F-2E6775C73F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{667EC641-2CE9-4196-AB9F-2E6775C73F1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{667EC641-2CE9-4196-AB9F-2E6775C73F1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {27B71A1A-E45A-43B9-89C4-80B7A1EEFE51}
EndGlobalSection
EndGlobal