MediaBrowser.Installer.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  18. <RestorePackages>true</RestorePackages>
  19. <PublishUrl>http://www.mb3admin.com/downloads/dev/server/</PublishUrl>
  20. <Install>false</Install>
  21. <InstallFrom>Web</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <SupportUrl>http://community.mediabrowser.tv</SupportUrl>
  30. <ProductName>Media Browser Installer</ProductName>
  31. <PublisherName>Media Browser Team</PublisherName>
  32. <SuiteName>Media Browser</SuiteName>
  33. <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
  34. <ApplicationRevision>36</ApplicationRevision>
  35. <ApplicationVersion>0.1.1.%2a</ApplicationVersion>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <PublishWizardCompleted>true</PublishWizardCompleted>
  38. <BootstrapperEnabled>true</BootstrapperEnabled>
  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.Drawing" />
  91. <Reference Include="System.Windows.Forms" />
  92. <Reference Include="System.Xml" />
  93. <Reference Include="Microsoft.CSharp" />
  94. <Reference Include="System.Core" />
  95. <Reference Include="System.Xaml">
  96. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  97. </Reference>
  98. <Reference Include="WindowsBase" />
  99. <Reference Include="PresentationCore" />
  100. <Reference Include="PresentationFramework" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ApplicationDefinition Include="App.xaml">
  104. <Generator>MSBuild:Compile</Generator>
  105. <SubType>Designer</SubType>
  106. </ApplicationDefinition>
  107. <Page Include="Code\DownloadAnimation.xaml">
  108. <SubType>Designer</SubType>
  109. <Generator>MSBuild:Compile</Generator>
  110. </Page>
  111. <Page Include="MainWindow.xaml">
  112. <Generator>MSBuild:Compile</Generator>
  113. <SubType>Designer</SubType>
  114. </Page>
  115. <Compile Include="..\SharedVersion.cs">
  116. <Link>Properties\SharedVersion.cs</Link>
  117. </Compile>
  118. <Compile Include="App.xaml.cs">
  119. <DependentUpon>App.xaml</DependentUpon>
  120. <SubType>Code</SubType>
  121. </Compile>
  122. <Compile Include="Code\DownloadAnimation.xaml.cs">
  123. <DependentUpon>DownloadAnimation.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Code\ModelExtensions.cs" />
  126. <Compile Include="Code\PackageInfo.cs" />
  127. <Compile Include="Code\PackageType.cs" />
  128. <Compile Include="Code\PackageVersionClass.cs" />
  129. <Compile Include="Code\PackageVersionInfo.cs" />
  130. <Compile Include="Code\ShellLinkNative.cs" />
  131. <Compile Include="Code\ShellShortcut.cs" />
  132. <Compile Include="MainWindow.xaml.cs">
  133. <DependentUpon>MainWindow.xaml</DependentUpon>
  134. <SubType>Code</SubType>
  135. </Compile>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Compile Include="Properties\AssemblyInfo.cs">
  139. <SubType>Code</SubType>
  140. </Compile>
  141. <Compile Include="Properties\Resources.Designer.cs">
  142. <AutoGen>True</AutoGen>
  143. <DesignTime>True</DesignTime>
  144. <DependentUpon>Resources.resx</DependentUpon>
  145. </Compile>
  146. <Compile Include="Properties\Settings.Designer.cs">
  147. <AutoGen>True</AutoGen>
  148. <DependentUpon>Settings.settings</DependentUpon>
  149. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  150. </Compile>
  151. <EmbeddedResource Include="Properties\Resources.resx">
  152. <Generator>ResXFileCodeGenerator</Generator>
  153. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  154. </EmbeddedResource>
  155. <None Include="mbt.config">
  156. <SubType>Designer</SubType>
  157. </None>
  158. <None Include="MediaBrowser.Installer_1_TemporaryKey.pfx" />
  159. <None Include="packages.config" />
  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. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  206. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  207. Other similar extension points exist, see Microsoft.Common.targets.
  208. <Target Name="BeforeBuild">
  209. </Target>
  210. <Target Name="AfterBuild">
  211. </Target>
  212. -->
  213. </Project>