Updated Build.exe and Prebuild.xml to copy data files and dll.config files in all cases.

This commit is contained in:
the_fiddler 2007-10-20 14:17:31 +00:00
parent eb31744ad0
commit 81ba27da98
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View file

@ -97,7 +97,7 @@
<Files>
<Match path="." pattern="*.cs" recurse="true"/>
<!--<Match path="." pattern="*.dll.config" recurse="true"/>-->
<Match path="." pattern="OpenTK.dll.config" buildAction="None" copyToOutput="Always"/>
</Files>
</Project>
@ -126,6 +126,8 @@
<Files>
<Match path="." pattern="*.cs" recurse="true"/>
<Match path="./Data" pattern="*.*" buildAction="None" copyToOutput="Always"/>
<Match path="../OpenTK" pattern="OpenTK.dll.config" buildAction="None" copyToOutput="Always"/>
</Files>
</Project>