From 7dc9b5d7d17c0255cef8bfb8841a1be80f2267aa Mon Sep 17 00:00:00 2001 From: Kevin Pilch-Bisson Date: Sat, 28 May 2016 14:32:33 -0700 Subject: [PATCH] Add targets file to make it easier to launch this from projects --- xunit.runner.wpf/xunit.runner.wpf.csproj | 6 +++++- xunit.runner.wpf/xunit.runner.wpf.nuspec | 1 + xunit.runner.wpf/xunit.runner.wpf.targets | 9 +++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 xunit.runner.wpf/xunit.runner.wpf.targets diff --git a/xunit.runner.wpf/xunit.runner.wpf.csproj b/xunit.runner.wpf/xunit.runner.wpf.csproj index ffc1869..3f694cf 100644 --- a/xunit.runner.wpf/xunit.runner.wpf.csproj +++ b/xunit.runner.wpf/xunit.runner.wpf.csproj @@ -152,6 +152,10 @@ PreserveNewest + + PreserveNewest + Designer + @@ -198,4 +202,4 @@ - + \ No newline at end of file diff --git a/xunit.runner.wpf/xunit.runner.wpf.nuspec b/xunit.runner.wpf/xunit.runner.wpf.nuspec index c8276b6..184430f 100644 --- a/xunit.runner.wpf/xunit.runner.wpf.nuspec +++ b/xunit.runner.wpf/xunit.runner.wpf.nuspec @@ -13,6 +13,7 @@ + diff --git a/xunit.runner.wpf/xunit.runner.wpf.targets b/xunit.runner.wpf/xunit.runner.wpf.targets new file mode 100644 index 0000000..5766cc9 --- /dev/null +++ b/xunit.runner.wpf/xunit.runner.wpf.targets @@ -0,0 +1,9 @@ + + + + Program + $(MSBuildThisFileDirectory)..\tools\xunit.runner.wpf.exe + $(AssemblyName).dll + $(OutputDirectory) + +