Skip to content

Commit

Permalink
VS2010 app.config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Nov 26, 2019
1 parent eacbdba commit 555d234
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion FNA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,10 @@
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="app.config">
<Link>$(TargetFileName).config</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="src\Graphics\Effect\StockEffects\FXB\AlphaTestEffect.fxb">
Expand Down

0 comments on commit 555d234

Please # to comment.