MediaBrowser.Installer.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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>51</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>x86</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, Version=3.9.40.0, Culture=neutral, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\packages\ServiceStack.Text.3.9.40\lib\net35\ServiceStack.Text.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System" />
  90. <Reference Include="System.Configuration" />
  91. <Reference Include="System.Drawing" />
  92. <Reference Include="System.Windows.Forms" />
  93. <Reference Include="System.Xml" />
  94. <Reference Include="Microsoft.CSharp" />
  95. <Reference Include="System.Core" />
  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="packages.config" />
  161. <None Include="Properties\app.manifest" />
  162. <None Include="Properties\Settings.settings">
  163. <Generator>SettingsSingleFileGenerator</Generator>
  164. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  165. </None>
  166. <AppDesigner Include="Properties\" />
  167. </ItemGroup>
  168. <ItemGroup>
  169. <None Include="App.config">
  170. <SubType>Designer</SubType>
  171. </None>
  172. </ItemGroup>
  173. <ItemGroup>
  174. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  175. <Visible>False</Visible>
  176. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  177. <Install>true</Install>
  178. </BootstrapperPackage>
  179. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  180. <Visible>False</Visible>
  181. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  182. <Install>false</Install>
  183. </BootstrapperPackage>
  184. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  185. <Visible>False</Visible>
  186. <ProductName>.NET Framework 3.5 SP1</ProductName>
  187. <Install>false</Install>
  188. </BootstrapperPackage>
  189. <BootstrapperPackage Include="Microsoft.Visual.C++.10.0.x86">
  190. <Visible>False</Visible>
  191. <ProductName>Visual C++ 2010 Runtime Libraries %28x86%29</ProductName>
  192. <Install>true</Install>
  193. </BootstrapperPackage>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Resource Include="Code\Images\computer_256.png" />
  197. <Resource Include="Code\Images\internet-globe.jpg" />
  198. </ItemGroup>
  199. <ItemGroup>
  200. <Resource Include="Code\Images\mb3logo800.png" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Resource Include="Icon.ico" />
  204. </ItemGroup>
  205. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  206. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  207. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  208. Other similar extension points exist, see Microsoft.Common.targets.
  209. <Target Name="BeforeBuild">
  210. </Target>
  211. <Target Name="AfterBuild">
  212. </Target>
  213. -->
  214. </Project>