From f1de9c5c1e78f4199c249169b71e5e16fd3f83e6 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: eaa0bb316934d74f1e05fcc3c2298f10f76cb806 Former-commit-id: 3e139809ca5dcd3a6ce02030677e80b6f1eb7504 Former-commit-id: 6993c293df26264bfcb96ff98ce6ffbc4b097470 --- .../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 8be8c6519a..1302c6aa28 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 02fb7fd384..3ef6ebb2ad 100644 --- a/tests/ImageProcessor.Tests/packages.config +++ b/tests/ImageProcessor.Tests/packages.config @@ -6,4 +6,5 @@ + \ No newline at end of file