-
Notifications
You must be signed in to change notification settings - Fork 2
/
SimpleTimer.sln
45 lines (45 loc) · 2.51 KB
/
SimpleTimer.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 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleTimer", "SimpleTimer\SimpleTimer.csproj", "{EEBD6322-A65F-4D9B-8FB7-97812C66C99C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AA53B724-29D0-4ECB-B7E3-5D310A9E366F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleTimer.IntegrationTests", "SimpleTimer.IntegrationTests\SimpleTimer.IntegrationTests.csproj", "{B8AEE3E0-2B55-4E8B-AEB0-C8AF9DF0448D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleTimer.WinAppDriverTests", "SimpleTimer.WinAppDriverTests\SimpleTimer.WinAppDriverTests.csproj", "{1EF79120-85F6-4980-8FD2-B5BEA7038E30}"
ProjectSection(ProjectDependencies) = postProject
{EEBD6322-A65F-4D9B-8FB7-97812C66C99C} = {EEBD6322-A65F-4D9B-8FB7-97812C66C99C}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEBD6322-A65F-4D9B-8FB7-97812C66C99C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEBD6322-A65F-4D9B-8FB7-97812C66C99C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEBD6322-A65F-4D9B-8FB7-97812C66C99C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEBD6322-A65F-4D9B-8FB7-97812C66C99C}.Release|Any CPU.Build.0 = Release|Any CPU
{B8AEE3E0-2B55-4E8B-AEB0-C8AF9DF0448D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8AEE3E0-2B55-4E8B-AEB0-C8AF9DF0448D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8AEE3E0-2B55-4E8B-AEB0-C8AF9DF0448D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8AEE3E0-2B55-4E8B-AEB0-C8AF9DF0448D}.Release|Any CPU.Build.0 = Release|Any CPU
{1EF79120-85F6-4980-8FD2-B5BEA7038E30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EF79120-85F6-4980-8FD2-B5BEA7038E30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EF79120-85F6-4980-8FD2-B5BEA7038E30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EF79120-85F6-4980-8FD2-B5BEA7038E30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3AD5EC3-D885-4E5B-A5B5-C1D87779BA7D}
EndGlobalSection
EndGlobal