-
Notifications
You must be signed in to change notification settings - Fork 746
Expand file tree
/
Copy pathNuGet.PackageManagement.UI.Test.csproj
More file actions
34 lines (29 loc) · 1.44 KB
/
NuGet.PackageManagement.UI.Test.csproj
File metadata and controls
34 lines (29 loc) · 1.44 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.UI.</Description>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationFramework" />
</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\NuGet.VisualStudio.csproj" />
<ProjectReference Include="..\..\TestUtilities\VisualStudio.Test.Utility\VisualStudio.Test.Utility.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\customMetadata.jpeg" />
<EmbeddedResource Include="Resources\grayicc.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="compiler\resources\EntityFrameworkSearch.json" />
<EmbeddedResource Include="compiler\resources\index.json" />
<EmbeddedResource Include="compiler\resources\nugetSearchPage1.json" />
<EmbeddedResource Include="compiler\resources\nugetSearchPage2.json" />
</ItemGroup>
</Project>