You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
553 B
17 lines
553 B
<Project>
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)\.., Directory.Build.props))\Directory.Build.props" />
|
|
|
|
<PropertyGroup>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<DebugType>full</DebugType>
|
|
|
|
<CodeAnalysisRuleSet>$(RepoRoot)\eng\GitExtensionsTest.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<!-- To be removed when NRT annotations are complete -->
|
|
<Nullable>annotations</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Using Include="NUnit.Framework.Legacy" />
|
|
</ItemGroup>
|
|
</Project>
|