-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFirebirdEmbeddedDemo.sln
37 lines (37 loc) · 2.15 KB
/
FirebirdEmbeddedDemo.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FirebirdEmbeddedDemo", "FirebirdEmbeddedDemo\FirebirdEmbeddedDemo.csproj", "{4F6D03D7-EAA0-42B2-8C46-2FEF335C45DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FirebirdEmbeddedDemo.Data", "FirebirdEmbeddedDemo.Data\FirebirdEmbeddedDemo.Data.csproj", "{FF08059A-1AA5-4140-B142-DA8AB69DE415}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FirebirdSql.Data.FirebirdClient", "FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj", "{F236B51E-54A8-4036-B4BA-0105B0D2A4E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F6D03D7-EAA0-42B2-8C46-2FEF335C45DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F6D03D7-EAA0-42B2-8C46-2FEF335C45DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F6D03D7-EAA0-42B2-8C46-2FEF335C45DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F6D03D7-EAA0-42B2-8C46-2FEF335C45DF}.Release|Any CPU.Build.0 = Release|Any CPU
{FF08059A-1AA5-4140-B142-DA8AB69DE415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF08059A-1AA5-4140-B142-DA8AB69DE415}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF08059A-1AA5-4140-B142-DA8AB69DE415}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF08059A-1AA5-4140-B142-DA8AB69DE415}.Release|Any CPU.Build.0 = Release|Any CPU
{F236B51E-54A8-4036-B4BA-0105B0D2A4E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F236B51E-54A8-4036-B4BA-0105B0D2A4E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F236B51E-54A8-4036-B4BA-0105B0D2A4E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F236B51E-54A8-4036-B4BA-0105B0D2A4E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4DF9571A-D4F1-4BB0-93F7-968EF78C2C03}
EndGlobalSection
EndGlobal