Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
73 lines (67 loc) · 3.45 KB

File metadata and controls

73 lines (67 loc) · 3.45 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>aspnet-QueryTree-46E61BB7-4239-4527-BA0C-1B66D664CC58</UserSecretsId>
<Version>0.0.0</Version>
<Authors>D4 Software Ltd</Authors>
<Company>D4 Software Ltd</Company>
<Description>An ad-hoc reporting web application that works with any Microsoft SQL Server, MySQL or PostgreSQL database.</Description>
<Copyright>D4 Software Ltd</Copyright>
<PackageProjectUrl>https://github.com/d4software/QueryTree</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/d4software/QueryTree/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/d4software/QueryTree/</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<Content Include="Styles\aqb\app.css" />
<Content Include="Styles\aqb\app.less" />
<Content Include="Styles\aqb\app.min.css" />
<Content Include="Styles\aqb\base.css" />
<Content Include="Styles\aqb\base.css.map" />
<Content Include="Styles\aqb\base.less" />
<Content Include="Styles\aqb\base.min.css" />
</ItemGroup>
<ItemGroup>
<None Update="QueryTree.db" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BuildBundlerMinifier" Version="3.2.447" />
<PackageReference Include="DocumentFormat.OpenXml" Version="2.10.1" />
<PackageReference Include="dotless" Version="1.6.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.3" />
<PackageReference Include="OfficeOpenXml.Core.ExcelPackage" Version="1.0.0" />
<PackageReference Include="Respond" Version="1.4.2" />
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.1" />
<PackageReference Include="Hangfire.SQLite" Version="1.4.2" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="3.1.3" />
<PackageReference Include="System.Reflection" Version="4.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" />
<PackageReference Include="Npgsql" Version="4.1.3.1" />
<PackageReference Include="MySql.Data" Version="8.0.20" />
<PackageReference Include="Hangfire" Version="1.7.11" />
<PackageReference Include="SSH.NET" Version="2016.1.0" />
<PackageReference Include="MailKit" Version="2.6.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Engine\Engine.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Scripts\" />
<Folder Include="Scripts\lib\" />
</ItemGroup>
<ItemGroup>
<Content Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
</Target>
</Project>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.