Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.16 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{565BBAE6-4DD6-4505-A73F-5D15CA2F2CA9}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MangaReader.Avalonia</RootNamespace>
  12. <AssemblyName>MangaReader.Avalonia</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <UseVSHostingProcess>false</UseVSHostingProcess>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Xml" />
  43. <Reference Include="WindowsBase" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="ViewModel\Command\BaseCommand.cs" />
  47. <Compile Include="ViewModel\Command\DelegateCommand.cs" />
  48. <Compile Include="ViewModel\Command\Library\ContinueCommand.cs" />
  49. <Compile Include="ViewModel\Command\Library\LibraryBaseCommand.cs" />
  50. <Compile Include="ViewModel\Command\Library\PauseCommand.cs" />
  51. <Compile Include="ViewModel\Command\Library\UpdateVisibleMangaCommand.cs" />
  52. <Compile Include="ViewModel\Command\Library\UpdateWithPauseCommand.cs" />
  53. <Compile Include="ViewModel\Command\Manga\MangaCommand.cs" />
  54. <Compile Include="ViewModel\Command\Manga\OpenFolderCommand.cs" />
  55. <Compile Include="ViewModel\ExplorerViewModel.cs" />
  56. <Compile Include="ViewModel\Explorer\LibraryContentViewModel.cs" />
  57. <Compile Include="ViewModel\Explorer\SearchContentViewModel.cs" />
  58. <Compile Include="ViewModel\Explorer\Tabs\ExplorerTabViewModel.cs" />
  59. <Compile Include="ViewModel\Explorer\Tabs\LibraryTabViewModel.cs" />
  60. <Compile Include="ViewModel\Explorer\Tabs\SearchTabViewModel.cs" />
  61. <Compile Include="ViewModel\ViewModelBase.cs" />
  62. <EmbeddedResource Include="App.xaml" />
  63. <Compile Include="..\VersionInfo.cs">
  64. <Link>Properties\VersionInfo.cs</Link>
  65. </Compile>
  66. <Compile Include="App.xaml.cs">
  67. <DependentUpon>App.xaml</DependentUpon>
  68. </Compile>
  69. <EmbeddedResource Include="MainWindow.xaml" />
  70. <Compile Include="BitmapConverter.cs" />
  71. <Compile Include="MainWindow.xaml.cs">
  72. <DependentUpon>MainWindow.xaml</DependentUpon>
  73. </Compile>
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\MangaReader.Core\MangaReader.Core.csproj">
  78. <Project>{744f331a-938a-475a-840a-7fac985ebe61}</Project>
  79. <Name>MangaReader.Core</Name>
  80. <Private>False</Private>
  81. </ProjectReference>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <EmbeddedResource Include="UI\ListBox.xaml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <PackageReference Include="Avalonia">
  88. <Version>0.5.2-build3882-alpha</Version>
  89. </PackageReference>
  90. <PackageReference Include="Avalonia.Cairo">
  91. <Version>0.5.2-build3882-alpha</Version>
  92. </PackageReference>
  93. <PackageReference Include="Avalonia.Desktop">
  94. <Version>0.5.2-build3882-alpha</Version>
  95. </PackageReference>
  96. <PackageReference Include="Avalonia.Gtk3">
  97. <Version>0.5.2-build3882-alpha</Version>
  98. </PackageReference>
  99. <PackageReference Include="Avalonia.MonoMac">
  100. <Version>0.5.2-build3882-alpha</Version>
  101. </PackageReference>
  102. <PackageReference Include="Avalonia.ReactiveUI">
  103. <Version>0.5.2-build3882-alpha</Version>
  104. </PackageReference>
  105. <PackageReference Include="Avalonia.Skia">
  106. <Version>0.5.2-build3882-alpha</Version>
  107. </PackageReference>
  108. <PackageReference Include="Avalonia.Skia.Desktop">
  109. <Version>0.5.2-build3633-alpha</Version>
  110. </PackageReference>
  111. <PackageReference Include="Avalonia.Skia.Linux.Natives">
  112. <Version>1.57.1.4</Version>
  113. </PackageReference>
  114. <PackageReference Include="SkiaSharp">
  115. <Version>1.57.1</Version>
  116. </PackageReference>
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. <Import Project="..\packages\SkiaSharp.1.57.1\build\net45\SkiaSharp.targets" Condition="Exists('..\packages\SkiaSharp.1.57.1\build\net45\SkiaSharp.targets')" />
  120. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  121. <PropertyGroup>
  122. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  123. </PropertyGroup>
  124. <Error Condition="!Exists('..\packages\SkiaSharp.1.57.1\build\net45\SkiaSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SkiaSharp.1.57.1\build\net45\SkiaSharp.targets'))" />
  125. <Error Condition="!Exists('..\packages\Avalonia.Skia.Linux.Natives.1.57.1.4\build\net45\Avalonia.Skia.Linux.Natives.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Avalonia.Skia.Linux.Natives.1.57.1.4\build\net45\Avalonia.Skia.Linux.Natives.targets'))" />
  126. </Target>
  127. <PropertyGroup>
  128. <PostBuildEvent>
  129. </PostBuildEvent>
  130. </PropertyGroup>
  131. <Target Name="BeforeBuild">
  132. <MakeDir Directories="$(TargetDir)\Plugins" />
  133. </Target>
  134. <Target Name="AfterBuild">
  135. <Copy SourceFiles="$(TargetDir)\libSkiaSharp.dylib.so" DestinationFiles="$(TargetDir)\libSkiaSharp.so" />
  136. <ItemGroup>
  137. <SourceFiles Include="$(ProjectDir)\..\MangaReader.Core\bin\$(ConfigurationName)\*" />
  138. </ItemGroup>
  139. <Copy SourceFiles="@(SourceFiles)" DestinationFolder="$(TargetDir)" />
  140. <ItemGroup>
  141. <SourceFiles Include="$(ProjectDir)\..\Sites\Bin\$(ConfigurationName)\*" />
  142. </ItemGroup>
  143. <Copy SourceFiles="@(SourceFiles)" DestinationFolder="$(TargetDir)\Plugins" />
  144. </Target>
  145. <Import Project="..\packages\Avalonia.Skia.Linux.Natives.1.57.1.4\build\net45\Avalonia.Skia.Linux.Natives.targets" Condition="Exists('..\packages\Avalonia.Skia.Linux.Natives.1.57.1.4\build\net45\Avalonia.Skia.Linux.Natives.targets')" />
  146. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement