-
Notifications
You must be signed in to change notification settings - Fork 746
Expand file tree
/
Copy pathNuGet.PackageManagement.VisualStudio.Test.csproj
More file actions
34 lines (30 loc) · 1.69 KB
/
NuGet.PackageManagement.VisualStudio.Test.csproj
File metadata and controls
34 lines (30 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(NETFXTargetFramework)</TargetFramework>
<NETCoreWPFProject>true</NETCoreWPFProject>
<Description>Unit and integration tests for NuGet.PackageManagement.VisualStudio.</Description>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationFramework" />
<Reference Include="System.Runtime.Caching" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="compiler\resources\EntityFrameworkSearch.json" />
<EmbeddedResource Include="compiler\resources\loggingAbstractions.json" />
<EmbeddedResource Include="compiler\resources\nugetCoreIndex.json" />
<EmbeddedResource Include="compiler\resources\index.json" />
<EmbeddedResource Include="compiler\resources\blankSearchPage.json" />
<EmbeddedResource Include="compiler\resources\nugetSearchPage1.json" />
<EmbeddedResource Include="compiler\resources\nugetSearchPage2.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\NuGet.Clients\NuGet.PackageManagement.UI\NuGet.PackageManagement.UI.csproj" />
<ProjectReference Include="..\..\..\src\NuGet.Clients\NuGet.PackageManagement.VisualStudio\NuGet.PackageManagement.VisualStudio.csproj" />
<ProjectReference Include="..\..\..\src\NuGet.Clients\NuGet.VisualStudio.Common\NuGet.VisualStudio.Common.csproj" />
<ProjectReference Include="..\..\..\src\NuGet.Clients\NuGet.VisualStudio\NuGet.VisualStudio.csproj" />
<ProjectReference Include="..\..\TestUtilities\VisualStudio.Test.Utility\VisualStudio.Test.Utility.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit" />
</ItemGroup>
</Project>