Skip to content

Commit 108bbfe

Browse files
.
1 parent 4ce5624 commit 108bbfe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2156
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/Al Browser/FileContentIndex/read.lock

Whitespace-only changes.

.vs/Al Browser/v17/.suo

306 KB
Binary file not shown.
Binary file not shown.

.vs/AlBrowser/FileContentIndex/read.lock

Whitespace-only changes.

AlBrowser.sln

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.6.33617.297
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlBrowser", "AlBrowser\AlBrowser.csproj", "{84CEB869-6988-42D1-8C29-2DE641E8617E}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|ARM = Debug|ARM
11+
Debug|x64 = Debug|x64
12+
Debug|x86 = Debug|x86
13+
Release|ARM = Release|ARM
14+
Release|x64 = Release|x64
15+
Release|x86 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Debug|ARM.ActiveCfg = Debug|ARM
19+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Debug|ARM.Build.0 = Debug|ARM
20+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Debug|ARM.Deploy.0 = Debug|ARM
21+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Debug|x64.ActiveCfg = Debug|x64
22+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Debug|x64.Build.0 = Debug|x64
23+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Debug|x64.Deploy.0 = Debug|x64
24+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Debug|x86.ActiveCfg = Debug|x86
25+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Debug|x86.Build.0 = Debug|x86
26+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Debug|x86.Deploy.0 = Debug|x86
27+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Release|ARM.ActiveCfg = Release|ARM
28+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Release|ARM.Build.0 = Release|ARM
29+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Release|ARM.Deploy.0 = Release|ARM
30+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Release|x64.ActiveCfg = Release|x64
31+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Release|x64.Build.0 = Release|x64
32+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Release|x64.Deploy.0 = Release|x64
33+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Release|x86.ActiveCfg = Release|x86
34+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Release|x86.Build.0 = Release|x86
35+
{84CEB869-6988-42D1-8C29-2DE641E8617E}.Release|x86.Deploy.0 = Release|x86
36+
EndGlobalSection
37+
GlobalSection(SolutionProperties) = preSolution
38+
HideSolutionNode = FALSE
39+
EndGlobalSection
40+
EndGlobal

AlBrowser/Al Browser.nuget.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
4+
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
5+
</PropertyGroup>
6+
<ImportGroup>
7+
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props')" />
8+
</ImportGroup>
9+
</Project>

AlBrowser/Al Browser.nuget.targets

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
4+
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
5+
</PropertyGroup>
6+
<ImportGroup>
7+
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets')" />
8+
</ImportGroup>
9+
</Project>

0 commit comments

Comments
 (0)