From cfa0faaf4f839798307a0da54b80924aa1815c45 Mon Sep 17 00:00:00 2001 From: David Lebee Date: Wed, 27 Nov 2019 16:15:08 -0600 Subject: [PATCH] getting rid of console project. --- PoweredSoft.DynamicLinq.ConsoleApp/App.config | 6 -- .../PoweredSoft.DynamicLinq.ConsoleApp.csproj | 63 ------------------- PoweredSoft.DynamicLinq.ConsoleApp/Program.cs | 21 ------- .../Properties/AssemblyInfo.cs | 36 ----------- 4 files changed, 126 deletions(-) delete mode 100644 PoweredSoft.DynamicLinq.ConsoleApp/App.config delete mode 100644 PoweredSoft.DynamicLinq.ConsoleApp/PoweredSoft.DynamicLinq.ConsoleApp.csproj delete mode 100644 PoweredSoft.DynamicLinq.ConsoleApp/Program.cs delete mode 100644 PoweredSoft.DynamicLinq.ConsoleApp/Properties/AssemblyInfo.cs diff --git a/PoweredSoft.DynamicLinq.ConsoleApp/App.config b/PoweredSoft.DynamicLinq.ConsoleApp/App.config deleted file mode 100644 index 4bfa005..0000000 --- a/PoweredSoft.DynamicLinq.ConsoleApp/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/PoweredSoft.DynamicLinq.ConsoleApp/PoweredSoft.DynamicLinq.ConsoleApp.csproj b/PoweredSoft.DynamicLinq.ConsoleApp/PoweredSoft.DynamicLinq.ConsoleApp.csproj deleted file mode 100644 index 1b81c79..0000000 --- a/PoweredSoft.DynamicLinq.ConsoleApp/PoweredSoft.DynamicLinq.ConsoleApp.csproj +++ /dev/null @@ -1,63 +0,0 @@ - - - - - Debug - AnyCPU - {A166BD89-7BF3-475B-871F-294B8A420D9E} - Exe - PoweredSoft.DynamicLinq.ConsoleApp - PoweredSoft.DynamicLinq.ConsoleApp - v4.8 - 512 - true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - {c16927e7-1358-4b9d-bdd7-149e505de6cc} - PoweredSoft.DynamicLinq.Dal - - - {5bb7e50f-8b40-4512-88dc-4b3bd89c9a5e} - PoweredSoft.DynamicLinq - - - - \ No newline at end of file diff --git a/PoweredSoft.DynamicLinq.ConsoleApp/Program.cs b/PoweredSoft.DynamicLinq.ConsoleApp/Program.cs deleted file mode 100644 index 394313d..0000000 --- a/PoweredSoft.DynamicLinq.ConsoleApp/Program.cs +++ /dev/null @@ -1,21 +0,0 @@ -using PoweredSoft.DynamicLinq.Dal.Pocos; -using PoweredSoft.DynamicLinq.Helpers; -using PoweredSoft.DynamicLinq.Test; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Linq.Expressions; -using System.Text; -using System.Threading.Tasks; - -namespace PoweredSoft.DynamicLinq.ConsoleApp -{ - public class SelectExpression - { - static void Main(string[] args) - { - - } - - } -} diff --git a/PoweredSoft.DynamicLinq.ConsoleApp/Properties/AssemblyInfo.cs b/PoweredSoft.DynamicLinq.ConsoleApp/Properties/AssemblyInfo.cs deleted file mode 100644 index c41870c..0000000 --- a/PoweredSoft.DynamicLinq.ConsoleApp/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("PoweredSoft.DynamicLinq.ConsoleApp")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("PoweredSoft.DynamicLinq.ConsoleApp")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("a166bd89-7bf3-475b-871f-294b8a420d9e")] - -// 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")]