forked from NuGet/NuGet.Client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGet.Tools.Test.csproj
More file actions
24 lines (21 loc) · 836 Bytes
/
NuGet.Tools.Test.csproj
File metadata and controls
24 lines (21 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(NETFXTargetFramework)</TargetFramework>
<UseParallelXunit>true</UseParallelXunit>
<Description>Unit tests for NuGet.Tools.</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\NuGet.Clients\NuGet.Tools\NuGet.Tools.csproj">
<Name>NuGet.Tools</Name>
</ProjectReference>
<ProjectReference Include="..\..\TestUtilities\Test.Utility\Test.Utility.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Sdk" />
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit" />
<PackageReference Include="VsWebSite.Interop" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
</Project>