Skip to content

Commit 3d5b383

Browse files
author
Jayson Ragasa
committed
Update Wed 05/13/2020 / 8:44:01.04
1 parent 56239ca commit 3d5b383

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Contents
2+
[Introduction](#Multi-RDP-Client-.NET) . [Background](#background) . [Screen Shots](#screenshots) . [Features](#features) . [Codes](#code-snippets) . [Release History](#release-history)
3+
14
# Multi RDP Client .NET
25
Multi RDP Client .NET (formerly known as Multi Remote Desktop Client .NET) comes on handy when managing your RDP connections. A simple and friendly user interface for you to work and navigate easily through tabbed RDP remote window. Allows you to Import/Export .RDP files, Disconnect all connection at one click and Connect all your servers at one click as well. You can also change the resolution while working, set the window into fullscreen mode, and as well as enable window stretching and a lot more features!
36

RemoteDesktopClient/MultiRemoteDesktopClient.csproj

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<UpgradeBackupLocation>
2020
</UpgradeBackupLocation>
2121
<OldToolsVersion>3.5</OldToolsVersion>
22+
<NuGetPackageImportStamp>c2b78731</NuGetPackageImportStamp>
2223
<PublishUrl>publish\</PublishUrl>
2324
<Install>true</Install>
2425
<InstallFrom>Disk</InstallFrom>
@@ -29,11 +30,11 @@
2930
<UpdatePeriodically>false</UpdatePeriodically>
3031
<UpdateRequired>false</UpdateRequired>
3132
<MapFileExtensions>true</MapFileExtensions>
32-
<ApplicationRevision>0</ApplicationRevision>
33+
<ApplicationRevision>1</ApplicationRevision>
3334
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
3435
<UseApplicationTrust>false</UseApplicationTrust>
36+
<PublishWizardCompleted>true</PublishWizardCompleted>
3537
<BootstrapperEnabled>true</BootstrapperEnabled>
36-
<NuGetPackageImportStamp>c2b78731</NuGetPackageImportStamp>
3738
</PropertyGroup>
3839
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3940
<DebugSymbols>true</DebugSymbols>
@@ -52,6 +53,18 @@
5253
<ErrorReport>prompt</ErrorReport>
5354
<WarningLevel>4</WarningLevel>
5455
</PropertyGroup>
56+
<PropertyGroup>
57+
<ManifestCertificateThumbprint>5A4C48B612B3A7D3DDF3A302ADEC0580466DFDE3</ManifestCertificateThumbprint>
58+
</PropertyGroup>
59+
<PropertyGroup>
60+
<ManifestKeyFile>MultiRemoteDesktopClient_TemporaryKey.pfx</ManifestKeyFile>
61+
</PropertyGroup>
62+
<PropertyGroup>
63+
<GenerateManifests>true</GenerateManifests>
64+
</PropertyGroup>
65+
<PropertyGroup>
66+
<SignManifests>true</SignManifests>
67+
</PropertyGroup>
5568
<ItemGroup>
5669
<Reference Include="MagicLibrary, Version=1.7.0.0, Culture=neutral, PublicKeyToken=3a6eb82f876a49bc" />
5770
<Reference Include="Microsoft.VisualBasic" />
@@ -292,6 +305,7 @@
292305
<Content Include="ICO\mstscax.dll_I345e_0409.ico" />
293306
<None Include="ICO\open_16.ico" />
294307
<None Include="ICO\pin_out.ico" />
308+
<None Include="MultiRemoteDesktopClient_TemporaryKey.pfx" />
295309
<None Include="Resources\pin_in.ico" />
296310
<None Include="ICO\pin_in.ico" />
297311
<None Include="ICO\password_48.png" />

0 commit comments

Comments
 (0)