-
Notifications
You must be signed in to change notification settings - Fork 1
/
DailyStatus.sln
43 lines (43 loc) · 2.37 KB
/
DailyStatus.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29721.120
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dlls", "dlls", "{6F4383CC-D7A8-4978-A60D-3ECD69079414}"
ProjectSection(SolutionItems) = preProject
dlls\Toggl.Multivac.dll = dlls\Toggl.Multivac.dll
dlls\Toggl.Ultrawave.dll = dlls\Toggl.Ultrawave.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DailyStatus.UI", "DailyStatus.UI\DailyStatus.UI.csproj", "{56437626-DCBF-4F9E-8436-17E3AC929027}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DailyStatus.CommonTests", "DailyStatus.CommonTests\DailyStatus.CommonTests.csproj", "{6C2DC63C-FD61-40F9-8A05-CBA037413A0A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DailyStatus.Common", "DailyStatus.Common\DailyStatus.Common.csproj", "{835B2816-E1EF-409A-8B6C-EB6740796F83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56437626-DCBF-4F9E-8436-17E3AC929027}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56437626-DCBF-4F9E-8436-17E3AC929027}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56437626-DCBF-4F9E-8436-17E3AC929027}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56437626-DCBF-4F9E-8436-17E3AC929027}.Release|Any CPU.Build.0 = Release|Any CPU
{6C2DC63C-FD61-40F9-8A05-CBA037413A0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C2DC63C-FD61-40F9-8A05-CBA037413A0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C2DC63C-FD61-40F9-8A05-CBA037413A0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C2DC63C-FD61-40F9-8A05-CBA037413A0A}.Release|Any CPU.Build.0 = Release|Any CPU
{835B2816-E1EF-409A-8B6C-EB6740796F83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{835B2816-E1EF-409A-8B6C-EB6740796F83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{835B2816-E1EF-409A-8B6C-EB6740796F83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{835B2816-E1EF-409A-8B6C-EB6740796F83}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BB50A4AA-E2F8-4B5F-B68F-EE9BB6F3C440}
EndGlobalSection
EndGlobal