|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 |
|
4 | | - <ItemGroup> |
5 | | - <!-- |
| 4 | + <ItemGroup> |
| 5 | + <!-- |
6 | 6 | !!! IMPORTANT !!! |
7 | 7 | DO NOT CHANGE THE GUID, IT'S A WELL KNOWN EXTENSION POINT AND THIS EXTENSION NEEDS TO BE REGISTERED AT THE END |
8 | 8 | WE HAVE CODE INSIDE THE TASK 'TestingPlatformEntryPoint' TO ENSURE THE ORDER OF THE REGISTRATION BASED ON THIS GUID |
9 | 9 | --> |
10 | | - <TestingPlatformBuilderHook Include="2E8E7F63-61DB-4EDB-A21E-5BF48279A7B8" > |
11 | | - <DisplayName>NUnit</DisplayName> |
12 | | - <TypeFullName>NUnit.VisualStudio.TestAdapter.TestingPlatformAdapter.TestingPlatformBuilderHook</TypeFullName> |
13 | | - </TestingPlatformBuilderHook> |
14 | | - </ItemGroup> |
15 | | - |
16 | | - <ItemGroup> |
17 | | - <None Include="$(MSBuildThisFileDirectory)NUnit3.TestAdapter.pdb" Condition="Exists('$(MSBuildThisFileDirectory)NUnit3.TestAdapter.pdb')"> |
18 | | - <Link>NUnit3.TestAdapter.pdb</Link> |
19 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
20 | | - <Visible>False</Visible> |
21 | | - </None> |
22 | | - <None Include="$(MSBuildThisFileDirectory)nunit.engine.dll"> |
23 | | - <Link>nunit.engine.dll</Link> |
24 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
25 | | - <Visible>False</Visible> |
26 | | - </None> |
27 | | - <None Include="$(MSBuildThisFileDirectory)nunit.engine.api.dll"> |
28 | | - <Link>nunit.engine.api.dll</Link> |
29 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
30 | | - <Visible>False</Visible> |
31 | | - </None> |
32 | | - <None Include="$(MSBuildThisFileDirectory)nunit.engine.core.dll"> |
33 | | - <Link>nunit.engine.core.dll</Link> |
34 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
35 | | - <Visible>False</Visible> |
36 | | - </None> |
37 | | - <None Include="$(MSBuildThisFileDirectory)testcentric.engine.metadata.dll"> |
38 | | - <Link>testcentric.engine.metadata.dll</Link> |
39 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
40 | | - <Visible>False</Visible> |
41 | | - </None> |
42 | | - </ItemGroup> |
| 10 | + <TestingPlatformBuilderHook Include="2E8E7F63-61DB-4EDB-A21E-5BF48279A7B8" > |
| 11 | + <DisplayName>NUnit</DisplayName> |
| 12 | + <TypeFullName>NUnit.VisualStudio.TestAdapter.TestingPlatformAdapter.TestingPlatformBuilderHook</TypeFullName> |
| 13 | + </TestingPlatformBuilderHook> |
| 14 | + </ItemGroup> |
| 15 | + |
| 16 | + <ItemGroup> |
| 17 | + <None Include="$(MSBuildThisFileDirectory)NUnit3.TestAdapter.pdb" Condition="Exists('$(MSBuildThisFileDirectory)NUnit3.TestAdapter.pdb')"> |
| 18 | + <Link>NUnit3.TestAdapter.pdb</Link> |
| 19 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 20 | + <Visible>False</Visible> |
| 21 | + </None> |
| 22 | + <None Include="$(MSBuildThisFileDirectory)nunit.engine.dll"> |
| 23 | + <Link>nunit.engine.dll</Link> |
| 24 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 25 | + <Visible>False</Visible> |
| 26 | + </None> |
| 27 | + <None Include="$(MSBuildThisFileDirectory)nunit.engine.api.dll"> |
| 28 | + <Link>nunit.engine.api.dll</Link> |
| 29 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 30 | + <Visible>False</Visible> |
| 31 | + </None> |
| 32 | + <None Include="$(MSBuildThisFileDirectory)nunit.engine.core.dll"> |
| 33 | + <Link>nunit.engine.core.dll</Link> |
| 34 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 35 | + <Visible>False</Visible> |
| 36 | + </None> |
| 37 | + <None Include="$(MSBuildThisFileDirectory)testcentric.engine.metadata.dll"> |
| 38 | + <Link>testcentric.engine.metadata.dll</Link> |
| 39 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 40 | + <Visible>False</Visible> |
| 41 | + </None> |
| 42 | + <None Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.DependencyModel.dll"> |
| 43 | + <Link>Microsoft.Extensions.DependencyModel.dll</Link> |
| 44 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 45 | + <Visible>False</Visible> |
| 46 | + </None> |
| 47 | + </ItemGroup> |
43 | 48 | </Project> |
0 commit comments