Bitmaps (.bmp) will now be copied to output directory.

This commit is contained in:
the_fiddler 2008-04-13 19:47:46 +00:00
parent 6b72455421
commit 9b5d70e124

View file

@ -187,7 +187,7 @@
<Files>
<Match path="." pattern="*.cs" recurse="true"/>
<Match path="../Examples/Data" pattern="^.*\.(png|jpg|txt|glsl|wav|ogg)$" useRegex="true" recurse="true" buildAction="None" copyToOutput="Always"/>
<Match path="../Examples/Data" pattern="^.*\.(bmp|png|jpg|txt|glsl|wav|ogg)$" useRegex="true" recurse="true" buildAction="None" copyToOutput="Always"/>
<Match path="./Data" pattern="*.txt" recurse="true" buildAction="None" copyToOutput="Always"/>
<Match path="./Data" pattern="*.glsl" recurse="true" buildAction="None" copyToOutput="Always"/>
<Match path="../OpenTK" pattern="OpenTK.dll.config" buildAction="None" copyToOutput="Always"/>