[tests] Put linked source code into an external/ folder in the msbuild test projects. (#9896)

This makes it easier to navigate the projects in the IDE.
This commit is contained in:
Rolf Bjarne Kvinge 2020-10-16 16:29:59 +02:00 коммит произвёл GitHub
Родитель 0913f9488a
Коммит 2415902e83
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 20 добавлений и 20 удалений

Просмотреть файл

@ -44,20 +44,20 @@
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\tests\common\Configuration.cs">
<Link>Configuration.cs</Link>
<Compile Include="..\..\mtouch\Cache.cs">
<Link>external\Cache.cs</Link>
</Compile>
<Compile Include="..\..\..\tests\common\DotNet.cs">
<Link>DotNet.cs</Link>
<Compile Include="..\..\common\Configuration.cs">
<Link>external\Configuration.cs</Link>
</Compile>
<Compile Include="..\..\..\tests\common\Profile.cs">
<Link>Profile.cs</Link>
<Compile Include="..\..\common\DotNet.cs">
<Link>external\DotNet.cs</Link>
</Compile>
<Compile Include="..\..\..\tests\common\ExecutionHelper.cs">
<Link>ExecutionHelper.cs</Link>
<Compile Include="..\..\common\ExecutionHelper.cs">
<Link>external\ExecutionHelper.cs</Link>
</Compile>
<Compile Include="..\..\..\tests\mtouch\Cache.cs">
<Link>Cache.cs</Link>
<Compile Include="..\..\common\Profile.cs">
<Link>external\Profile.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>

Просмотреть файл

@ -44,20 +44,20 @@
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\tests\common\Configuration.cs">
<Link>Configuration.cs</Link>
<Compile Include="..\..\mtouch\Cache.cs">
<Link>external\Cache.cs</Link>
</Compile>
<Compile Include="..\..\..\tests\common\DotNet.cs">
<Link>DotNet.cs</Link>
<Compile Include="..\..\common\Configuration.cs">
<Link>external\Configuration.cs</Link>
</Compile>
<Compile Include="..\..\..\tests\common\Profile.cs">
<Link>Profile.cs</Link>
<Compile Include="..\..\common\DotNet.cs">
<Link>external\DotNet.cs</Link>
</Compile>
<Compile Include="..\..\..\tests\common\ExecutionHelper.cs">
<Link>ExecutionHelper.cs</Link>
<Compile Include="..\..\common\ExecutionHelper.cs">
<Link>external\ExecutionHelper.cs</Link>
</Compile>
<Compile Include="..\..\..\tests\mtouch\Cache.cs">
<Link>Cache.cs</Link>
<Compile Include="..\..\common\Profile.cs">
<Link>external\Profile.cs</Link>
</Compile>
</ItemGroup>
</Project>