Skip to content

Commit 555d234

Browse files
committed
VS2010 app.config fix
1 parent eacbdba commit 555d234

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

FNA.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,10 @@
406406
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
407407
</ItemGroup>
408408
<ItemGroup>
409-
<None Include="app.config" />
409+
<None Include="app.config">
410+
<Link>$(TargetFileName).config</Link>
411+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
412+
</None>
410413
</ItemGroup>
411414
<ItemGroup>
412415
<EmbeddedResource Include="src\Graphics\Effect\StockEffects\FXB\AlphaTestEffect.fxb">

0 commit comments

Comments
 (0)