updated copyright string

This commit is contained in:
Faryan Rezagholi
2020-05-31 23:10:39 +02:00
parent 256ea606ed
commit 56bb513bdc
3 changed files with 852 additions and 843 deletions

View File

@@ -13,7 +13,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Multi-protocol remote connections manager")]
[assembly: AssemblyCompany("mRemoteNG")]
[assembly: AssemblyProduct("mRemoteNG")]
[assembly: AssemblyCopyright("2019 mRemoteNG Dev Team, 2010-2013 Riley McArdle, 2007-2009 Felix Deimel")]
[assembly: AssemblyCopyright("2020 mRemoteNG Dev Team, 2010-2013 Riley McArdle, 2007-2009 Felix Deimel")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]

File diff suppressed because it is too large Load Diff

View File

@@ -1563,8 +1563,10 @@
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="VncSharp">
<HintPath>References\VncSharp.dll</HintPath>
</Reference>