Vanara/UnitTests/Directory.Build.targets

21 lines
844 B
XML

<Project>
<PropertyGroup>
<DocumentationFile/>
<IsPackable>false</IsPackable>
<OutputPath>bin\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Remove="**\~*.cs" />
<None Include="**\~*.cs" />
<SupportedPlatform Include="windows" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(MSBuildThisFileDirectory)..\Core\Vanara.Core.csproj" />
<ProjectReference Include="$(MSBuildThisFileDirectory)..\PInvoke\Shared\Vanara.PInvoke.Shared.csproj" />
<ProjectReference Condition="!$(MSBuildProjectDirectory.EndsWith('CSharpRunner'))" Include="$(MSBuildThisFileDirectory)CSharpRunner\Shared.csproj" />
</ItemGroup>
</Project>