From bc8e5d54dbf60b2709870c9743c24061f62a612a Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Wed, 1 Feb 2017 21:22:26 +0100 Subject: [PATCH] Removed unused project --- RGB.NET.Corsair/Properties/AssemblyInfo.cs | 36 --------------- RGB.NET.Corsair/RGB.NET.Corsair.csproj | 53 ---------------------- 2 files changed, 89 deletions(-) delete mode 100644 RGB.NET.Corsair/Properties/AssemblyInfo.cs delete mode 100644 RGB.NET.Corsair/RGB.NET.Corsair.csproj diff --git a/RGB.NET.Corsair/Properties/AssemblyInfo.cs b/RGB.NET.Corsair/Properties/AssemblyInfo.cs deleted file mode 100644 index c72a479..0000000 --- a/RGB.NET.Corsair/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("RGB.NET.Corsair")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("RGB.NET.Corsair")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5cfe9366-466b-4d4a-b324-824c8e9ef1d2")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/RGB.NET.Corsair/RGB.NET.Corsair.csproj b/RGB.NET.Corsair/RGB.NET.Corsair.csproj deleted file mode 100644 index d3a3b8a..0000000 --- a/RGB.NET.Corsair/RGB.NET.Corsair.csproj +++ /dev/null @@ -1,53 +0,0 @@ - - - - - Debug - AnyCPU - {5CFE9366-466B-4D4A-B324-824C8E9EF1D2} - Library - Properties - RGB.NET.Corsair - RGB.NET.Corsair - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - \ No newline at end of file