Exclude .svg files from Artifact of Sequencing project

This commit is contained in:
Chev 2021-04-18 18:09:53 -07:00
parent cdc975058d
commit 2997e9ed37

View file

@ -4,6 +4,11 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="artifactSequencingDisabled.svg" />
<None Remove="artifactSequencingEnabled.svg" />
</ItemGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>H:\SteamLibrary\steamapps\common\Risk of Rain 2\BepInEx\core\0Harmony.dll</HintPath>