diff options
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj index df4e346f6..bccd84cad 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj +++ b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj @@ -322,6 +322,7 @@ <Compile Include="Controllers\DownloadsController.cs" /> <Compile Include="Controllers\AccountController.cs" /> <Compile Include="Controllers\FSEController.cs" /> + <Compile Include="Filters\JwtWebApiTokenFilter.cs" /> <Compile Include="Filters\JwtTokenFilter.cs" /> <Compile Include="Hubs\ExternalBridgeHub.cs" /> <Compile Include="MachineServiceConfig.cs" /> @@ -342,6 +343,7 @@ <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Views\FSEAccount\ResetPasswordVM.cs" /> <Compile Include="Views\FSEDownloads\IndexViewModel.cs" /> + <Content Include="Nswag\DataStoreClient.nswag" /> <None Include="Security\RefreshTokenEncoder.cs" /> <None Include="Security\RefreshTokenEntity.cs" /> <None Include="Security\RefreshTokensManager.cs" /> |
