diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-16 18:32:04 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-16 18:32:04 +0200 |
| commit | 6f0f2a7908884deab8aca33ec967d03c5e564060 (patch) | |
| tree | b9d3e7efa91e8b3ac597dc1a824dd3a6175e16d4 /Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj | |
| parent | c39d31f1095bda6bda2755100f9f8df3da1eb93d (diff) | |
| download | Tango-6f0f2a7908884deab8aca33ec967d03c5e564060.tar.gz Tango-6f0f2a7908884deab8aca33ec967d03c5e564060.zip | |
Working on DataStore WebAPI.
Modified data store bytes parsing to Base64.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj index bc60327ba..df4e346f6 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj +++ b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj @@ -322,8 +322,6 @@ <Compile Include="Controllers\DownloadsController.cs" /> <Compile Include="Controllers\AccountController.cs" /> <Compile Include="Controllers\FSEController.cs" /> - <Compile Include="DataStore\DataStoreWebItem.cs" /> - <Compile Include="DataStore\DataStoreWebItemType.cs" /> <Compile Include="Filters\JwtTokenFilter.cs" /> <Compile Include="Hubs\ExternalBridgeHub.cs" /> <Compile Include="MachineServiceConfig.cs" /> @@ -409,6 +407,10 @@ <Project>{88d9906b-8fc4-4fe0-b7eb-127a0a8fcee4}</Project> <Name>Tango.DataStore.EF</Name> </ProjectReference> + <ProjectReference Include="..\..\DataStore\Tango.DataStore.Web\Tango.DataStore.Web.csproj"> + <Project>{a9828548-af43-4ce4-8b13-50e99f9c9cf7}</Project> + <Name>Tango.DataStore.Web</Name> + </ProjectReference> <ProjectReference Include="..\..\DataStore\Tango.DataStore\Tango.DataStore.csproj"> <Project>{e0364dfa-0721-4637-9d32-9d22aac109d6}</Project> <Name>Tango.DataStore</Name> |
