-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShakermaker.SqlServer.sln
37 lines (37 loc) · 2.14 KB
/
Shakermaker.SqlServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shakermaker.SqlServer", "Shakermaker.SqlServer\Shakermaker.SqlServer.csproj", "{2411D50E-6931-45AF-948D-5F0F0A9CABCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shakermaker.SqlServer.Core", "Shakermaker.SqlServer.Core\Shakermaker.SqlServer.Core.csproj", "{DE747F06-2C73-4C5D-B9AA-E27C14D7949A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shakermaker.SqlServer.Test", "Shakermaker.SqlServer.Test\Shakermaker.SqlServer.Test.csproj", "{E69F3D83-39E1-4DDD-BE7F-3B4B5EE89311}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2411D50E-6931-45AF-948D-5F0F0A9CABCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2411D50E-6931-45AF-948D-5F0F0A9CABCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2411D50E-6931-45AF-948D-5F0F0A9CABCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2411D50E-6931-45AF-948D-5F0F0A9CABCA}.Release|Any CPU.Build.0 = Release|Any CPU
{DE747F06-2C73-4C5D-B9AA-E27C14D7949A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE747F06-2C73-4C5D-B9AA-E27C14D7949A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE747F06-2C73-4C5D-B9AA-E27C14D7949A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE747F06-2C73-4C5D-B9AA-E27C14D7949A}.Release|Any CPU.Build.0 = Release|Any CPU
{E69F3D83-39E1-4DDD-BE7F-3B4B5EE89311}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E69F3D83-39E1-4DDD-BE7F-3B4B5EE89311}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E69F3D83-39E1-4DDD-BE7F-3B4B5EE89311}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E69F3D83-39E1-4DDD-BE7F-3B4B5EE89311}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80FE2C7C-1F87-4E80-8454-AD0E616800A8}
EndGlobalSection
EndGlobal