From eb0015cf6f6dd0892cd3cb399f370f7ee9646ae6 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Tue, 28 Aug 2018 07:24:09 +1000 Subject: [PATCH] move to reg and drawing nugets --- ApprovalTests.Tests/app.config | 59 ------------------------------ ApprovalTests/ApprovalTests.csproj | 6 +-- ApprovalUtilities.Tests/app.config | 15 -------- 3 files changed, 2 insertions(+), 78 deletions(-) delete mode 100644 ApprovalTests.Tests/app.config delete mode 100644 ApprovalUtilities.Tests/app.config diff --git a/ApprovalTests.Tests/app.config b/ApprovalTests.Tests/app.config deleted file mode 100644 index 94ef74dd..00000000 --- a/ApprovalTests.Tests/app.config +++ /dev/null @@ -1,59 +0,0 @@ - - - - - -
- -
-
- - - - - - - - - - - - - - - - - - - - NHibernate.Connection.DriverConnectionProvider - - - NHibernate.Driver.SqlClientDriver - - - Data Source=localhost\SQLEXPRESS;Initial Catalog=EntityFrameworkDemo;Integrated Security=True;MultipleActiveResultSets=True - - - NHibernate.Dialect.MsSql2005Dialect - - - false - - - - - - - - - - - - \ No newline at end of file diff --git a/ApprovalTests/ApprovalTests.csproj b/ApprovalTests/ApprovalTests.csproj index de76c787..13f5c74f 100644 --- a/ApprovalTests/ApprovalTests.csproj +++ b/ApprovalTests/ApprovalTests.csproj @@ -13,13 +13,11 @@ + + - - - - \ No newline at end of file diff --git a/ApprovalUtilities.Tests/app.config b/ApprovalUtilities.Tests/app.config deleted file mode 100644 index 22426b1c..00000000 --- a/ApprovalUtilities.Tests/app.config +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file