966bba02bb
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
19 lines
724 B
XML
19 lines
724 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="xunit" type="Xunit.ConsoleClient.XunitConsoleConfigurationSection, xunit.console"/>
|
|
</configSections>
|
|
|
|
<xunit>
|
|
<transforms>
|
|
<add commandline="xmlv1" xslfile="xUnit1.xslt" description="output results to xUnit.net v1 XML file"/>
|
|
<add commandline="nunit" xslfile="NUnitXml.xslt" description="output results to NUnit v2.5 XML file"/>
|
|
<add commandline="html" xslfile="HTML.xslt" description="output results to HTML file"/>
|
|
</transforms>
|
|
</xunit>
|
|
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
|
</startup>
|
|
</configuration>
|