This repository was archived by the owner on Mar 18, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTimeTracker.sln
More file actions
30 lines (30 loc) · 1.56 KB
/
TimeTracker.sln
File metadata and controls
30 lines (30 loc) · 1.56 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "timeTrackerApi", "timeTrackerApi\timeTrackerApi.csproj", "{97D3E8EC-E433-452F-871D-B5192BD43601}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{CF6FE016-EEAA-46F2-9457-1A8D8DD38B36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97D3E8EC-E433-452F-871D-B5192BD43601}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97D3E8EC-E433-452F-871D-B5192BD43601}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97D3E8EC-E433-452F-871D-B5192BD43601}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97D3E8EC-E433-452F-871D-B5192BD43601}.Release|Any CPU.Build.0 = Release|Any CPU
{CF6FE016-EEAA-46F2-9457-1A8D8DD38B36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF6FE016-EEAA-46F2-9457-1A8D8DD38B36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF6FE016-EEAA-46F2-9457-1A8D8DD38B36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF6FE016-EEAA-46F2-9457-1A8D8DD38B36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {083CABDE-4627-4174-B639-B804C9597D93}
EndGlobalSection
EndGlobal