Changing setting to prevent Orchard.Core project from launching a dev web process

--HG--
branch : dev
This commit is contained in:
Louis DeJardin
2010-02-15 23:21:19 -08:00
parent cb9874aae6
commit 300d2abe75

View File

@@ -263,9 +263,8 @@
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<UseCustomServer>True</UseCustomServer>
<CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>