Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 18 additions & 21 deletions NullOps.RdpSigner.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<Configurations>Debug;Test;Release</Configurations>
<AssemblyTitle>NullOps.RDPSigner</AssemblyTitle>
<AssemblyDescription>A simple class to allow signing of RDP files</AssemblyDescription>
<AssemblyCompany>NullOps</AssemblyCompany>
<AssemblyProduct>NullOps.RDPSigner</AssemblyProduct>
<AssemblyCopyright>Copyright (c) 2016 NullOps</AssemblyCopyright>
<ComVisible>false</ComVisible>
<Guid>bf9d6730-d36c-4a4b-8cfe-0c268c4a3016</Guid>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyFileVersion>1.0.0.0</AssemblyFileVersion>
</PropertyGroup>

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{BF9D6730-D36C-4A4B-8CFE-0C268C4A3016}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NullOps.RdpSigner</RootNamespace>
<AssemblyName>NullOps.RdpSigner</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -29,22 +40,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>

<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Security" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="RdpSetting.cs" />
<Compile Include="RdpSettingHelper.cs" />
<Compile Include="RdpSigner.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.7.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
16 changes: 0 additions & 16 deletions Properties/AssemblyInfo.cs

This file was deleted.