diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-10-16 17:31:51 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-10-16 17:31:51 +0300 |
| commit | 4954a924b8a5b8fd7a213a444027e74b936359be (patch) | |
| tree | d91859a5fadf3d21b7fca106a000b30365f78a1b /Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj | |
| parent | 583d3716e37a9be80c8bb248215f343ed4fcd2d1 (diff) | |
| download | Tango-4954a924b8a5b8fd7a213a444027e74b936359be.tar.gz Tango-4954a924b8a5b8fd7a213a444027e74b936359be.zip | |
Added support for token authentication from MS to DB.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj index f6040c5b1..2c20fdadb 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj +++ b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj @@ -297,9 +297,11 @@ </Compile> <Compile Include="Models\SessionVariables.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Security\RefreshTokenEncoder.cs" /> - <Compile Include="Security\RefreshTokenEntity.cs" /> - <Compile Include="Security\RefreshTokensManager.cs" /> + <None Include="Security\RefreshTokenEncoder.cs" /> + <None Include="Security\RefreshTokenEntity.cs" /> + <None Include="Security\RefreshTokensManager.cs" /> + <Compile Include="Security\TokenEntity.cs" /> + <Compile Include="Security\TokenManager.cs" /> <Compile Include="Views\Downloads\IndexViewModel.cs" /> </ItemGroup> <ItemGroup> @@ -418,7 +420,7 @@ <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> </WebProjectProperties> </FlavorProperties> - <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> + <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> </VisualStudio> </ProjectExtensions> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
