-
Notifications
You must be signed in to change notification settings - Fork 1
/
MySQLCLRFunctions.sln
43 lines (43 loc) · 2.08 KB
/
MySQLCLRFunctions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29827.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySQLCLRFunctions", "MySQLCLRFunctions.csproj", "{6AEAE0BF-82E7-4793-8E9D-E649ABD0A807}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{912B914B-FAA0-4CB8-B38C-202E9B9965ED}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
_config.yml = _config.yml
BuildNotes.txt = BuildNotes.txt
NamingNotes.txt = NamingNotes.txt
SQLCLR_Register.sql = SQLCLR_Register.sql
TestValueSettings.localuseonly = TestValueSettings.localuseonly
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySQLCLRFunctionsTests", "MySQLCLRFunctionsTests\MySQLCLRFunctionsTests.csproj", "{83804E3C-9CBF-4071-8995-B612A38C69BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AEAE0BF-82E7-4793-8E9D-E649ABD0A807}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AEAE0BF-82E7-4793-8E9D-E649ABD0A807}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AEAE0BF-82E7-4793-8E9D-E649ABD0A807}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AEAE0BF-82E7-4793-8E9D-E649ABD0A807}.Release|Any CPU.Build.0 = Release|Any CPU
{83804E3C-9CBF-4071-8995-B612A38C69BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83804E3C-9CBF-4071-8995-B612A38C69BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83804E3C-9CBF-4071-8995-B612A38C69BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83804E3C-9CBF-4071-8995-B612A38C69BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {504B9F78-D6A7-484C-8CF1-F98DB5D8986B}
EndGlobalSection
EndGlobal