Testing dynamic compilation specflow

This commit is contained in:
Sebastien Ros
2014-06-17 11:14:31 -07:00
parent 61f2cf1554
commit 5213fa9d86
2 changed files with 85 additions and 93 deletions

View File

@@ -41,9 +41,8 @@
<Properties>
<!-- Set Value="true" to disable source files monitoring -->
<Property Name="DisableMonitoring" Value="false"/>
<!-- Set Value="true" to completely disable the Dynamic Extension Loader -->
<Property Name="Disabled" Value="true"/>
<Property Name="Disabled" Value="false"/>
</Properties>
</Component>

View File

@@ -50,13 +50,6 @@
<Properties>
<!-- Set Value="true" to disable pre-compiled files monitoring (~/Modules/**/bin/*.dll) -->
<Property Name="DisableMonitoring" Value="false"/>
<Property Name="Disabled" Value="true"/>
</Properties>
</Component>
<Component Type="Orchard.Environment.Extensions.Loaders.ReferencedExtensionLoader">
<Properties>
<Property Name="Disabled" Value="true"/>
</Properties>
</Component>