MediaBrowser.Installer.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{3879F78A-D6F6-45E5-B2A8-D8DCF2DABB74}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Installer</RootNamespace>
  11. <AssemblyName>MediaBrowser.Installer</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <IsWebBootstrapper>true</IsWebBootstrapper>
  17. <PublishUrl>http://www.mb3admin.com/downloads/dev/server/</PublishUrl>
  18. <Install>false</Install>
  19. <InstallFrom>Web</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <SupportUrl>http://community.mediabrowser.tv</SupportUrl>
  28. <ProductName>Media Browser Installer</ProductName>
  29. <PublisherName>Media Browser Team</PublisherName>
  30. <SuiteName>Media Browser</SuiteName>
  31. <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
  32. <ApplicationRevision>25</ApplicationRevision>
  33. <ApplicationVersion>0.1.1.%2a</ApplicationVersion>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <PublishWizardCompleted>true</PublishWizardCompleted>
  36. <BootstrapperEnabled>true</BootstrapperEnabled>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <PlatformTarget>AnyCPU</PlatformTarget>
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>bin\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ManifestCertificateThumbprint>45143DAA4FF6F1512702FCBADCB0D7C1AB7E39FB</ManifestCertificateThumbprint>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <ManifestKeyFile>MediaBrowser.Installer_1_TemporaryKey.pfx</ManifestKeyFile>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <GenerateManifests>true</GenerateManifests>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <SignManifests>true</SignManifests>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <TargetZone>LocalIntranet</TargetZone>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  74. </PropertyGroup>
  75. <PropertyGroup>
  76. <ApplicationIcon>Icon.ico</ApplicationIcon>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Reference Include="Ionic.Zip">
  80. <HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
  81. </Reference>
  82. <Reference Include="ServiceStack.Text">
  83. <HintPath>..\packages\ServiceStack.Text.3.9.37\lib\net35\ServiceStack.Text.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System" />
  86. <Reference Include="System.Configuration" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Drawing" />
  89. <Reference Include="System.Web" />
  90. <Reference Include="System.Windows.Forms" />
  91. <Reference Include="System.Xml" />
  92. <Reference Include="Microsoft.CSharp" />
  93. <Reference Include="System.Core" />
  94. <Reference Include="System.Xml.Linq" />
  95. <Reference Include="System.Data.DataSetExtensions" />
  96. <Reference Include="System.Xaml">
  97. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  98. </Reference>
  99. <Reference Include="WindowsBase" />
  100. <Reference Include="PresentationCore" />
  101. <Reference Include="PresentationFramework" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ApplicationDefinition Include="App.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. </ApplicationDefinition>
  108. <Page Include="Code\DownloadAnimation.xaml">
  109. <SubType>Designer</SubType>
  110. <Generator>MSBuild:Compile</Generator>
  111. </Page>
  112. <Page Include="MainWindow.xaml">
  113. <Generator>MSBuild:Compile</Generator>
  114. <SubType>Designer</SubType>
  115. </Page>
  116. <Compile Include="..\SharedVersion.cs">
  117. <Link>Properties\SharedVersion.cs</Link>
  118. </Compile>
  119. <Compile Include="App.xaml.cs">
  120. <DependentUpon>App.xaml</DependentUpon>
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="Code\DownloadAnimation.xaml.cs">
  124. <DependentUpon>DownloadAnimation.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Code\ModelExtensions.cs" />
  127. <Compile Include="Code\PackageInfo.cs" />
  128. <Compile Include="Code\PackageType.cs" />
  129. <Compile Include="Code\PackageVersionClass.cs" />
  130. <Compile Include="Code\PackageVersionInfo.cs" />
  131. <Compile Include="Code\ShellLinkNative.cs" />
  132. <Compile Include="Code\ShellShortcut.cs" />
  133. <Compile Include="MainWindow.xaml.cs">
  134. <DependentUpon>MainWindow.xaml</DependentUpon>
  135. <SubType>Code</SubType>
  136. </Compile>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <Compile Include="Properties\AssemblyInfo.cs">
  140. <SubType>Code</SubType>
  141. </Compile>
  142. <Compile Include="Properties\Resources.Designer.cs">
  143. <AutoGen>True</AutoGen>
  144. <DesignTime>True</DesignTime>
  145. <DependentUpon>Resources.resx</DependentUpon>
  146. </Compile>
  147. <Compile Include="Properties\Settings.Designer.cs">
  148. <AutoGen>True</AutoGen>
  149. <DependentUpon>Settings.settings</DependentUpon>
  150. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  151. </Compile>
  152. <EmbeddedResource Include="Properties\Resources.resx">
  153. <Generator>ResXFileCodeGenerator</Generator>
  154. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  155. </EmbeddedResource>
  156. <None Include="mbt.config">
  157. <SubType>Designer</SubType>
  158. </None>
  159. <None Include="MediaBrowser.Installer_1_TemporaryKey.pfx" />
  160. <None Include="Properties\app.manifest" />
  161. <None Include="Properties\Settings.settings">
  162. <Generator>SettingsSingleFileGenerator</Generator>
  163. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  164. </None>
  165. <AppDesigner Include="Properties\" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <None Include="App.config">
  169. <SubType>Designer</SubType>
  170. </None>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  174. <Visible>False</Visible>
  175. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  176. <Install>true</Install>
  177. </BootstrapperPackage>
  178. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  179. <Visible>False</Visible>
  180. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  181. <Install>false</Install>
  182. </BootstrapperPackage>
  183. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  184. <Visible>False</Visible>
  185. <ProductName>.NET Framework 3.5 SP1</ProductName>
  186. <Install>false</Install>
  187. </BootstrapperPackage>
  188. <BootstrapperPackage Include="Microsoft.Visual.C++.10.0.x86">
  189. <Visible>False</Visible>
  190. <ProductName>Visual C++ 2010 Runtime Libraries %28x86%29</ProductName>
  191. <Install>true</Install>
  192. </BootstrapperPackage>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Resource Include="Code\Images\computer_256.png" />
  196. <Resource Include="Code\Images\internet-globe.jpg" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <Resource Include="Code\Images\mb3logo800.png" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <Resource Include="Icon.ico" />
  203. </ItemGroup>
  204. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  205. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  206. Other similar extension points exist, see Microsoft.Common.targets.
  207. <Target Name="BeforeBuild">
  208. </Target>
  209. <Target Name="AfterBuild">
  210. </Target>
  211. -->
  212. </Project>