Skip to content

Commit

Permalink
Hide archive files in Solution Explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsJakovlevsVisma committed Jul 18, 2024
1 parent dbbfc7b commit 0eb78fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,18 @@
</ItemGroup>

<ItemGroup>
<Content Include="..\..\chrome-aws-lambda\package\bin\chromium.br">
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Include="..\..\chrome-aws-lambda\package\bin\al2.tar.br">
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Include="..\..\chrome-aws-lambda\package\bin\al2023.tar.br">
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Include="..\..\chrome-aws-lambda\package\bin\fonts.tar.br">
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Include="..\..\chrome-aws-lambda\package\bin\swiftshader.tar.br">
<Content Include="..\..\chrome-aws-lambda\package\bin\*.br">
<Pack>true</Pack>
<PackagePath>contentFiles</PackagePath>
<PackageCopyToOutput>true</PackageCopyToOutput>
<Link>Package\$(FileName).br</Link>
</Content>
</ItemGroup>

<ItemGroup>
<Content Include="HeadlessChromium.Puppeteer.Lambda.Dotnet.targets" PackagePath="build/HeadlessChromium.Puppeteer.Lambda.Dotnet.targets" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.0.2" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project>
<ItemGroup>
<Files Include="$(MSBuildThisFileDirectory)/../contentFiles/*.br" />
</ItemGroup>
<Target Name="CopyFiles" AfterTargets="Build">
<Copy SourceFiles="@(Files)" DestinationFolder="$(TargetDir)" />
</Target>
</Project>

0 comments on commit 0eb78fb

Please sign in to comment.