This repository was archived by the owner on Oct 16, 2023. It is now read-only.
forked from TimeLog/TimeLogApiSdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTimeLogApiSdk.sln
More file actions
79 lines (79 loc) · 5.1 KB
/
TimeLogApiSdk.sln
File metadata and controls
79 lines (79 loc) · 5.1 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeLog.TransactionalApi.SDK", "TimeLog.TransactionalApi.SDK\TimeLog.TransactionalApi.SDK.csproj", "{A1D54CAF-4BCB-43FB-917C-4F392C76A0E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeLog.ApiConsoleApp", "TimeLog.ApiConsoleApp\TimeLog.ApiConsoleApp.csproj", "{07666C53-3FDF-400C-B337-FA7F9DE1EA49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeLog.ReportingApi.SDK", "TimeLog.ReportingApi.SDK\TimeLog.ReportingApi.SDK.csproj", "{BB65DA9A-999B-4EEB-B236-3CB45140C7B7}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "TimeLog.JavaScript.SDK", "http://localhost:4375", "{9D51C1BE-D920-46F0-A6E9-B41D4B52182C}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_4375"
Debug.AspNetCompiler.PhysicalPath = "TimeLog.JavaScript.SDK\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_4375\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_4375"
Release.AspNetCompiler.PhysicalPath = "TimeLog.JavaScript.SDK\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_4375\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "TimeLog.JavaScript.SDK\"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeLog.ReportingApi.Exporter", "TimeLog.ReportingApi.Exporter\TimeLog.ReportingApi.Exporter.csproj", "{F947B785-F249-492E-98E4-E23B95828C99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeLog.Api.Documentation", "TimeLog.Api.Documentation\TimeLog.Api.Documentation.csproj", "{5A484ED7-6249-4B14-B9D4-32F1BB47127C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeLog.Library", "TimeLog.Library\TimeLog.Library.csproj", "{0ABB99CF-54EC-4415-9675-25096E7FC01E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1D54CAF-4BCB-43FB-917C-4F392C76A0E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1D54CAF-4BCB-43FB-917C-4F392C76A0E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1D54CAF-4BCB-43FB-917C-4F392C76A0E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1D54CAF-4BCB-43FB-917C-4F392C76A0E4}.Release|Any CPU.Build.0 = Release|Any CPU
{07666C53-3FDF-400C-B337-FA7F9DE1EA49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07666C53-3FDF-400C-B337-FA7F9DE1EA49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07666C53-3FDF-400C-B337-FA7F9DE1EA49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07666C53-3FDF-400C-B337-FA7F9DE1EA49}.Release|Any CPU.Build.0 = Release|Any CPU
{BB65DA9A-999B-4EEB-B236-3CB45140C7B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB65DA9A-999B-4EEB-B236-3CB45140C7B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB65DA9A-999B-4EEB-B236-3CB45140C7B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB65DA9A-999B-4EEB-B236-3CB45140C7B7}.Release|Any CPU.Build.0 = Release|Any CPU
{9D51C1BE-D920-46F0-A6E9-B41D4B52182C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D51C1BE-D920-46F0-A6E9-B41D4B52182C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D51C1BE-D920-46F0-A6E9-B41D4B52182C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{9D51C1BE-D920-46F0-A6E9-B41D4B52182C}.Release|Any CPU.Build.0 = Debug|Any CPU
{F947B785-F249-492E-98E4-E23B95828C99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F947B785-F249-492E-98E4-E23B95828C99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F947B785-F249-492E-98E4-E23B95828C99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F947B785-F249-492E-98E4-E23B95828C99}.Release|Any CPU.Build.0 = Release|Any CPU
{5A484ED7-6249-4B14-B9D4-32F1BB47127C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A484ED7-6249-4B14-B9D4-32F1BB47127C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A484ED7-6249-4B14-B9D4-32F1BB47127C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A484ED7-6249-4B14-B9D4-32F1BB47127C}.Release|Any CPU.Build.0 = Release|Any CPU
{0ABB99CF-54EC-4415-9675-25096E7FC01E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ABB99CF-54EC-4415-9675-25096E7FC01E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ABB99CF-54EC-4415-9675-25096E7FC01E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ABB99CF-54EC-4415-9675-25096E7FC01E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46BBCE92-D918-46C1-B298-44B484A89052}
EndGlobalSection
EndGlobal