File: Microsoft.NET.Sdk.StaticWebAssets.Tests.csproj
Web Access
Project: ..\..\..\test\Microsoft.NET.Sdk.StaticWebAssets.Tests\Microsoft.NET.Sdk.StaticWebAssets.Tests.csproj (Microsoft.NET.Sdk.StaticWebAssets.Tests)
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <EnableDefaultItems>false</EnableDefaultItems>
    <OutDirName>Tests\$(MSBuildProjectName)</OutDirName>
  </PropertyGroup>
 
  <PropertyGroup>
    <TargetFramework>$(SdkTargetFramework)</TargetFramework>
  </PropertyGroup>
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <PackageId>testSdkStaticWebAssets</PackageId>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Include="**\*.cs" Exclude="$(GlobalExclude)" />
  </ItemGroup>
 
  <ItemGroup>
    <AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
      <_Parameter1>AspNetTestTfm</_Parameter1>
      <_Parameter2>$(SdkTargetFramework)</_Parameter2>
    </AssemblyAttribute>
    <!-- We use these to templatize the output from our build/publish tests to ensure the right set of
         files gets published in all circumstances.
    -->
    <AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
      <_Parameter1>NetCoreAppRuntimePackageVersion</_Parameter1>
      <_Parameter2>$(MicrosoftNETCoreAppRuntimePackageVersion)</_Parameter2>
    </AssemblyAttribute>
    <AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
      <_Parameter1>DefaultTestBaselinePackageVersion</_Parameter1>
      <_Parameter2>5.0</_Parameter2>
    </AssemblyAttribute>
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="Microsoft.Build.Framework" />
    <PackageReference Include="Microsoft.Build.Utilities.Core" />
    <PackageReference Include="Moq" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\src\StaticWebAssetsSdk\Tasks\Microsoft.NET.Sdk.StaticWebAssets.Tasks.csproj" />
    <ProjectReference Include="..\Microsoft.NET.TestFramework\Microsoft.NET.TestFramework.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <EmbeddedResource Include="StaticWebAssetsBaselines\**">
    </EmbeddedResource>
  </ItemGroup>
 
  <ItemGroup>
    <EmbeddedResource Include="content\ExternalStaticAssets.targets" />
  </ItemGroup>
 
  <ItemGroup>
    <None Include="TestFiles\Generated\*.rz.scp.css">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="TestFiles\Generated\*.bundle.scp.css">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
  </ItemGroup>
 
</Project>