MediaBrowser.Installer.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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>34</ApplicationRevision>
  33. <ApplicationVersion>0.1.1.%2a</ApplicationVersion>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <PublishWizardCompleted>true</PublishWizardCompleted>
  36. <BootstrapperEnabled>true</BootstrapperEnabled>
  37. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  38. <RestorePackages>true</RestorePackages>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41. <PlatformTarget>AnyCPU</PlatformTarget>
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestCertificateThumbprint>45143DAA4FF6F1512702FCBADCB0D7C1AB7E39FB</ManifestCertificateThumbprint>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <ManifestKeyFile>MediaBrowser.Installer_1_TemporaryKey.pfx</ManifestKeyFile>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <GenerateManifests>true</GenerateManifests>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <SignManifests>true</SignManifests>
  70. </PropertyGroup>
  71. <PropertyGroup>
  72. <TargetZone>LocalIntranet</TargetZone>
  73. </PropertyGroup>
  74. <PropertyGroup>
  75. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  76. </PropertyGroup>
  77. <PropertyGroup>
  78. <ApplicationIcon>Icon.ico</ApplicationIcon>
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
  84. </Reference>
  85. <Reference Include="ServiceStack.Text">
  86. <HintPath>..\packages\ServiceStack.Text.3.9.38\lib\net35\ServiceStack.Text.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System" />
  89. <Reference Include="System.Configuration" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Drawing" />
  92. <Reference Include="System.Web" />
  93. <Reference Include="System.Windows.Forms" />
  94. <Reference Include="System.Xml" />
  95. <Reference Include="Microsoft.CSharp" />
  96. <Reference Include="System.Core" />
  97. <Reference Include="System.Xml.Linq" />
  98. <Reference Include="System.Data.DataSetExtensions" />
  99. <Reference Include="System.Xaml">
  100. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  101. </Reference>
  102. <Reference Include="WindowsBase" />
  103. <Reference Include="PresentationCore" />
  104. <Reference Include="PresentationFramework" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ApplicationDefinition Include="App.xaml">
  108. <Generator>MSBuild:Compile</Generator>
  109. <SubType>Designer</SubType>
  110. </ApplicationDefinition>
  111. <Page Include="Code\DownloadAnimation.xaml">
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. </Page>
  115. <Page Include="MainWindow.xaml">
  116. <Generator>MSBuild:Compile</Generator>
  117. <SubType>Designer</SubType>
  118. </Page>
  119. <Compile Include="..\SharedVersion.cs">
  120. <Link>Properties\SharedVersion.cs</Link>
  121. </Compile>
  122. <Compile Include="App.xaml.cs">
  123. <DependentUpon>App.xaml</DependentUpon>
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Compile Include="Code\DownloadAnimation.xaml.cs">
  127. <DependentUpon>DownloadAnimation.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Code\ModelExtensions.cs" />
  130. <Compile Include="Code\PackageInfo.cs" />
  131. <Compile Include="Code\PackageType.cs" />
  132. <Compile Include="Code\PackageVersionClass.cs" />
  133. <Compile Include="Code\PackageVersionInfo.cs" />
  134. <Compile Include="Code\ShellLinkNative.cs" />
  135. <Compile Include="Code\ShellShortcut.cs" />
  136. <Compile Include="MainWindow.xaml.cs">
  137. <DependentUpon>MainWindow.xaml</DependentUpon>
  138. <SubType>Code</SubType>
  139. </Compile>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Compile Include="Properties\AssemblyInfo.cs">
  143. <SubType>Code</SubType>
  144. </Compile>
  145. <Compile Include="Properties\Resources.Designer.cs">
  146. <AutoGen>True</AutoGen>
  147. <DesignTime>True</DesignTime>
  148. <DependentUpon>Resources.resx</DependentUpon>
  149. </Compile>
  150. <Compile Include="Properties\Settings.Designer.cs">
  151. <AutoGen>True</AutoGen>
  152. <DependentUpon>Settings.settings</DependentUpon>
  153. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  154. </Compile>
  155. <EmbeddedResource Include="Properties\Resources.resx">
  156. <Generator>ResXFileCodeGenerator</Generator>
  157. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  158. </EmbeddedResource>
  159. <None Include="mbt.config">
  160. <SubType>Designer</SubType>
  161. </None>
  162. <None Include="MediaBrowser.Installer_1_TemporaryKey.pfx" />
  163. <None Include="packages.config" />
  164. <None Include="Properties\app.manifest" />
  165. <None Include="Properties\Settings.settings">
  166. <Generator>SettingsSingleFileGenerator</Generator>
  167. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  168. </None>
  169. <AppDesigner Include="Properties\" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <None Include="App.config">
  173. <SubType>Designer</SubType>
  174. </None>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  178. <Visible>False</Visible>
  179. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  180. <Install>true</Install>
  181. </BootstrapperPackage>
  182. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  183. <Visible>False</Visible>
  184. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  185. <Install>false</Install>
  186. </BootstrapperPackage>
  187. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  188. <Visible>False</Visible>
  189. <ProductName>.NET Framework 3.5 SP1</ProductName>
  190. <Install>false</Install>
  191. </BootstrapperPackage>
  192. <BootstrapperPackage Include="Microsoft.Visual.C++.10.0.x86">
  193. <Visible>False</Visible>
  194. <ProductName>Visual C++ 2010 Runtime Libraries %28x86%29</ProductName>
  195. <Install>true</Install>
  196. </BootstrapperPackage>
  197. </ItemGroup>
  198. <ItemGroup>
  199. <Resource Include="Code\Images\computer_256.png" />
  200. <Resource Include="Code\Images\internet-globe.jpg" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Resource Include="Code\Images\mb3logo800.png" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Resource Include="Icon.ico" />
  207. </ItemGroup>
  208. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  209. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  210. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  211. Other similar extension points exist, see Microsoft.Common.targets.
  212. <Target Name="BeforeBuild">
  213. </Target>
  214. <Target Name="AfterBuild">
  215. </Target>
  216. -->
  217. </Project>