Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 84b0c7b4c8 | |||
| 7dc9b5d7d1 |
@@ -152,6 +152,10 @@
|
||||
<None Include="xunit.runner.wpf.nuspec">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="xunit.runner.wpf.targets">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
@@ -198,4 +202,4 @@
|
||||
<Output TaskParameter="ConsoleOutput" PropertyName="OutputOfExec" />
|
||||
</Exec>
|
||||
</Target>
|
||||
</Project>
|
||||
</Project>
|
||||
@@ -13,6 +13,7 @@
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="*.dll" target="tools\"/>
|
||||
<file src="xunit.runner.wpf.targets" target="build"/>
|
||||
<file src="*.exe" target="tools\" exclude="*vshost*"/>
|
||||
<file src="*.config" target="tools\" exclude="*vshost*"/>
|
||||
</files>
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<StartAction Condition="'$(StartActions)' == ''">Program</StartAction>
|
||||
<StartProgram Condition="'$(StartProgram)' == ''">$(MSBuildThisFileDirectory)..\tools\xunit.runner.wpf.exe</StartProgram>
|
||||
<StartArguments Condition="'$(StartArguments)' == ''">$(AssemblyName).dll</StartArguments>
|
||||
<StartWorkingDirectory Condition="'$(StartWorkingDirectory)' == ''">$(OutputDirectory)</StartWorkingDirectory>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user