-
Notifications
You must be signed in to change notification settings - Fork 58
/
Toggl.sln
48 lines (48 loc) · 2.65 KB
/
Toggl.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Toggl", "Toggl\Toggl.csproj", "{AE43A30C-8515-41F2-A018-AA9AE9B80C27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Toggl.Tests", "Toggl.Tests\Toggl.Tests.csproj", "{66B4D7EF-7CF3-4B08-B605-6F7ACFCF254B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{380B3731-1432-4DB7-B5F1-0FECD13C393D}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE43A30C-8515-41F2-A018-AA9AE9B80C27}.Debug|Any CPU.ActiveCfg = Debug|x86
{AE43A30C-8515-41F2-A018-AA9AE9B80C27}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{AE43A30C-8515-41F2-A018-AA9AE9B80C27}.Debug|Mixed Platforms.Build.0 = Debug|x86
{AE43A30C-8515-41F2-A018-AA9AE9B80C27}.Debug|x86.ActiveCfg = Debug|x86
{AE43A30C-8515-41F2-A018-AA9AE9B80C27}.Debug|x86.Build.0 = Debug|x86
{AE43A30C-8515-41F2-A018-AA9AE9B80C27}.Release|Any CPU.ActiveCfg = Release|x86
{AE43A30C-8515-41F2-A018-AA9AE9B80C27}.Release|Mixed Platforms.ActiveCfg = Release|x86
{AE43A30C-8515-41F2-A018-AA9AE9B80C27}.Release|Mixed Platforms.Build.0 = Release|x86
{AE43A30C-8515-41F2-A018-AA9AE9B80C27}.Release|x86.ActiveCfg = Release|x86
{AE43A30C-8515-41F2-A018-AA9AE9B80C27}.Release|x86.Build.0 = Release|x86
{66B4D7EF-7CF3-4B08-B605-6F7ACFCF254B}.Debug|Any CPU.ActiveCfg = Debug|x86
{66B4D7EF-7CF3-4B08-B605-6F7ACFCF254B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{66B4D7EF-7CF3-4B08-B605-6F7ACFCF254B}.Debug|Mixed Platforms.Build.0 = Debug|x86
{66B4D7EF-7CF3-4B08-B605-6F7ACFCF254B}.Debug|x86.ActiveCfg = Debug|x86
{66B4D7EF-7CF3-4B08-B605-6F7ACFCF254B}.Debug|x86.Build.0 = Debug|x86
{66B4D7EF-7CF3-4B08-B605-6F7ACFCF254B}.Release|Any CPU.ActiveCfg = Release|x86
{66B4D7EF-7CF3-4B08-B605-6F7ACFCF254B}.Release|Mixed Platforms.ActiveCfg = Release|x86
{66B4D7EF-7CF3-4B08-B605-6F7ACFCF254B}.Release|Mixed Platforms.Build.0 = Release|x86
{66B4D7EF-7CF3-4B08-B605-6F7ACFCF254B}.Release|x86.ActiveCfg = Release|x86
{66B4D7EF-7CF3-4B08-B605-6F7ACFCF254B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal