-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFocusTimer.sln
49 lines (49 loc) · 3.1 KB
/
FocusTimer.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
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FocusTimer", "FocusTimer\FocusTimer.csproj", "{A15ABA87-CAFE-4A41-8E39-423D48FFF18F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveChartsCore", "LiveChartsCore\LiveChartsCore.csproj", "{BAE40207-B929-419E-A5C9-F40F8A46B35F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveChartsCore.SkiaSharpView.WPF", "skiasharp\LiveChartsCore.SkiaSharp.WPF\LiveChartsCore.SkiaSharpView.WPF.csproj", "{63255D20-312D-4B07-97BD-6EFAF5CD61DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveChartsCore.SkiaSharpView", "skiasharp\LiveChartsCore.SkiaSharp\LiveChartsCore.SkiaSharpView.csproj", "{5FF470DB-1E9C-4FD4-9684-4BF354473614}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FocusTimerTest", "FocusTimerTest\FocusTimerTest.csproj", "{83A2E259-9F93-4051-86D4-B35830FF6E3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A15ABA87-CAFE-4A41-8E39-423D48FFF18F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A15ABA87-CAFE-4A41-8E39-423D48FFF18F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A15ABA87-CAFE-4A41-8E39-423D48FFF18F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A15ABA87-CAFE-4A41-8E39-423D48FFF18F}.Release|Any CPU.Build.0 = Release|Any CPU
{BAE40207-B929-419E-A5C9-F40F8A46B35F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAE40207-B929-419E-A5C9-F40F8A46B35F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAE40207-B929-419E-A5C9-F40F8A46B35F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAE40207-B929-419E-A5C9-F40F8A46B35F}.Release|Any CPU.Build.0 = Release|Any CPU
{63255D20-312D-4B07-97BD-6EFAF5CD61DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63255D20-312D-4B07-97BD-6EFAF5CD61DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63255D20-312D-4B07-97BD-6EFAF5CD61DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63255D20-312D-4B07-97BD-6EFAF5CD61DF}.Release|Any CPU.Build.0 = Release|Any CPU
{5FF470DB-1E9C-4FD4-9684-4BF354473614}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FF470DB-1E9C-4FD4-9684-4BF354473614}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FF470DB-1E9C-4FD4-9684-4BF354473614}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FF470DB-1E9C-4FD4-9684-4BF354473614}.Release|Any CPU.Build.0 = Release|Any CPU
{83A2E259-9F93-4051-86D4-B35830FF6E3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83A2E259-9F93-4051-86D4-B35830FF6E3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83A2E259-9F93-4051-86D4-B35830FF6E3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83A2E259-9F93-4051-86D4-B35830FF6E3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6FA1AE9-B866-4D4A-AA52-33E3F2557290}
EndGlobalSection
EndGlobal