diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-12-28 23:39:51 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-12-28 23:39:51 +0200 |
| commit | 68a9642a95545368ed7e9f9a7e2836f86143b439 (patch) | |
| tree | d1123ea21bcb5fee99652c61054a712b5029b576 /Software/Visual_Studio/Tango.Web/Tango.Web.csproj | |
| parent | 537212b4aa3419d75ce015e5aa3a455288dc430a (diff) | |
| download | Tango-68a9642a95545368ed7e9f9a7e2836f86143b439.tar.gz Tango-68a9642a95545368ed7e9f9a7e2836f86143b439.zip | |
Implemented SQLManager with access token authentication.
Diffstat (limited to 'Software/Visual_Studio/Tango.Web/Tango.Web.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.Web/Tango.Web.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Web/Tango.Web.csproj b/Software/Visual_Studio/Tango.Web/Tango.Web.csproj index 0f04121d1..d9a1d1dd1 100644 --- a/Software/Visual_Studio/Tango.Web/Tango.Web.csproj +++ b/Software/Visual_Studio/Tango.Web/Tango.Web.csproj @@ -247,6 +247,7 @@ <Compile Include="Authentication\TokensManager.cs" /> <Compile Include="DeploymentSlot.cs" /> <Compile Include="Logging\AzureCloudLogger.cs" /> + <Compile Include="SQLServer\SQLServerManager.cs" /> <Compile Include="Storage\ExtensionMethods.cs" /> <Compile Include="Storage\StorageManager.cs" /> <Compile Include="TangoWebApplication.cs" /> |
