-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInternal.Timesheet.Service.slnx
More file actions
93 lines (93 loc) · 4.69 KB
/
Copy pathInternal.Timesheet.Service.slnx
File metadata and controls
93 lines (93 loc) · 4.69 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<Solution>
<Folder Name="/.github/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/delete.yml" />
<File Path=".github/workflows/publish-release.yml" />
<File Path=".github/workflows/web-deploy-prod.yml" />
<File Path=".github/workflows/web-deploy-test.yml" />
</Folder>
<Folder Name="/app/">
<Project Path="src/app/Application/Application.csproj" />
</Folder>
<Folder Name="/endpoint/" />
<Folder Name="/endpoint/Notification.Subscribe/">
<Project Path="src/endpoint/Notification.Subscribe/Contract/Contract.csproj" />
<Project Path="src/endpoint/Notification.Subscribe/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Notification.Subscribe/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/Period.GetSet/">
<Project Path="src/endpoint/Period.GetSet/Contract/Contract.csproj" />
<Project Path="src/endpoint/Period.GetSet/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Period.GetSet/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/Profile.Get/">
<Project Path="src/endpoint/Profile.Get/Contract/Contract.csproj" />
<Project Path="src/endpoint/Profile.Get/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Profile.Get/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/Profile.Update/">
<Project Path="src/endpoint/Profile.Update/Contract/Contract.csproj" />
<Project Path="src/endpoint/Profile.Update/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Profile.Update/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/Project.GetLastSet/">
<Project Path="src/endpoint/Project.GetLastSet/Contract/Contract.csproj" />
<Project Path="src/endpoint/Project.GetLastSet/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Project.GetLastSet/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/Project.GetSet/">
<Project Path="src/endpoint/Project.GetSet/Contract/Contract.csproj" />
<Project Path="src/endpoint/Project.GetSet/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Project.GetSet/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/Project.SearchSet/">
<Project Path="src/endpoint/Project.SearchSet/Contract/Contract.csproj" />
<Project Path="src/endpoint/Project.SearchSet/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Project.SearchSet/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/Subscription.GetSet/">
<Project Path="src/endpoint/Subscription.GetSet/Contract/Contract.csproj" />
<Project Path="src/endpoint/Subscription.GetSet/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Subscription.GetSet/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/Tag.GetSet/">
<Project Path="src/endpoint/Tag.GetSet/Contract/Contract.csproj" />
<Project Path="src/endpoint/Tag.GetSet/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Tag.GetSet/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/Timesheet.Delete/">
<Project Path="src/endpoint/Timesheet.Delete/Contract/Contract.csproj" />
<Project Path="src/endpoint/Timesheet.Delete/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Timesheet.Delete/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/Timesheet.GetSet/">
<Project Path="src/endpoint/Timesheet.GetSet/Contract/Contract.csproj" />
<Project Path="src/endpoint/Timesheet.GetSet/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Timesheet.GetSet/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/Timesheet.Modify/">
<Project Path="src/endpoint/Timesheet.Modify/Contract/Contract.csproj" />
<Project Path="src/endpoint/Timesheet.Modify/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/Timesheet.Modify/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/User.SignIn/">
<Project Path="src/endpoint/User.SignIn/Contract/Contract.csproj" />
<Project Path="src/endpoint/User.SignIn/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/User.SignIn/Test/Test.csproj" />
</Folder>
<Folder Name="/endpoint/User.SignOut/">
<Project Path="src/endpoint/User.SignOut/Contract/Contract.csproj" />
<Project Path="src/endpoint/User.SignOut/Endpoint/Endpoint.csproj" />
<Project Path="src/endpoint/User.SignOut/Test/Test.csproj" />
</Folder>
<Folder Name="/service/" />
<Folder Name="/service/BotApi/">
<Project Path="src/service/BotApi/Api/Api.csproj" />
<Project Path="src/service/BotApi/Contract/Contract.csproj" />
<Project Path="src/service/BotApi/Test/Test.csproj" />
</Folder>
<Folder Name="/shared/">
<Project Path="src/shared/ProjectType/ProjectType.csproj" />
<Project Path="src/shared/StateCode/StateCode.csproj" />
</Folder>
</Solution>