Updated Prebuild.xml to include .spec and .tm in the generated Bind projects.
This commit is contained in:
parent
a5cd312bc1
commit
772784d877
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@
|
||||||
|
|
||||||
<Files>
|
<Files>
|
||||||
<Match path="." pattern="*.cs" recurse="true"/>
|
<Match path="." pattern="*.cs" recurse="true"/>
|
||||||
|
<Match path="." pattern="*.spec" recurse="true" buildAction="None"/>
|
||||||
|
<Match path="." pattern="*.tm" recurse="true" buildAction="None"/>
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in a new issue