-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCutout.Tests.csproj
More file actions
30 lines (23 loc) · 1.01 KB
/
Copy pathCutout.Tests.csproj
File metadata and controls
30 lines (23 loc) · 1.01 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
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$([MSBuild]::GetPathOfFileAbove('Common.Test.props', '$(MSBuildThisFileDirectory)'))"/>
<PropertyGroup>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing"/>
<PackageReference Include="Verify.SourceGenerators"/>
<PackageReference Include="Verify.XunitV3"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all"/>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cutout\Cutout.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="true"/>
</ItemGroup>
<ItemGroup>
<None Update="IfControlTests.Case1a#Test.Test.g.verified.cs">
<DependentUpon>IfStatementTests.cs</DependentUpon>
</None>
</ItemGroup>
</Project>