diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-05 18:31:05 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-05 18:31:05 +0200 |
| commit | 2009e374e82aa54c122d10f3c00a7defddab3a4c (patch) | |
| tree | 814eef44e20aed425b778795957c217ac9581944 /Software/Visual_Studio/Tango.RemoteDesktop | |
| parent | 937b2a545fc7405f4673377b209caf22f00375b7 (diff) | |
| download | Tango-2009e374e82aa54c122d10f3c00a7defddab3a4c.tar.gz Tango-2009e374e82aa54c122d10f3c00a7defddab3a4c.zip | |
Fixed issue with job mixing.
Fixed issue with LogViewer scroll and session logs.
Diffstat (limited to 'Software/Visual_Studio/Tango.RemoteDesktop')
| -rw-r--r-- | Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj b/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj index dfffe90ec..2aad073cb 100644 --- a/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj +++ b/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj @@ -30,6 +30,7 @@ <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <ItemGroup> <Reference Include="PresentationCore" /> |
