10 lines
371 B
Plaintext
10 lines
371 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<ItemGroup>
|
||
|
|
<None Include="$(MSBuildThisFileDirectory)Xwt.Gtk.dll.config">
|
||
|
|
<Link>Xwt.Gtk.dll.config</Link>
|
||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||
|
|
<Visible>False</Visible>
|
||
|
|
</None>
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|