File tree 3 files changed +27
-3
lines changed
3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 6
6
// set of attributes. Change these attribute values to modify the information
7
7
// associated with an assembly.
8
8
[ assembly: AssemblyTitle ( "RDP Portal" ) ]
9
- [ assembly: AssemblyDescription ( "" ) ]
9
+ [ assembly: AssemblyDescription ( "A slightly smarter and simple Remote Desktop manager for Windows. " ) ]
10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "Louis Lam" ) ]
12
12
[ assembly: AssemblyProduct ( "RDP Protal" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © 2022 Louis Lam" ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © 2022 Louis Lam" ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
Original file line number Diff line number Diff line change 6
6
<dpiAwareness xmlns =" http://schemas.microsoft.com/SMI/2016/WindowsSettings" >PerMonitorV2</dpiAwareness >
7
7
</asmv3 : windowsSettings >
8
8
</asmv3 : application >
9
+ <trustInfo xmlns =" urn:schemas-microsoft-com:asm.v2" >
10
+ <security >
11
+ <requestedPrivileges xmlns =" urn:schemas-microsoft-com:asm.v3" >
12
+ <!-- UAC Manifest Options
13
+ If you want to change the Windows User Account Control level replace the
14
+ requestedExecutionLevel node with one of the following.
15
+
16
+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
17
+ <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
18
+ <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
19
+
20
+ Specifying requestedExecutionLevel element will disable file and registry virtualization.
21
+ Remove this element if your application requires this virtualization for backwards
22
+ compatibility.
23
+ -->
24
+ <requestedExecutionLevel level =" asInvoker" uiAccess =" false" />
25
+ </requestedPrivileges >
26
+ </security >
27
+ </trustInfo >
9
28
</assembly >
Original file line number Diff line number Diff line change 8
8
<ProjectGuid >{6C4D655E-4C37-4E07-87E0-A4EB9DCAA651}</ProjectGuid >
9
9
<OutputType >WinExe</OutputType >
10
10
<RootNamespace >RDP_Portal</RootNamespace >
11
- <AssemblyName >rdp-portal </AssemblyName >
11
+ <AssemblyName >RDP-Portal </AssemblyName >
12
12
<TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15
15
<Deterministic >true</Deterministic >
16
16
<LangVersion >8</LangVersion >
17
17
<Nullable >enable</Nullable >
18
18
<ApplicationIcon >Resources\icon.ico</ApplicationIcon >
19
+ <SignAssembly >true</SignAssembly >
20
+ <AssemblyOriginatorKeyFile >..\visual-studio-sign-key.snk</AssemblyOriginatorKeyFile >
19
21
</PropertyGroup >
20
22
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
23
<PlatformTarget >AnyCPU</PlatformTarget >
174
176
<EmbeddedResource Include =" src\MainForm.resx" >
175
177
<DependentUpon >MainForm.cs</DependentUpon >
176
178
</EmbeddedResource >
179
+ <None Include =" ..\visual-studio-sign-key.snk" >
180
+ <Link >visual-studio-sign-key.snk</Link >
181
+ </None >
177
182
<None Include =" packages.config" />
178
183
<None Include =" Properties\Settings.settings" >
179
184
<Generator >SettingsSingleFileGenerator</Generator >
You can’t perform that action at this time.
0 commit comments