-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInterTimer.sln
More file actions
43 lines (43 loc) · 2.64 KB
/
InterTimer.sln
File metadata and controls
43 lines (43 loc) · 2.64 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
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.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterTimer.API", "InterTimer\InterTimer.API.csproj", "{F8856602-0228-4238-B2D0-C4ED8C70355D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterTimer.API.Application", "InterTimer.API.Application\InterTimer.API.Application.csproj", "{697F2872-B5FA-4CAE-940C-511C3E3E5FB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterTimer.API.Data", "InterTimer.API.Data\InterTimer.API.Data.csproj", "{7A435F3D-FF00-45CF-AC8E-E2BDC1EAF869}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InterTimer.API.Domain", "InterTimer.API.Domain\InterTimer.API.Domain.csproj", "{636E8B43-5103-4075-A5BF-2C7FD3B5D508}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8856602-0228-4238-B2D0-C4ED8C70355D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8856602-0228-4238-B2D0-C4ED8C70355D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8856602-0228-4238-B2D0-C4ED8C70355D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8856602-0228-4238-B2D0-C4ED8C70355D}.Release|Any CPU.Build.0 = Release|Any CPU
{697F2872-B5FA-4CAE-940C-511C3E3E5FB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{697F2872-B5FA-4CAE-940C-511C3E3E5FB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{697F2872-B5FA-4CAE-940C-511C3E3E5FB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{697F2872-B5FA-4CAE-940C-511C3E3E5FB9}.Release|Any CPU.Build.0 = Release|Any CPU
{7A435F3D-FF00-45CF-AC8E-E2BDC1EAF869}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A435F3D-FF00-45CF-AC8E-E2BDC1EAF869}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A435F3D-FF00-45CF-AC8E-E2BDC1EAF869}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A435F3D-FF00-45CF-AC8E-E2BDC1EAF869}.Release|Any CPU.Build.0 = Release|Any CPU
{636E8B43-5103-4075-A5BF-2C7FD3B5D508}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{636E8B43-5103-4075-A5BF-2C7FD3B5D508}.Debug|Any CPU.Build.0 = Debug|Any CPU
{636E8B43-5103-4075-A5BF-2C7FD3B5D508}.Release|Any CPU.ActiveCfg = Release|Any CPU
{636E8B43-5103-4075-A5BF-2C7FD3B5D508}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8082C2DD-2DE1-4E7E-85C3-A9E633B2E4CB}
EndGlobalSection
EndGlobal