aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-01-25 21:23:35 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-01-25 21:23:35 +0200
commit2367c43d732aea2ea169f6fa5844fc877d96632d (patch)
treebbd6e675392d6721ad74449c897a87c698ac34b5 /Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj
parent89e7bce0f7241e210aefc9d902e11c8f3537ace9 (diff)
downloadTango-2367c43d732aea2ea169f6fa5844fc877d96632d.tar.gz
Tango-2367c43d732aea2ea169f6fa5844fc877d96632d.zip
Implemented Hangfire experiment.
Refactored Transporter to accept a configuration instead of multiple parameters on all request/response methods. Refactored Transporter to automatically log request/response messaged based on configuration. Fixed issue with ContinuousResponseAborted and external bridge.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj b/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj
index 2530baf7b..e2c799cf6 100644
--- a/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj
+++ b/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj
@@ -135,7 +135,6 @@
<Compile Include="Operation\JobHandler.cs" />
<Compile Include="Operation\MachineStatuses.cs" />
<Compile Include="Operation\PrintingEventArgs.cs" />
- <Compile Include="Operation\RequestFailedEventArgs.cs" />
<Compile Include="Operation\ResumingJobEventArgs.cs" />
<Compile Include="Operation\RunningJobStatus.cs" />
<Compile Include="ExternalBridge\ExternalBridgeScanner.cs" />
@@ -209,7 +208,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