-
Notifications
You must be signed in to change notification settings - Fork 5
/
FAnsi.sln
45 lines (45 loc) · 2.18 KB
/
FAnsi.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
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FAnsi", "FAnsiSql\FAnsi.csproj", "{9CD5C745-9015-447E-89A5-809103DFD97D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FAnsiTests", "Tests\FAnsiTests\FAnsiTests.csproj", "{84C476DB-FD9F-4A39-86C3-D7510167F75D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6E411B20-D0CB-4F5E-9BDC-4910373C9812}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1904EC10-14D9-4D9A-B570-2AD159F150A5}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
CommonMethods.doc.xml = CommonMethods.doc.xml
Packages.md = Packages.md
README.md = README.md
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CD5C745-9015-447E-89A5-809103DFD97D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CD5C745-9015-447E-89A5-809103DFD97D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CD5C745-9015-447E-89A5-809103DFD97D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CD5C745-9015-447E-89A5-809103DFD97D}.Release|Any CPU.Build.0 = Release|Any CPU
{84C476DB-FD9F-4A39-86C3-D7510167F75D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84C476DB-FD9F-4A39-86C3-D7510167F75D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84C476DB-FD9F-4A39-86C3-D7510167F75D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84C476DB-FD9F-4A39-86C3-D7510167F75D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{84C476DB-FD9F-4A39-86C3-D7510167F75D} = {6E411B20-D0CB-4F5E-9BDC-4910373C9812}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {995D3A83-EB2E-4635-87E7-9A7865A05EF0}
EndGlobalSection
EndGlobal