From be589d1241a0cdb8036a7f9f7fc265e6aa3a17c9 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Tue, 19 Jul 2016 05:03:32 +0200 Subject: [PATCH] set solution level packages for nuget --- .gitignore | 1 - .nuget/packages.config | 5 +++++ Crow.csproj | 1 - OTKCrow/OTKCrow.csproj | 5 +---- Tests/Tests.csproj | 5 ----- Tests/packages.config | 4 ---- packages.config | 4 ---- 7 files changed, 6 insertions(+), 19 deletions(-) create mode 100644 .nuget/packages.config delete mode 100644 Tests/packages.config delete mode 100644 packages.config diff --git a/.gitignore b/.gitignore index 0bc65047..a34076d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ build Win_x86 -.nuget Crow.userprefs Debug packages diff --git a/.nuget/packages.config b/.nuget/packages.config new file mode 100644 index 00000000..146d78b0 --- /dev/null +++ b/.nuget/packages.config @@ -0,0 +1,5 @@ + + + + + diff --git a/Crow.csproj b/Crow.csproj index b38adbf4..faebd24a 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -250,6 +250,5 @@ - diff --git a/OTKCrow/OTKCrow.csproj b/OTKCrow/OTKCrow.csproj index 5e7b71c3..225895c8 100644 --- a/OTKCrow/OTKCrow.csproj +++ b/OTKCrow/OTKCrow.csproj @@ -57,7 +57,4 @@ - - - - \ No newline at end of file + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 29862e56..2e9c9b0b 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -23,16 +23,12 @@ 4 false DEBUG;TRACE;MEASURE_TIME - ..\build\obj\Debug - ..\build\Debug none true 0 false - ..\build\obj\Release - ..\build\Release @@ -329,7 +325,6 @@ PreserveNewest - diff --git a/Tests/packages.config b/Tests/packages.config deleted file mode 100644 index 25c974be..00000000 --- a/Tests/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/packages.config b/packages.config deleted file mode 100644 index d77cff2a..00000000 --- a/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file -- 2.47.3