This repository was archived by the owner on Jul 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSQLServerTextSearch.sln
More file actions
32 lines (32 loc) · 1.38 KB
/
SQLServerTextSearch.sln
File metadata and controls
32 lines (32 loc) · 1.38 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
29
30
31
32
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D1ABB36C-CD88-4569-9593-8E6DD74B7B61}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
sp_searchtext.sql = sp_searchtext.sql
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{6B57512B-6C8C-44D1-8750-B854BC24262A}"
ProjectSection(SolutionItems) = preProject
Images\InterestingObjects.jpg = Images\InterestingObjects.jpg
Images\StoredProcedures.jpg = Images\StoredProcedures.jpg
Images\StoredProceduresWithNameAndSchema.jpg = Images\StoredProceduresWithNameAndSchema.jpg
Images\StoredProceduresWithRefineSearchString.jpg = Images\StoredProceduresWithRefineSearchString.jpg
Images\UserTablesWithSchema.jpg = Images\UserTablesWithSchema.jpg
EndProjectSection
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6B57512B-6C8C-44D1-8750-B854BC24262A} = {D1ABB36C-CD88-4569-9593-8E6DD74B7B61}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AB0FF1B-7F26-48CC-B347-FA96EB4378B2}
EndGlobalSection
EndGlobal