forked from NuGet/NuGet.Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNuGet.PackageManagement.VisualStudio.Test.csproj
106 lines (100 loc) · 5.59 KB
/
NuGet.PackageManagement.VisualStudio.Test.csproj
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<Project>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'NuGet.sln'))\build\common.test.props" />
<Import Project="Sdk.props" 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="System" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
<Reference Include="System.IO.Compression" />
</ItemGroup>
<ItemGroup>
<Compile Include="Common\IProjectContextInfoExtensionsTests.cs" />
<Compile Include="Common\PackageCollectionExtensionsTests.cs" />
<Compile Include="Feeds\ConsolidatePackageFeedTests.cs" />
<Compile Include="Feeds\FeedTestUtils.cs" />
<Compile Include="Feeds\InstalledAndTransitivePackageFeedTests.cs" />
<Compile Include="Feeds\SourceRepositoryCreator.cs" />
<Compile Include="Feeds\SourceRepositoryExtensionsTests.cs" />
<Compile Include="CpsPackageReferenceProjectTests.cs" />
<Compile Include="PackageFeeds\PackageSourceMonikerTests.cs" />
<Compile Include="Projects\FrameworkInstalledPackagesTests.cs" />
<Compile Include="MockedVS.cs" />
<Compile Include="ProjectFactories.cs" />
<Compile Include="ProjectSystems\LegacyPackageReferenceProjectTests.cs" />
<Compile Include="Feeds\MultiSourcePackageMetadataProviderTests.cs" />
<Compile Include="Feeds\UpdatePackageFeedTests.cs" />
<Compile Include="Feeds\InstalledPackageFeedTests.cs" />
<Compile Include="FrameworkAssemblyResolverTests.cs" />
<Compile Include="ProjectSystems\LegacyPackageReferenceRestoreUtilityTests.cs" />
<Compile Include="ProjectSystems\ProjectSystemCacheTests.cs" />
<Compile Include="ProjectSystems\TestVSProjectAdapter.cs" />
<Compile Include="Projects\CpsPackageReferenceProjectProviderTests.cs" />
<Compile Include="Projects\PackageReferenceProjectTests.cs" />
<Compile Include="Services\MockedVSCollectionTests.cs" />
<Compile Include="Services\NuGetLockServiceTests.cs" />
<Compile Include="Services\NuGetProjectManagerServiceTests.cs" />
<Compile Include="Services\NuGetPackageFileServiceTests.cs" />
<Compile Include="Services\NuGetSourcesServiceTests.cs" />
<Compile Include="Services\SharedServiceStateTests.cs" />
<Compile Include="Services\TestSharedServiceState.cs" />
<Compile Include="Services\NuGetPackageSearchServiceTests.cs" />
<Compile Include="Telemetry\ActionsTelemetryServiceTests.cs" />
<Compile Include="Telemetry\TelemetryOnceEmitterTests.cs" />
<Compile Include="Telemetry\HyperlinkClickedTelemetryEventTests.cs" />
<Compile Include="Telemetry\IntervalTrackerTests.cs" />
<Compile Include="Telemetry\NuGetTelemetryServiceTests.cs" />
<Compile Include="Telemetry\RestoreTelemetryServiceTests.cs" />
<Compile Include="Telemetry\SearchSelectionTelemetryEventTests.cs" />
<Compile Include="Telemetry\TestTelemetryUtility.cs" />
<Compile Include="Utility\GetPackageReferenceUtilityTests.cs" />
<Compile Include="VisualStudioCredentialProviderTests.cs" />
<Compile Include="VsCredentialProviderAdapterTests.cs" />
<Compile Include="VsCredentialProviderImporterTests.cs" />
<Compile Include="VSRestoreSettingsUtilityTests.cs" />
<Compile Include="Telemetry\VsTelemetrySessionTest.cs" />
</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="$(NuGetClientsSrcDirectory)NuGet.VisualStudio\NuGet.VisualStudio.csproj" />
<ProjectReference Include="$(NuGetClientsSrcDirectory)NuGet.PackageManagement.VisualStudio\NuGet.PackageManagement.VisualStudio.csproj" />
<ProjectReference Include="$(TestUtilitiesDirectory)Test.Utility\Test.Utility.csproj" />
<ProjectReference Include="$(NuGetClientsSrcDirectory)NuGet.VisualStudio.Common\NuGet.VisualStudio.Common.csproj" />
<ProjectReference Include="$(NuGetClientsSrcDirectory)NuGet.PackageManagement.UI\NuGet.PackageManagement.UI.csproj" />
<ProjectReference Include="..\NuGet.VisualStudio.Common.Test\NuGet.VisualStudio.Common.Test.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit" />
<PackageReference Include="VsWebSite.Interop" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<ItemGroup>
<None Include="xunit.runner.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(BuildCommonDirectory)common.targets" />
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project>