-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimilarweb.LinqToDb.Firebolt.sln
More file actions
28 lines (28 loc) · 1.56 KB
/
Similarweb.LinqToDb.Firebolt.sln
File metadata and controls
28 lines (28 loc) · 1.56 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Similarweb.LinqToDB.Firebolt.Tests", "tests\Similarweb.LinqToDb.Firebolt.Tests\Similarweb.LinqToDB.Firebolt.Tests.csproj", "{FF12379E-95A2-4BB0-A29D-5DB692BA979A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Similarweb.LinqToDB.Firebolt", "src\Similarweb.LinqToDb.Firebolt\Similarweb.LinqToDB.Firebolt.csproj", "{DC283F1D-3757-4DB8-AF41-54B0C89A24AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF12379E-95A2-4BB0-A29D-5DB692BA979A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF12379E-95A2-4BB0-A29D-5DB692BA979A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF12379E-95A2-4BB0-A29D-5DB692BA979A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF12379E-95A2-4BB0-A29D-5DB692BA979A}.Release|Any CPU.Build.0 = Release|Any CPU
{DC283F1D-3757-4DB8-AF41-54B0C89A24AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC283F1D-3757-4DB8-AF41-54B0C89A24AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC283F1D-3757-4DB8-AF41-54B0C89A24AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC283F1D-3757-4DB8-AF41-54B0C89A24AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal