-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTimeTracker.sln
43 lines (43 loc) · 2.62 KB
/
TimeTracker.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 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeTracker.BusinessLogic", "TimeTracker.BusinessLogic\TimeTracker.BusinessLogic.csproj", "{EF40F7A6-4B61-4D70-94E7-0E5C35877D3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeTracker.WinForms", "TimeTracker.WinForms\TimeTracker.WinForms.csproj", "{EC9E64F3-019C-4F00-B25C-3F33AD5E0284}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HooksLibrary", "HooksLibrary\HooksLibrary.csproj", "{C11FC6C1-B793-4CF5-8D42-93BA1D0AA419}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeTracker.BusinessLogicTests", "TimeTracker.BusinessLogicTests\TimeTracker.BusinessLogicTests.csproj", "{D97EBEFC-CAC3-4B3E-B111-8E48641508C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF40F7A6-4B61-4D70-94E7-0E5C35877D3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF40F7A6-4B61-4D70-94E7-0E5C35877D3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF40F7A6-4B61-4D70-94E7-0E5C35877D3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF40F7A6-4B61-4D70-94E7-0E5C35877D3D}.Release|Any CPU.Build.0 = Release|Any CPU
{EC9E64F3-019C-4F00-B25C-3F33AD5E0284}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC9E64F3-019C-4F00-B25C-3F33AD5E0284}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC9E64F3-019C-4F00-B25C-3F33AD5E0284}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC9E64F3-019C-4F00-B25C-3F33AD5E0284}.Release|Any CPU.Build.0 = Release|Any CPU
{C11FC6C1-B793-4CF5-8D42-93BA1D0AA419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C11FC6C1-B793-4CF5-8D42-93BA1D0AA419}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C11FC6C1-B793-4CF5-8D42-93BA1D0AA419}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C11FC6C1-B793-4CF5-8D42-93BA1D0AA419}.Release|Any CPU.Build.0 = Release|Any CPU
{D97EBEFC-CAC3-4B3E-B111-8E48641508C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D97EBEFC-CAC3-4B3E-B111-8E48641508C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D97EBEFC-CAC3-4B3E-B111-8E48641508C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D97EBEFC-CAC3-4B3E-B111-8E48641508C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {249456FC-7885-4E07-A684-24A1B7A609AC}
EndGlobalSection
EndGlobal