Updated Build.exe and Prebuild.xml to copy data files and dll.config files in all cases.
This commit is contained in:
parent
eb31744ad0
commit
81ba27da98
2 changed files with 3 additions and 1 deletions
BIN
Build/Build.exe
BIN
Build/Build.exe
Binary file not shown.
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue