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 dc9d98a commit 1f35c7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SDL2-CS.csproj
Expand Up @@ -82,7 +82,10 @@
<Compile Include="src\SDL2_ttf.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="app.config">
<Link>$(TargetFileName).config</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit 1f35c7f

Please sign in to comment.