diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-04-09 04:04:23 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-04-09 04:04:23 +0300 |
| commit | efe8812d48fe783c3c8871da0c54b7ef916b4998 (patch) | |
| tree | 51d12a14a755099536dd1223f27f033395d5840a /Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | |
| parent | c95352e627d9449d4430c619d7b9d24757f13ac5 (diff) | |
| download | Tango-efe8812d48fe783c3c8871da0c54b7ef916b4998.tar.gz Tango-efe8812d48fe783c3c8871da0c54b7ef916b4998.zip | |
Added application information to login response.
Several improvements and fixed.
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj index ce5e8f1e1..8c84db721 100644 --- a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj +++ b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj @@ -204,6 +204,7 @@ <Compile Include="Hardware\SystemResetResponse.cs" /> <Compile Include="Hardware\UploadHardwareConfigurationRequest.cs" /> <Compile Include="Hardware\UploadHardwareConfigurationResponse.cs" /> + <Compile Include="Integration\ApplicationInformation.cs" /> <Compile Include="Integration\ColorProfileRequest.cs" /> <Compile Include="Integration\ColorProfileResponse.cs" /> <Compile Include="Integration\DirectSynchronizationRequest.cs" /> @@ -330,7 +331,7 @@ </PropertyGroup> <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 |
