-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOxide.SQLite.sln
More file actions
18 lines (18 loc) · 858 Bytes
/
Oxide.SQLite.sln
File metadata and controls
18 lines (18 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0
MinimumVisualStudioVersion = 15.0
Project("{A368D19F-85B0-4AB4-9782-3FDEA33D33D1}") = "Oxide.SQLite", "src\Oxide.SQLite.csproj", "{C54EA613-C5FD-4ACD-8AC4-79063B08CF5A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C54EA613-C5FD-4ACD-8AC4-79063B08CF5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C54EA613-C5FD-4ACD-8AC4-79063B08CF5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C54EA613-C5FD-4ACD-8AC4-79063B08CF5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C54EA613-C5FD-4ACD-8AC4-79063B08CF5A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal