From 3ff0892ecd9e94bdccc0305221af1caeba1131ad Mon Sep 17 00:00:00 2001 From: hhblaze Date: Tue, 8 Dec 2020 12:33:52 +0100 Subject: [PATCH] goon --- EntitySyncingTester/App.config | 6 -- .../EntitySyncingTester.csproj | 59 ------------------- EntitySyncingTester/Program.cs | 15 ----- .../Properties/AssemblyInfo.cs | 36 ----------- 4 files changed, 116 deletions(-) delete mode 100644 EntitySyncingTester/App.config delete mode 100644 EntitySyncingTester/EntitySyncingTester.csproj delete mode 100644 EntitySyncingTester/Program.cs delete mode 100644 EntitySyncingTester/Properties/AssemblyInfo.cs diff --git a/EntitySyncingTester/App.config b/EntitySyncingTester/App.config deleted file mode 100644 index 56efbc7..0000000 --- a/EntitySyncingTester/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/EntitySyncingTester/EntitySyncingTester.csproj b/EntitySyncingTester/EntitySyncingTester.csproj deleted file mode 100644 index 87bca7d..0000000 --- a/EntitySyncingTester/EntitySyncingTester.csproj +++ /dev/null @@ -1,59 +0,0 @@ - - - - - Debug - AnyCPU - {A4440063-4DD3-46DD-841D-B7CDABFC6A27} - Exe - EntitySyncingTester - EntitySyncingTester - v4.7.2 - 512 - true - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - {ffeff1df-ae48-45ae-bb68-9cd172e2f64e} - EntitySyncing.NetStandard20 - - - - \ No newline at end of file diff --git a/EntitySyncingTester/Program.cs b/EntitySyncingTester/Program.cs deleted file mode 100644 index fce6b9e..0000000 --- a/EntitySyncingTester/Program.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace EntitySyncingTester -{ - class Program - { - static void Main(string[] args) - { - } - } -} diff --git a/EntitySyncingTester/Properties/AssemblyInfo.cs b/EntitySyncingTester/Properties/AssemblyInfo.cs deleted file mode 100644 index f9dfc61..0000000 --- a/EntitySyncingTester/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("EntitySyncingTester")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("EntitySyncingTester")] -[assembly: AssemblyCopyright("Copyright © 2020")] -[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("a4440063-4dd3-46dd-841d-b7cdabfc6a27")] - -// 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")]