diff options
Diffstat (limited to 'MediaBrowser.Installer/MediaBrowser.Installer.csproj')
| -rw-r--r-- | MediaBrowser.Installer/MediaBrowser.Installer.csproj | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/MediaBrowser.Installer/MediaBrowser.Installer.csproj b/MediaBrowser.Installer/MediaBrowser.Installer.csproj index 30267e76e..3193a2d86 100644 --- a/MediaBrowser.Installer/MediaBrowser.Installer.csproj +++ b/MediaBrowser.Installer/MediaBrowser.Installer.csproj @@ -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> @@ -29,7 +29,7 @@ <PublisherName>Media Browser Team</PublisherName> <SuiteName>Media Browser</SuiteName> <OpenBrowserOnPublish>false</OpenBrowserOnPublish> - <ApplicationRevision>14</ApplicationRevision> + <ApplicationRevision>16</ApplicationRevision> <ApplicationVersion>0.1.1.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <PublishWizardCompleted>true</PublishWizardCompleted> @@ -85,7 +85,9 @@ <Reference Include="System" /> <Reference Include="System.Configuration" /> <Reference Include="System.Data" /> + <Reference Include="System.Drawing" /> <Reference Include="System.Web" /> + <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Core" /> @@ -126,6 +128,8 @@ <Compile Include="Code\PackageType.cs" /> <Compile Include="Code\PackageVersionClass.cs" /> <Compile Include="Code\PackageVersionInfo.cs" /> + <Compile Include="Code\ShellLinkNative.cs" /> + <Compile Include="Code\ShellShortcut.cs" /> <Compile Include="MainWindow.xaml.cs"> <DependentUpon>MainWindow.xaml</DependentUpon> <SubType>Code</SubType> @@ -149,7 +153,9 @@ <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> - <None Include="mbt.config" /> + <None Include="mbt.config"> + <SubType>Designer</SubType> + </None> <None Include="MediaBrowser.Installer_1_TemporaryKey.pfx" /> <None Include="Properties\app.manifest" /> <None Include="Properties\Settings.settings"> @@ -159,7 +165,9 @@ <AppDesigner Include="Properties\" /> </ItemGroup> <ItemGroup> - <None Include="App.config" /> + <None Include="App.config"> + <SubType>Designer</SubType> + </None> </ItemGroup> <ItemGroup> <BootstrapperPackage Include=".NETFramework,Version=v4.5"> @@ -191,17 +199,6 @@ <Resource Include="Code\Images\mb3logo800.png" /> </ItemGroup> <ItemGroup> - <COMReference Include="IWshRuntimeLibrary"> - <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid> - <VersionMajor>1</VersionMajor> - <VersionMinor>0</VersionMinor> - <Lcid>0</Lcid> - <WrapperTool>tlbimp</WrapperTool> - <Isolated>False</Isolated> - <EmbedInteropTypes>True</EmbedInteropTypes> - </COMReference> - </ItemGroup> - <ItemGroup> <Resource Include="Icon.ico" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
