1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition =" Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
4+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5+ <PropertyGroup >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{4B568F36-1D92-4937-A8A0-F9960B1F14BA}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >CockyGrabber</RootNamespace >
12+ <AssemblyName >CockyGrabber</AssemblyName >
13+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <Deterministic >true</Deterministic >
16+ <NuGetPackageImportStamp >
17+ </NuGetPackageImportStamp >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
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 =" BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942" >
38+ <HintPath >..\packages\BouncyCastle.1.8.9\lib\BouncyCastle.Crypto.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
41+ <HintPath >..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
44+ <HintPath >..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
47+ <HintPath >..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" System" />
50+ <Reference Include =" System.ComponentModel.DataAnnotations" />
51+ <Reference Include =" System.Core" />
52+ <Reference Include =" System.Data.SQLite, Version=1.0.115.5, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
53+ <HintPath >..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\lib\net46\System.Data.SQLite.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" System.Data.SQLite.EF6, Version=1.0.115.5, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
56+ <HintPath >..\packages\System.Data.SQLite.EF6.1.0.115.5\lib\net46\System.Data.SQLite.EF6.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" System.Data.SQLite.Linq, Version=1.0.115.5, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
59+ <HintPath >..\packages\System.Data.SQLite.Linq.1.0.115.5\lib\net46\System.Data.SQLite.Linq.dll</HintPath >
60+ </Reference >
61+ <Reference Include =" System.Runtime.Serialization" />
62+ <Reference Include =" System.Security" />
63+ <Reference Include =" System.Security.Cryptography.ProtectedData, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
64+ <HintPath >..\packages\System.Security.Cryptography.ProtectedData.6.0.0\lib\net461\System.Security.Cryptography.ProtectedData.dll</HintPath >
65+ </Reference >
66+ <Reference Include =" System.Web.Extensions" />
67+ <Reference Include =" System.Xml.Linq" />
68+ <Reference Include =" System.Data.DataSetExtensions" />
69+ <Reference Include =" Microsoft.CSharp" />
70+ <Reference Include =" System.Data" />
71+ <Reference Include =" System.Net.Http" />
72+ <Reference Include =" System.Xml" />
73+ </ItemGroup >
74+ <ItemGroup >
75+ <Compile Include =" Chromium\Chromium.cs" />
76+ <Compile Include =" Grabbers\BraveGrabber.cs" />
77+ <Compile Include =" Grabbers\OperaGrabber.cs" />
78+ <Compile Include =" Grabbers\EdgeGrabber.cs" />
79+ <Compile Include =" Grabbers\VivaldiGrabber.cs" />
80+ <Compile Include =" Grabbers\ChromiumGrabber.cs" />
81+ <Compile Include =" Grabbers\OperaGxGrabber.cs" />
82+ <Compile Include =" Grabbers\ChromeGrabber.cs" />
83+ <Compile Include =" Grabbers\FirefoxGrabber.cs" />
84+ <Compile Include =" Firefox\Firefox.cs" />
85+ <Compile Include =" Properties\AssemblyInfo.cs" />
86+ </ItemGroup >
87+ <ItemGroup />
88+ <ItemGroup >
89+ <None Include =" App.config" />
90+ <None Include =" packages.config" />
91+ </ItemGroup >
92+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
94+ <PropertyGroup >
95+ <ErrorText >Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText >
96+ </PropertyGroup >
97+ <Error Condition =" !Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
98+ <Error Condition =" !Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
99+ <Error Condition =" !Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
100+ </Target >
101+ <Import Project =" ..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition =" Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
102+ <Import Project =" ..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition =" Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
103+ </Project >
0 commit comments