Skip to content

Commit 57a9199

Browse files
authored
Project issue (#122)
* partial notifications implementation * tests + reminders * final backend options * link front-end to backend on register fix build * notification window temp push * reminder job partial implementation * close #92 and updated other libraries * closes #49 * closes #114 * closes #84 * closes #79 * fixes #116 * adds test for #89, needs solution * closes #89 * closes #106 * improve notifications * closes #56 * dependencies fix * bump version and node version * package update * fix warnings * reference document db auth by lib dll * add lib dll * remove el camino project * fix references
1 parent 61b911a commit 57a9199

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

backend/WebApi/Lunchorder.Api/Lunchorder.Api.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,6 @@
353353
<None Include="Web.Release.config" />
354354
</ItemGroup>
355355
<ItemGroup>
356-
<ProjectReference Include="..\..\..\..\identitydocumentdb\src\identity.documentdb\ElCamino.AspNet.Identity.DocumentDB.csproj">
357-
<Project>{F1F21307-0F10-42DA-B01D-AD9884AD900D}</Project>
358-
<Name>ElCamino.AspNet.Identity.DocumentDB</Name>
359-
</ProjectReference>
360356
<ProjectReference Include="..\Lunchorder.Common\Lunchorder.Common.csproj">
361357
<Project>{412F593D-987F-4483-A07C-99C0F5295081}</Project>
362358
<Name>Lunchorder.Common</Name>

backend/WebApi/Lunchorder.Common/Lunchorder.Common.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,6 @@
167167
<Compile Include="Properties\AssemblyInfo.cs" />
168168
</ItemGroup>
169169
<ItemGroup>
170-
<ProjectReference Include="..\..\..\..\identitydocumentdb\src\identity.documentdb\ElCamino.AspNet.Identity.DocumentDB.csproj">
171-
<Project>{F1F21307-0F10-42DA-B01D-AD9884AD900D}</Project>
172-
<Name>ElCamino.AspNet.Identity.DocumentDB</Name>
173-
</ProjectReference>
174170
<ProjectReference Include="..\Lunchorder.Domain\Lunchorder.Domain.csproj">
175171
<Project>{97E6C179-1629-4636-BC45-56C2124E8278}</Project>
176172
<Name>Lunchorder.Domain</Name>

backend/WebApi/Lunchorder.Dal/Lunchorder.Dal.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@
7979
</None>
8080
</ItemGroup>
8181
<ItemGroup>
82-
<ProjectReference Include="..\..\..\..\identitydocumentdb\src\identity.documentdb\ElCamino.AspNet.Identity.DocumentDB.csproj">
83-
<Project>{F1F21307-0F10-42DA-B01D-AD9884AD900D}</Project>
84-
<Name>ElCamino.AspNet.Identity.DocumentDB</Name>
85-
</ProjectReference>
8682
<ProjectReference Include="..\Lunchorder.Common\Lunchorder.Common.csproj">
8783
<Project>{412f593d-987f-4483-a07c-99c0f5295081}</Project>
8884
<Name>Lunchorder.Common</Name>

backend/WebApi/Lunchorder.Test/Lunchorder.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,6 @@
218218
<None Include="packages.config" />
219219
</ItemGroup>
220220
<ItemGroup>
221-
<ProjectReference Include="..\..\..\..\identitydocumentdb\src\identity.documentdb\ElCamino.AspNet.Identity.DocumentDB.csproj">
222-
<Project>{F1F21307-0F10-42DA-B01D-AD9884AD900D}</Project>
223-
<Name>ElCamino.AspNet.Identity.DocumentDB</Name>
224-
</ProjectReference>
225221
<ProjectReference Include="..\Lunchorder.Api\Lunchorder.Api.csproj">
226222
<Project>{e309087b-2766-4437-98ef-34bf59c5ea33}</Project>
227223
<Name>Lunchorder.Api</Name>

0 commit comments

Comments
 (0)