diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-03-09 08:58:40 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-03-09 08:58:40 -0500 |
| commit | 89396f8bd5f5478097c98bd181066cc09fc9b57f (patch) | |
| tree | 9ca57825dc5c499f4a7ed51233a5020d059e9b52 | |
| parent | 0a2b0ffba8848080d4cac824d3f44e2f12d8e20a (diff) | |
Publish new installers (with fixed path)
| -rw-r--r-- | MediaBrowser.Installer/MediaBrowser.Installer.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Installer/MediaBrowser.Installer.csproj b/MediaBrowser.Installer/MediaBrowser.Installer.csproj index 95ea32ee5..debb7163f 100644 --- a/MediaBrowser.Installer/MediaBrowser.Installer.csproj +++ b/MediaBrowser.Installer/MediaBrowser.Installer.csproj @@ -14,6 +14,8 @@ <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <WarningLevel>4</WarningLevel> <IsWebBootstrapper>true</IsWebBootstrapper> + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> + <RestorePackages>true</RestorePackages> <PublishUrl>http://www.mb3admin.com/downloads/dev/server/</PublishUrl> <Install>false</Install> <InstallFrom>Web</InstallFrom> @@ -29,13 +31,11 @@ <PublisherName>Media Browser Team</PublisherName> <SuiteName>Media Browser</SuiteName> <OpenBrowserOnPublish>false</OpenBrowserOnPublish> - <ApplicationRevision>34</ApplicationRevision> + <ApplicationRevision>35</ApplicationRevision> <ApplicationVersion>0.1.1.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <PublishWizardCompleted>true</PublishWizardCompleted> <BootstrapperEnabled>true</BootstrapperEnabled> - <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> - <RestorePackages>true</RestorePackages> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> |
