From 549f3686486ef413136354782e7af82f547ee03e Mon Sep 17 00:00:00 2001 From: Yufei Huang Date: Thu, 30 Apr 2015 15:51:43 +0800 Subject: [PATCH] Make ImageProcessor.Tests a plan class Library, add xunit visual studio runner to test cases show up on Visual Studio Test Explorer Former-commit-id: 195aa89169de48616c3391a42264eade2aafc8e8 Former-commit-id: 0d9055a27103d547565b6b3cd89fb224054a0a4c Former-commit-id: cc8844ee42f6398a44c26f741e2850ca1c1229cc --- .../ImageProcessor.Tests.csproj | 49 +++---------------- tests/ImageProcessor.Tests/packages.config | 1 + 2 files changed, 9 insertions(+), 41 deletions(-) diff --git a/tests/ImageProcessor.Tests/ImageProcessor.Tests.csproj b/tests/ImageProcessor.Tests/ImageProcessor.Tests.csproj index 8be8c6519..1302c6aa2 100644 --- a/tests/ImageProcessor.Tests/ImageProcessor.Tests.csproj +++ b/tests/ImageProcessor.Tests/ImageProcessor.Tests.csproj @@ -1,5 +1,6 @@  + Debug @@ -11,13 +12,9 @@ ImageProcessor.Tests v4.5 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - a2e7ca05 + {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + + ..\..\ true @@ -53,14 +50,6 @@ True - - - - - - - - @@ -79,39 +68,17 @@ ImageProcessor - - - - - False - - - False - - - False - - - False - - - - - + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + - \ No newline at end of file diff --git a/tests/ImageProcessor.Tests/packages.config b/tests/ImageProcessor.Tests/packages.config index 02fb7fd38..3ef6ebb2a 100644 --- a/tests/ImageProcessor.Tests/packages.config +++ b/tests/ImageProcessor.Tests/packages.config @@ -6,4 +6,5 @@ + \ No newline at end of file