Change installer to dev class

This commit is contained in:
Eric Reed 2013-02-26 09:25:51 -05:00
parent a0cb8a3731
commit cf17b01387
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<configuration>
<appSettings>
<add key="product" value="server" />
<add key="class" value="Release" />
<add key="class" value="Dev" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />

View file

@ -14,7 +14,7 @@
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>http://www.mb3admin.com/downloads/beta/server/</PublishUrl>
<PublishUrl>http://www.mb3admin.com/downloads/dev/server/</PublishUrl>
<Install>false</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>