-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTesting.sln
More file actions
43 lines (42 loc) · 2.34 KB
/
Testing.sln
File metadata and controls
43 lines (42 loc) · 2.34 KB
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 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestingUtils", "TestingUtils\TestingUtils.csproj", "{952C55FE-6425-4976-A203-7C3BED98C693}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{81308B8C-834B-4200-A999-44715B2D924F}"
ProjectSection(SolutionItems) = preProject
NuGet.exe = NuGet.exe
NuGetPack.exe = NuGetPack.exe
VersionHistory.txt = VersionHistory.txt
VersionInfo.cs = VersionInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestingUtils.NuGet", "TestingUtils.NuGet\TestingUtils.NuGet.csproj", "{C6AB7A44-D85C-4161-968A-838461C3D777}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlPackage.Unofficial.NuGet", "SqlPackage.Unofficial.NuGet\SqlPackage.Unofficial.NuGet.csproj", "{03213485-38A8-43B7-A24A-47F25AA2BD26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{952C55FE-6425-4976-A203-7C3BED98C693}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{952C55FE-6425-4976-A203-7C3BED98C693}.Debug|Any CPU.Build.0 = Debug|Any CPU
{952C55FE-6425-4976-A203-7C3BED98C693}.Release|Any CPU.ActiveCfg = Release|Any CPU
{952C55FE-6425-4976-A203-7C3BED98C693}.Release|Any CPU.Build.0 = Release|Any CPU
{C6AB7A44-D85C-4161-968A-838461C3D777}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6AB7A44-D85C-4161-968A-838461C3D777}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6AB7A44-D85C-4161-968A-838461C3D777}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6AB7A44-D85C-4161-968A-838461C3D777}.Release|Any CPU.Build.0 = Release|Any CPU
{03213485-38A8-43B7-A24A-47F25AA2BD26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03213485-38A8-43B7-A24A-47F25AA2BD26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03213485-38A8-43B7-A24A-47F25AA2BD26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03213485-38A8-43B7-A24A-47F25AA2BD26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal