-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathElmah.SQLite.sln
35 lines (35 loc) · 1.45 KB
/
Elmah.SQLite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1951EB33-542F-4432-8B38-1709D5FF46A7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build.cmd = build.cmd
COPYING.txt = COPYING.txt
Elmah.SQLite.nuspec = Elmah.SQLite.nuspec
msbuild.cmd = msbuild.cmd
pack.cmd = pack.cmd
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elmah.SQLite", "src\Elmah.SQLite.csproj", "{30DE3B3A-87B5-4025-A04A-882769090C60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30DE3B3A-87B5-4025-A04A-882769090C60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30DE3B3A-87B5-4025-A04A-882769090C60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30DE3B3A-87B5-4025-A04A-882769090C60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30DE3B3A-87B5-4025-A04A-882769090C60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E8BFE93-4921-4FAE-B520-C3BA60374119}
EndGlobalSection
EndGlobal