-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMsSqlMetadataLoader.sln
37 lines (37 loc) · 1.94 KB
/
MsSqlMetadataLoader.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.30105.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsSqlMetadataLoader.Test2", "MsSqlMetadataLoader.Test2\MsSqlMetadataLoader.Test2.csproj", "{B4903872-6E6F-4AEB-846D-CA5D912792D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{830AFF36-3020-47E9-9974-1A809A00F376}"
ProjectSection(SolutionItems) = preProject
GenerationConfig.json = GenerationConfig.json
Nuget\MsSqlMetadataLoader.nuspec = Nuget\MsSqlMetadataLoader.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsSqlMetafataLoader", "MsSqlMetafataLoader\MsSqlMetafataLoader.csproj", "{13A5556B-1387-4187-8B85-F7DD1898220E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4903872-6E6F-4AEB-846D-CA5D912792D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4903872-6E6F-4AEB-846D-CA5D912792D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4903872-6E6F-4AEB-846D-CA5D912792D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4903872-6E6F-4AEB-846D-CA5D912792D8}.Release|Any CPU.Build.0 = Release|Any CPU
{13A5556B-1387-4187-8B85-F7DD1898220E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13A5556B-1387-4187-8B85-F7DD1898220E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13A5556B-1387-4187-8B85-F7DD1898220E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13A5556B-1387-4187-8B85-F7DD1898220E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B55AACAC-2D1A-4045-BF99-9455FAC76267}
EndGlobalSection
EndGlobal