-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathjQueryCodeSnippets.sln
More file actions
41 lines (41 loc) · 2.18 KB
/
jQueryCodeSnippets.sln
File metadata and controls
41 lines (41 loc) · 2.18 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
33
34
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4E747CB5-56E9-4E50-BDD1-9C47A1A263D0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "jQueryCodeSnippets", "jQueryCodeSnippets\jQueryCodeSnippets.csproj", "{C1131DC7-264F-467E-90E2-ED2ED49BE43F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{90164978-E461-4BD8-8F21-15B199E7AFB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListingBuilder", "ListingBuilder\ListingBuilder.csproj", "{C5E392D6-D12C-4361-9E5C-5358DCCCB1C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1131DC7-264F-467E-90E2-ED2ED49BE43F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1131DC7-264F-467E-90E2-ED2ED49BE43F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1131DC7-264F-467E-90E2-ED2ED49BE43F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1131DC7-264F-467E-90E2-ED2ED49BE43F}.Release|Any CPU.Build.0 = Release|Any CPU
{90164978-E461-4BD8-8F21-15B199E7AFB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90164978-E461-4BD8-8F21-15B199E7AFB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90164978-E461-4BD8-8F21-15B199E7AFB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90164978-E461-4BD8-8F21-15B199E7AFB1}.Release|Any CPU.Build.0 = Release|Any CPU
{C5E392D6-D12C-4361-9E5C-5358DCCCB1C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5E392D6-D12C-4361-9E5C-5358DCCCB1C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5E392D6-D12C-4361-9E5C-5358DCCCB1C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5E392D6-D12C-4361-9E5C-5358DCCCB1C9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal