aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-22 05:15:57 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-22 05:15:57 +0300
commita9b1c4cb5c4d945565e72e80ac0f938a49da3e5f (patch)
tree739307651882bce538653dc76c58c546b2d87699 /Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj
parent7bd70fcb311c808b65b62e774755dcbd6b0d63cd (diff)
downloadTango-a9b1c4cb5c4d945565e72e80ac0f938a49da3e5f.tar.gz
Tango-a9b1c4cb5c4d945565e72e80ac0f938a49da3e5f.zip
Implemented pre-connection protocol configuration.
Improved error handling across transport layer. Improved unexpected app crash for PPC. Improved transporter request received handlers tunneling.
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj')
-rw-r--r--Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj
index 4ad2e6612..b7e7ddfeb 100644
--- a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj
+++ b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj
@@ -220,6 +220,8 @@
<Compile Include="Integration\ApplicationInformation.cs" />
<Compile Include="Integration\ColorProfileRequest.cs" />
<Compile Include="Integration\ColorProfileResponse.cs" />
+ <Compile Include="Integration\ConfigureProtocolRequest.cs" />
+ <Compile Include="Integration\ConfigureProtocolResponse.cs" />
<Compile Include="Integration\DirectSynchronizationRequest.cs" />
<Compile Include="Integration\DirectSynchronizationResponse.cs" />
<Compile Include="Integration\ExternalBridgeLoginIntent.cs" />
@@ -228,6 +230,7 @@
<Compile Include="Integration\ExternalBridgeLogoutRequest.cs" />
<Compile Include="Integration\ExternalBridgeLogoutResponse.cs" />
<Compile Include="Integration\ExternalBridgeUdpDiscoveryPacket.cs" />
+ <Compile Include="Integration\GenericMessageProtocol.cs" />
<Compile Include="Integration\GenericRequest.cs" />
<Compile Include="Integration\GenericResponse.cs" />
<Compile Include="Integration\OverrideDataBaseRequest.cs" />
@@ -465,7 +468,7 @@
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
- <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" />
+ <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" />
</VisualStudio>
</ProjectExtensions>
</Project> \ No newline at end of file