File: Microsoft.Build.Engine.OM.UnitTests.csproj
Web Access
Project: ..\..\..\src\Build.OM.UnitTests\Microsoft.Build.Engine.OM.UnitTests.csproj (Microsoft.Build.Engine.OM.UnitTests)
<Project Sdk="Microsoft.NET.Sdk">
 
  <Import Project="..\Shared\FileSystemSources.proj" />
  <Import Project="..\Shared\DebuggingSources.proj" />
 
  <PropertyGroup>
    <TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
    <PlatformTarget>$(RuntimeOutputPlatformTarget)</PlatformTarget>
    <IsPackable>false</IsPackable>
 
    <AssemblyName>Microsoft.Build.Engine.OM.UnitTests</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 
    <DefineConstants>$(DefineConstants);MICROSOFT_BUILD_ENGINE_OM_UNITTESTS;NO_FRAMEWORK_IVT</DefineConstants>
  </PropertyGroup>
 
  <PropertyGroup>
    <!-- Managed manually since PackageDownload is not supported by dependabot https://github.com/dependabot/dependabot-core/issues/2920 -->
    <NuGetCommandLinePackageVersion>4.9.6</NuGetCommandLinePackageVersion>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Microsoft.IO.Redist" Condition="'$(FeatureMSIORedist)' == 'true'" />
 
    <PackageReference Include="Shouldly" />
    <PackageReference Include="System.Net.Http" />
    <PackageDownload Include="NuGet.CommandLine" Version="[$(NuGetCommandLinePackageVersion)]" />
  </ItemGroup>
 
  <ItemGroup>
    <!-- GeneratePathProperty currently isn't enabled for PackageDownload. -->
    <Content Include="$(NuGetPackageRoot)\nuget.commandline\$(NuGetCommandLinePackageVersion)\tools\NuGet.exe" CopyToOutputDirectory="PreserveNewest" Link="nuget\NuGet.exe" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Include="..\Shared\EncodingStringWriter.cs">
      <Link>EncodingStringWriter.cs</Link>
    </Compile>
    <Compile Include="..\Shared\ErrorUtilities.cs" />
    <Compile Include="..\Shared\FileDelegates.cs" />
    <Compile Include="..\Shared\ResourceUtilities.cs" />
    <Compile Include="..\Shared\BuildEnvironmentHelper.cs">
      <Link>BuildEnvironmentHelper.cs</Link>
    </Compile>
    <Compile Include="..\Shared\TempFileUtilities.cs" />
    <Compile Include="..\Shared\FileUtilities.cs" />
    <Compile Include="..\Shared\EscapingUtilities.cs" />
    <Compile Include="..\Shared\FileUtilitiesRegex.cs" />
    <Compile Include="..\Shared\ExceptionHandling.cs" />
    <Compile Include="..\Shared\ProcessExtensions.cs" />
    <None Include="..\Shared\UnitTests\App.config">
      <Link>App.config</Link>
      <SubType>Designer</SubType>
    </None>
    <None Include="..\Shared\UnitTests\xunit.runner.json">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\Build\Microsoft.Build.csproj" />
    <ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" />
    <ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" />
    <ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" />
    <ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" />
    <ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
  </ItemGroup>
</Project>