anx.framework/Visual Studio/MPF11/Dev11/Microsoft.VisualStudio.Project.IntegrationTests.testrunconfig
Konstantin Koch 8287c54432 Included the Visual Studio extension and made the necessary changes to make it run.
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.
2015-04-08 14:50:03 +02:00

37 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<TestSettings name="IntegrationTests" id="8417ead8-ead8-4abd-9e1d-1928e776fa13" 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="Samples\CSharp\CustomProject\Src\Templates\Projects\MyCustomProject\Program.cs" />
<DeploymentItem filename="Samples\CSharp\NestedProject\UnitTests\Templates\TemplateClass.cs" />
<DeploymentItem filename="Samples\CSharp\NestedProject\UnitTests\Templates\SampleClass.cs" />
<DeploymentItem filename="Samples\CSharp\CustomProject\Src\Templates\Projects\MyCustomProject\MyCustomProject.myproj" />
<DeploymentItem filename="Samples\CSharp\CustomProject\Src\Templates\Projects\MyCustomProject\MyCustomProject.ico" />
<DeploymentItem filename="Samples\CSharp\NestedProject\UnitTests\Templates\SampleProject.csproj" />
<DeploymentItem filename="Samples\CSharp\CustomProject\Src\Templates\Projects\MyCustomProject\AssemblyInfo.cs" />
</Deployment>
<Execution>
<Hosts type="VS IDE" skipUnhostableTests="false">
<VSSDKTestHostRunConfig name="VS IDE" HiveKind="DevEnv" HiveName="11.0Exp" xmlns="http://microsoft.com/schemas/VisualStudio/SDK/Tools/IdeHostAdapter/2006/06" />
</Hosts>
<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>
</WebTestRunConfiguration>
<UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
<AssemblyResolution>
<TestDirectory useLoadContext="true" />
</AssemblyResolution>
</UnitTestRunConfig>
</TestTypeSpecific>
<AgentRule name="LocalMachineDefaultRole">
</AgentRule>
</Execution>
</TestSettings>