Skip to content
代码片段 群组 项目
InteropTests.csproj 921 字节
更新 更旧
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <ContainsFunctionalTestAssets>true</ContainsFunctionalTestAssets>
    <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <Compile Include="..\..\..\Shared\Process\ProcessEx.cs" Link="Helpers\ProcessEx.cs" />
    <Compile Include="..\..\..\Shared\Process\ProcessExtensions.cs" Link="Helpers\ProcessExtensions.cs" />

    <AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute" Condition="'$(IsHelixJob)' != 'true'">
      <_Parameter1>ServerLogPath</_Parameter1>
      <_Parameter2>$(ArtifactsLogDir)InteropServer.log</_Parameter2>
    </AssemblyAttribute>

    <FunctionalTestAssetProjectReference Include="..\testassets\InteropClient\InteropClient.csproj" />
    <FunctionalTestAssetProjectReference Include="..\testassets\InteropWebsite\InteropWebsite.csproj" />
  </ItemGroup>

</Project>