-
Notifications
You must be signed in to change notification settings - Fork 1
/
StringAsSql.sln
35 lines (35 loc) · 1.87 KB
/
StringAsSql.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.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StringAsSql", "StringAsSql\StringAsSql.csproj", "{DDC75E13-F27A-4B1A-B6C3-8E410B982592}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringAsSql.Tests", "StringAsSql.Tests\StringAsSql.Tests.csproj", "{63F8D1E2-64D8-4B6B-B28D-06BFEEE5FAF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseCI|Any CPU = ReleaseCI|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDC75E13-F27A-4B1A-B6C3-8E410B982592}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDC75E13-F27A-4B1A-B6C3-8E410B982592}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDC75E13-F27A-4B1A-B6C3-8E410B982592}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDC75E13-F27A-4B1A-B6C3-8E410B982592}.Release|Any CPU.Build.0 = Release|Any CPU
{DDC75E13-F27A-4B1A-B6C3-8E410B982592}.ReleaseCI|Any CPU.ActiveCfg = ReleaseCI|Any CPU
{DDC75E13-F27A-4B1A-B6C3-8E410B982592}.ReleaseCI|Any CPU.Build.0 = ReleaseCI|Any CPU
{63F8D1E2-64D8-4B6B-B28D-06BFEEE5FAF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63F8D1E2-64D8-4B6B-B28D-06BFEEE5FAF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63F8D1E2-64D8-4B6B-B28D-06BFEEE5FAF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63F8D1E2-64D8-4B6B-B28D-06BFEEE5FAF4}.Release|Any CPU.Build.0 = Release|Any CPU
{63F8D1E2-64D8-4B6B-B28D-06BFEEE5FAF4}.ReleaseCI|Any CPU.ActiveCfg = ReleaseCI|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F3F75BB-88F2-493B-B4DC-018DD91DEB65}
EndGlobalSection
EndGlobal