Skip to content

Commit

Permalink
forgot to embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolis2011 committed May 6, 2020
1 parent 1c39d11 commit c9dab12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ByondLang/ByondLang.csproj
Expand Up @@ -4,8 +4,16 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<None Remove="Language\resource\tokens.txt" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.2" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Language\resource\tokens.txt" />
</ItemGroup>

</Project>

0 comments on commit c9dab12

Please sign in to comment.