aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/prebuild.xml b/prebuild.xml
index abf8f36..c6bef5c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2417,9 +2417,7 @@
2417 <Reference name="log4net" path="../../../../../bin/"/> 2417 <Reference name="log4net" path="../../../../../bin/"/>
2418 2418
2419 <Files> 2419 <Files>
2420 <Match pattern="*.cs" recurse="true"> 2420 <Match pattern="*.cs" recurse="true"/>
2421 <Exclude name="Tests" pattern="Tests"/>
2422 </Match>
2423 </Files> 2421 </Files>
2424 </Project> 2422 </Project>
2425 2423
@@ -3311,7 +3309,6 @@
3311 <!-- SADLY the way this works means you need to keep adding these paths --> 3309 <!-- SADLY the way this works means you need to keep adding these paths -->
3312 <Match path="Shared/Tests" pattern="*.cs" recurse="true"/> 3310 <Match path="Shared/Tests" pattern="*.cs" recurse="true"/>
3313 <Match path="Shared/CodeTools/Tests" pattern="*.cs" recurse="true"/> 3311 <Match path="Shared/CodeTools/Tests" pattern="*.cs" recurse="true"/>
3314 <Match path="Shared/Instance/Tests" pattern="*.cs" recurse="true"/>
3315 <Match path="XEngine/Tests" pattern="*.cs" recurse="true"/> 3312 <Match path="XEngine/Tests" pattern="*.cs" recurse="true"/>
3316 </Files> 3313 </Files>
3317 </Project> 3314 </Project>