Replaced the old VS templates with ones that offer more flexiblity. Started replacing the Content Project for the samples with our custom project type. Inlcuded a basic not yet working AssimpImporter.
20 lines
972 B
XML
20 lines
972 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TestRunConfiguration name="Local Test Run" id="51973d4c-5e82-408e-a1c0-f3478e29d36d" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
|
|
<Description>This is a default test run configuration for a local test run.</Description>
|
|
<Deployment>
|
|
<DeploymentItem filename="UnitTests\Templates\" />
|
|
</Deployment>
|
|
<TestTypeSpecific>
|
|
<WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207">
|
|
<Browser name="Internet Explorer 7.0">
|
|
<Headers>
|
|
<Header name="User-Agent" value="Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" />
|
|
<Header name="Accept" value="*/*" />
|
|
<Header name="Accept-Language" value="{{$IEAcceptLanguage}}" />
|
|
<Header name="Accept-Encoding" value="GZIP" />
|
|
</Headers>
|
|
</Browser>
|
|
<Network Name="LAN" BandwidthInKbps="0" />
|
|
</WebTestRunConfiguration>
|
|
</TestTypeSpecific>
|
|
</TestRunConfiguration> |