-
Notifications
You must be signed in to change notification settings - Fork 0
/
Smart.SqlClr.sln
executable file
·40 lines (40 loc) · 2.42 KB
/
Smart.SqlClr.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Smart.SqlClr.Types", "Smart.SqlClr.Types\Smart.SqlClr.Types.vcxproj", "{291B0B40-6AFA-495C-A402-4A2DCC27B9B7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Smart.SqlClr.Types.Test", "Smart.SqlClr.Types.Test\Smart.SqlClr.Types.Test.vcxproj", "{A4E0C2AE-5E91-49C8-8D7A-19A42FAC714D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Smart.SqlClr", "Smart.SqlClr\Smart.SqlClr.vcxproj", "{F568DE24-DBCC-4782-A142-C6BFBF745291}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Smart.SqlClr.Test", "Smart.SqlClr.Test\Smart.SqlClr.Test.vcxproj", "{3CA2D16D-B716-4DE5-9A6B-F09FD7B5D23C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{291B0B40-6AFA-495C-A402-4A2DCC27B9B7}.Debug|Win32.ActiveCfg = Debug|Win32
{291B0B40-6AFA-495C-A402-4A2DCC27B9B7}.Debug|Win32.Build.0 = Debug|Win32
{291B0B40-6AFA-495C-A402-4A2DCC27B9B7}.Release|Win32.ActiveCfg = Release|Win32
{291B0B40-6AFA-495C-A402-4A2DCC27B9B7}.Release|Win32.Build.0 = Release|Win32
{A4E0C2AE-5E91-49C8-8D7A-19A42FAC714D}.Debug|Win32.ActiveCfg = Debug|Win32
{A4E0C2AE-5E91-49C8-8D7A-19A42FAC714D}.Debug|Win32.Build.0 = Debug|Win32
{A4E0C2AE-5E91-49C8-8D7A-19A42FAC714D}.Release|Win32.ActiveCfg = Release|Win32
{A4E0C2AE-5E91-49C8-8D7A-19A42FAC714D}.Release|Win32.Build.0 = Release|Win32
{F568DE24-DBCC-4782-A142-C6BFBF745291}.Debug|Win32.ActiveCfg = Debug|Win32
{F568DE24-DBCC-4782-A142-C6BFBF745291}.Debug|Win32.Build.0 = Debug|Win32
{F568DE24-DBCC-4782-A142-C6BFBF745291}.Release|Win32.ActiveCfg = Release|Win32
{F568DE24-DBCC-4782-A142-C6BFBF745291}.Release|Win32.Build.0 = Release|Win32
{3CA2D16D-B716-4DE5-9A6B-F09FD7B5D23C}.Debug|Win32.ActiveCfg = Debug|Win32
{3CA2D16D-B716-4DE5-9A6B-F09FD7B5D23C}.Debug|Win32.Build.0 = Debug|Win32
{3CA2D16D-B716-4DE5-9A6B-F09FD7B5D23C}.Release|Win32.ActiveCfg = Release|Win32
{3CA2D16D-B716-4DE5-9A6B-F09FD7B5D23C}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal