diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-01-14 18:39:02 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-01-14 18:39:02 +0200 |
| commit | 0791a0ee675d6bddd54233bc9511cd6c01ce3a88 (patch) | |
| tree | 3c1e7747cd750f286a3d235c11827f8ad90d99a1 /Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj | |
| parent | 0d5f3fff32d8c17dbd0d33d86cffe20704a74271 (diff) | |
| download | Tango-0791a0ee675d6bddd54233bc9511cd6c01ce3a88.tar.gz Tango-0791a0ee675d6bddd54233bc9511cd6c01ce3a88.zip | |
Working on external bridge signalR
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj b/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj index 2c2e67e1a..e9a888a37 100644 --- a/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj +++ b/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj @@ -97,6 +97,8 @@ <Compile Include="ExternalBridge\ExternalBridgeClientConnectedEventArgs.cs" /> <Compile Include="ExternalBridge\ExternalBridgeReceiver.cs" /> <Compile Include="ExternalBridge\ExternalBridgeReceiverLoginRequestEventArgs.cs" /> + <Compile Include="ExternalBridge\SignalRExternalBridgeClient.cs" /> + <Compile Include="ExternalBridge\Web\MachineInfo.cs" /> <Compile Include="IntegrationSettings.cs" /> <Compile Include="JobRuns\BasicJobRunsLogger.cs" /> <Compile Include="JobRuns\IJobRunsLogger.cs" /> @@ -201,7 +203,7 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> - <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> </Project>
\ No newline at end of file |
