MediaBrowser.ServerApplication.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  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>{156EA256-AD2D-4D2F-B116-2ED4B9EFD869}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.ServerApplication</RootNamespace>
  11. <AssemblyName>MediaBrowser.ServerApplication</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/server/</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Web</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Background</UpdateMode>
  24. <UpdateInterval>1</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <SupportUrl>http://forum.mediabrowser3.com</SupportUrl>
  30. <ProductName>Media Browser Server</ProductName>
  31. <PublisherName>Media Browser Team</PublisherName>
  32. <SuiteName>Media Browser 3</SuiteName>
  33. <ApplicationRevision>3033</ApplicationRevision>
  34. <ApplicationVersion>2.9.4795.3033</ApplicationVersion>
  35. <UseApplicationTrust>false</UseApplicationTrust>
  36. <CreateDesktopShortcut>true</CreateDesktopShortcut>
  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>1</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. <StartupObject>MediaBrowser.ServerApplication.App</StartupObject>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <ApplicationIcon>Resources\Images\icon.ico</ApplicationIcon>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <ApplicationManifest>app.manifest</ApplicationManifest>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  70. </PropertyGroup>
  71. <PropertyGroup>
  72. <ManifestCertificateThumbprint>9633DCDB4A07D3328EFB99299C6DFB1823EBC4BE</ManifestCertificateThumbprint>
  73. </PropertyGroup>
  74. <PropertyGroup>
  75. <ManifestKeyFile>
  76. </ManifestKeyFile>
  77. </PropertyGroup>
  78. <PropertyGroup>
  79. <GenerateManifests>true</GenerateManifests>
  80. </PropertyGroup>
  81. <PropertyGroup>
  82. <SignManifests>true</SignManifests>
  83. </PropertyGroup>
  84. <PropertyGroup>
  85. <ManifestTimestampUrl>http://timestamp.verisign.com/scripts/timstamp.dll</ManifestTimestampUrl>
  86. </PropertyGroup>
  87. <PropertyGroup>
  88. <SignAssembly>false</SignAssembly>
  89. </PropertyGroup>
  90. <PropertyGroup>
  91. <AssemblyOriginatorKeyFile>
  92. </AssemblyOriginatorKeyFile>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  95. <DebugSymbols>true</DebugSymbols>
  96. <OutputPath>bin\x86\Debug\</OutputPath>
  97. <DefineConstants>DEBUG;TRACE</DefineConstants>
  98. <WarningLevel>1</WarningLevel>
  99. <DebugType>full</DebugType>
  100. <PlatformTarget>x86</PlatformTarget>
  101. <ErrorReport>prompt</ErrorReport>
  102. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  103. <Prefer32Bit>true</Prefer32Bit>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  106. <OutputPath>bin\x86\Release\</OutputPath>
  107. <DefineConstants>TRACE</DefineConstants>
  108. <Optimize>true</Optimize>
  109. <DebugType>pdbonly</DebugType>
  110. <PlatformTarget>x86</PlatformTarget>
  111. <ErrorReport>prompt</ErrorReport>
  112. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  113. <Prefer32Bit>true</Prefer32Bit>
  114. </PropertyGroup>
  115. <ItemGroup>
  116. <Reference Include="Hardcodet.Wpf.TaskbarNotification">
  117. <HintPath>..\packages\Hardcodet.Wpf.TaskbarNotification.1.0.4.0\lib\net40\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
  118. </Reference>
  119. <Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
  120. <SpecificVersion>False</SpecificVersion>
  121. <HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
  122. </Reference>
  123. <Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  124. <SpecificVersion>False</SpecificVersion>
  125. <HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
  126. </Reference>
  127. <Reference Include="SimpleInjector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  128. <SpecificVersion>False</SpecificVersion>
  129. <HintPath>..\packages\SimpleInjector.2.0.0-beta5\lib\net40-client\SimpleInjector.dll</HintPath>
  130. </Reference>
  131. <Reference Include="System" />
  132. <Reference Include="System.Configuration" />
  133. <Reference Include="System.Data" />
  134. <Reference Include="System.Data.SQLite, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  135. <SpecificVersion>False</SpecificVersion>
  136. <HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net45\System.Data.SQLite.dll</HintPath>
  137. </Reference>
  138. <Reference Include="System.Data.SQLite.Linq">
  139. <HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
  140. </Reference>
  141. <Reference Include="System.Drawing" />
  142. <Reference Include="System.Net" />
  143. <Reference Include="System.Net.Http" />
  144. <Reference Include="System.Net.Http.WebRequest" />
  145. <Reference Include="System.Runtime.Remoting" />
  146. <Reference Include="System.Web.Extensions" />
  147. <Reference Include="System.Windows.Forms" />
  148. <Reference Include="System.Xml" />
  149. <Reference Include="Microsoft.CSharp" />
  150. <Reference Include="System.Core" />
  151. <Reference Include="System.Xml.Linq" />
  152. <Reference Include="System.Data.DataSetExtensions" />
  153. <Reference Include="System.Xaml">
  154. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  155. </Reference>
  156. <Reference Include="WindowsBase" />
  157. <Reference Include="PresentationCore" />
  158. <Reference Include="PresentationFramework" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Compile Include="NewItemNotifier.cs" />
  162. <Compile Include="StartupWizard.cs" />
  163. <Compile Include="WebSocketEvents.cs" />
  164. <Page Include="App.xaml">
  165. <Generator>MSBuild:Compile</Generator>
  166. <SubType>Designer</SubType>
  167. </Page>
  168. <Page Include="Controls\ItemUpdateNotification.xaml">
  169. <SubType>Designer</SubType>
  170. <Generator>MSBuild:Compile</Generator>
  171. </Page>
  172. <Page Include="Controls\MultiItemUpdateNotification.xaml">
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. </Page>
  176. <Page Include="LibraryExplorer.xaml">
  177. <SubType>Designer</SubType>
  178. <Generator>MSBuild:Compile</Generator>
  179. </Page>
  180. <Page Include="Logging\LogWindow.xaml">
  181. <Generator>MSBuild:Compile</Generator>
  182. <SubType>Designer</SubType>
  183. </Page>
  184. <Page Include="MainWindow.xaml">
  185. <Generator>MSBuild:Compile</Generator>
  186. <SubType>Designer</SubType>
  187. </Page>
  188. <Compile Include="..\SharedVersion.cs">
  189. <Link>Properties\SharedVersion.cs</Link>
  190. </Compile>
  191. <Compile Include="App.xaml.cs">
  192. <DependentUpon>App.xaml</DependentUpon>
  193. <SubType>Code</SubType>
  194. </Compile>
  195. <Compile Include="ApplicationHost.cs" />
  196. <Compile Include="Controls\ItemUpdateNotification.xaml.cs">
  197. <DependentUpon>ItemUpdateNotification.xaml</DependentUpon>
  198. </Compile>
  199. <Compile Include="Controls\MultiItemUpdateNotification.xaml.cs">
  200. <DependentUpon>MultiItemUpdateNotification.xaml</DependentUpon>
  201. </Compile>
  202. <Compile Include="Implementations\DotNetZipClient.cs" />
  203. <Compile Include="LibraryExplorer.xaml.cs">
  204. <DependentUpon>LibraryExplorer.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Logging\LogWindow.xaml.cs">
  207. <DependentUpon>LogWindow.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Logging\WindowTraceListener.cs" />
  210. <Compile Include="MainWindow.xaml.cs">
  211. <DependentUpon>MainWindow.xaml</DependentUpon>
  212. <SubType>Code</SubType>
  213. </Compile>
  214. </ItemGroup>
  215. <ItemGroup>
  216. <Compile Include="Properties\AssemblyInfo.cs">
  217. <SubType>Code</SubType>
  218. </Compile>
  219. <Compile Include="Properties\Resources.Designer.cs">
  220. <AutoGen>True</AutoGen>
  221. <DesignTime>True</DesignTime>
  222. <DependentUpon>Resources.resx</DependentUpon>
  223. </Compile>
  224. <Compile Include="Properties\Settings.Designer.cs">
  225. <AutoGen>True</AutoGen>
  226. <DependentUpon>Settings.settings</DependentUpon>
  227. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  228. </Compile>
  229. <EmbeddedResource Include="Properties\Resources.resx">
  230. <Generator>ResXFileCodeGenerator</Generator>
  231. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  232. </EmbeddedResource>
  233. <None Include="app.manifest" />
  234. <None Include="packages.config" />
  235. <None Include="Properties\Settings.settings">
  236. <Generator>SettingsSingleFileGenerator</Generator>
  237. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  238. </None>
  239. <AppDesigner Include="Properties\" />
  240. </ItemGroup>
  241. <ItemGroup>
  242. <None Include="App.config">
  243. <SubType>Designer</SubType>
  244. </None>
  245. </ItemGroup>
  246. <ItemGroup>
  247. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  248. <Project>{4fd51ac5-2c16-4308-a993-c3a84f3b4582}</Project>
  249. <Name>MediaBrowser.Api</Name>
  250. </ProjectReference>
  251. <ProjectReference Include="..\MediaBrowser.ClickOnce\MediaBrowser.ClickOnce.csproj">
  252. <Project>{cc96bf3e-0bda-4809-bc4b-bb6d418f4a84}</Project>
  253. <Name>MediaBrowser.ClickOnce</Name>
  254. </ProjectReference>
  255. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  256. <Project>{c4d2573a-3fd3-441f-81af-174ac4cd4e1d}</Project>
  257. <Name>MediaBrowser.Common.Implementations</Name>
  258. </ProjectReference>
  259. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  260. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  261. <Name>MediaBrowser.Common</Name>
  262. </ProjectReference>
  263. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  264. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  265. <Name>MediaBrowser.Controller</Name>
  266. </ProjectReference>
  267. <ProjectReference Include="..\MediaBrowser.IsoMounter\MediaBrowser.IsoMounter.csproj">
  268. <Project>{5356ae30-6a6e-4a64-81e3-f76c50595e64}</Project>
  269. <Name>MediaBrowser.IsoMounter</Name>
  270. </ProjectReference>
  271. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  272. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  273. <Name>MediaBrowser.Model</Name>
  274. </ProjectReference>
  275. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  276. <Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project>
  277. <Name>MediaBrowser.Server.Implementations</Name>
  278. </ProjectReference>
  279. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  280. <Project>{5624b7b5-b5a7-41d8-9f10-cc5611109619}</Project>
  281. <Name>MediaBrowser.WebDashboard</Name>
  282. </ProjectReference>
  283. </ItemGroup>
  284. <ItemGroup>
  285. <Resource Include="Resources\Images\icon.ico" />
  286. </ItemGroup>
  287. <ItemGroup>
  288. <Resource Include="Resources\Images\folder.png" />
  289. </ItemGroup>
  290. <ItemGroup>
  291. <Resource Include="Resources\Images\movie.png" />
  292. </ItemGroup>
  293. <ItemGroup>
  294. <Resource Include="Resources\Images\series.png" />
  295. </ItemGroup>
  296. <ItemGroup>
  297. <Resource Include="Resources\Images\season.png" />
  298. </ItemGroup>
  299. <ItemGroup>
  300. <Resource Include="Resources\Images\episode.png" />
  301. </ItemGroup>
  302. <ItemGroup>
  303. <Resource Include="Resources\Images\audio.png" />
  304. </ItemGroup>
  305. <ItemGroup>
  306. <Resource Include="Resources\Images\starEmpty.png" />
  307. <Resource Include="Resources\Images\starFull.png" />
  308. <Resource Include="Resources\Images\starHalf.png" />
  309. </ItemGroup>
  310. <ItemGroup>
  311. <Resource Include="Resources\Images\artist.png" />
  312. </ItemGroup>
  313. <ItemGroup>
  314. <Resource Include="Resources\Images\persons.png" />
  315. </ItemGroup>
  316. <ItemGroup>
  317. <Resource Include="Resources\Images\album.png" />
  318. </ItemGroup>
  319. <ItemGroup>
  320. <Resource Include="Resources\Images\boxset.png" />
  321. </ItemGroup>
  322. <ItemGroup>
  323. <Resource Include="Resources\Images\trailer.png" />
  324. </ItemGroup>
  325. <ItemGroup>
  326. <Resource Include="Resources\Images\folder.jpg" />
  327. <Resource Include="Resources\Images\mblogoblackfull.png" />
  328. <Resource Include="Resources\Images\mblogowhitefull.png" />
  329. </ItemGroup>
  330. <ItemGroup>
  331. <Resource Include="Resources\Images\Loading\1.ico" />
  332. <Resource Include="Resources\Images\Loading\2.ico" />
  333. <Resource Include="Resources\Images\Loading\3.ico" />
  334. <Resource Include="Resources\Images\Loading\4.ico" />
  335. <Resource Include="Resources\Images\Loading\5.ico" />
  336. <Resource Include="Resources\Images\Loading\6.ico" />
  337. </ItemGroup>
  338. <ItemGroup>
  339. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  340. <Visible>False</Visible>
  341. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  342. <Install>true</Install>
  343. </BootstrapperPackage>
  344. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  345. <Visible>False</Visible>
  346. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  347. <Install>false</Install>
  348. </BootstrapperPackage>
  349. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  350. <Visible>False</Visible>
  351. <ProductName>.NET Framework 3.5 SP1</ProductName>
  352. <Install>false</Install>
  353. </BootstrapperPackage>
  354. <BootstrapperPackage Include="Microsoft.Visual.C++.10.0.x86">
  355. <Visible>False</Visible>
  356. <ProductName>Visual C++ 2010 Runtime Libraries %28x86%29</ProductName>
  357. <Install>true</Install>
  358. </BootstrapperPackage>
  359. </ItemGroup>
  360. <ItemGroup>
  361. <Content Include="x64\SQLite.Interop.dll">
  362. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  363. </Content>
  364. <Content Include="x86\SQLite.Interop.dll">
  365. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  366. </Content>
  367. </ItemGroup>
  368. <ItemGroup />
  369. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  370. <PropertyGroup>
  371. <PostBuildEvent>xcopy "$(SolutionDir)\packages\System.Data.SQLite.1.0.84.0\content\net40\x86\SQLite.Interop.dll" "$(TargetDir)" /y
  372. if $(ConfigurationName) == Release (
  373. mkdir "$(SolutionDir)..\Deploy\Server\System"
  374. xcopy "$(TargetDir)$(TargetFileName)" "$(SolutionDir)..\Deploy\Server\System\" /y
  375. xcopy "$(SolutionDir)Mediabrowser.Uninstaller\bin\Release\MediaBrowser.Uninstaller.exe.config" "$(SolutionDir)..\Deploy\Server\System\" /y
  376. xcopy "$(SolutionDir)Mediabrowser.Uninstaller.Execute\bin\Release\MediaBrowser.Uninstaller.Execute.exe.config" "$(SolutionDir)..\Deploy\Server\System\" /y
  377. xcopy "$(SolutionDir)Mediabrowser.Uninstaller\bin\Release\MediaBrowser.Uninstaller.exe" "$(SolutionDir)..\Deploy\Server\System\" /y
  378. xcopy "$(SolutionDir)Mediabrowser.Uninstaller.Execute\bin\Release\MediaBrowser.Uninstaller.Execute.exe" "$(SolutionDir)..\Deploy\Server\System\" /y
  379. xcopy "$(SolutionDir)Mediabrowser.Installer\bin\Release\MediaBrowser.Installer.exe" "$(SolutionDir)..\Deploy\Server\System\" /y
  380. xcopy "$(TargetDir)$(TargetFileName).config" "$(SolutionDir)..\Deploy\Server\System\" /y
  381. xcopy "$(TargetDir)*.dll" "$(SolutionDir)..\Deploy\Server\System" /y
  382. mkdir "$(SolutionDir)..\Deploy\Server\System\x64"
  383. xcopy "$(TargetDir)x64" "$(SolutionDir)..\Deploy\Server\System\x64" /y
  384. mkdir "$(SolutionDir)..\Deploy\Server\System\x86"
  385. xcopy "$(TargetDir)x86" "$(SolutionDir)..\Deploy\Server\System\x86" /y
  386. mkdir "$(SolutionDir)..\Deploy\Server\System\CorePlugins"
  387. xcopy "$(TargetDir)CorePlugins" "$(SolutionDir)..\Deploy\Server\System\CorePlugins" /y
  388. del "$(SolutionDir)..\Deploy\MBServer.zip"
  389. "$(SolutionDir)7za" a -tzip "$(SolutionDir)..\Deploy\MBServer.zip" "$(SolutionDir)..\Deploy\Server\*"
  390. )</PostBuildEvent>
  391. </PropertyGroup>
  392. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  393. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  394. Other similar extension points exist, see Microsoft.Common.targets.
  395. <Target Name="BeforeBuild">
  396. </Target>
  397. <Target Name="AfterBuild">
  398. </Target>
  399. -->
  400. </Project>