-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathssisUnitLearning.sln
55 lines (55 loc) · 3.53 KB
/
ssisUnitLearning.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{159641D6-6404-4A2A-AE62-294DE0FE8301}") = "ssisUnitLearning", "ssisUnitLearning\ssisUnitLearning.dtproj", "{4659D4C9-F84B-4A6A-8EA2-AEBCF232C41C}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "ssisUnitLearningDB", "ssisUnitLearningDB\ssisUnitLearningDB.sqlproj", "{B58B08CF-3A40-4961-9285-F9693CC50FE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ssisUnitLearning.MSTest", "ssisUnitLearning.MSTest\ssisUnitLearning.MSTest.csproj", "{DD1004FC-E78D-47CB-AA1B-CB10D3C472A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ssisUnitLearning.API", "ssisUnitLearning.API\ssisUnitLearning.API.csproj", "{A30FA92A-8D03-485C-8B8B-58A2925000E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Development|Any CPU = Development|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4659D4C9-F84B-4A6A-8EA2-AEBCF232C41C}.Debug|Any CPU.ActiveCfg = Development
{4659D4C9-F84B-4A6A-8EA2-AEBCF232C41C}.Debug|Any CPU.Build.0 = Development
{4659D4C9-F84B-4A6A-8EA2-AEBCF232C41C}.Development|Any CPU.ActiveCfg = Development
{4659D4C9-F84B-4A6A-8EA2-AEBCF232C41C}.Development|Any CPU.Build.0 = Development
{4659D4C9-F84B-4A6A-8EA2-AEBCF232C41C}.Release|Any CPU.ActiveCfg = Development
{4659D4C9-F84B-4A6A-8EA2-AEBCF232C41C}.Release|Any CPU.Build.0 = Development
{B58B08CF-3A40-4961-9285-F9693CC50FE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B58B08CF-3A40-4961-9285-F9693CC50FE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B58B08CF-3A40-4961-9285-F9693CC50FE0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B58B08CF-3A40-4961-9285-F9693CC50FE0}.Development|Any CPU.ActiveCfg = Debug|Any CPU
{B58B08CF-3A40-4961-9285-F9693CC50FE0}.Development|Any CPU.Build.0 = Debug|Any CPU
{B58B08CF-3A40-4961-9285-F9693CC50FE0}.Development|Any CPU.Deploy.0 = Debug|Any CPU
{B58B08CF-3A40-4961-9285-F9693CC50FE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B58B08CF-3A40-4961-9285-F9693CC50FE0}.Release|Any CPU.Build.0 = Release|Any CPU
{B58B08CF-3A40-4961-9285-F9693CC50FE0}.Release|Any CPU.Deploy.0 = Release|Any CPU
{DD1004FC-E78D-47CB-AA1B-CB10D3C472A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD1004FC-E78D-47CB-AA1B-CB10D3C472A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD1004FC-E78D-47CB-AA1B-CB10D3C472A4}.Development|Any CPU.ActiveCfg = Debug|Any CPU
{DD1004FC-E78D-47CB-AA1B-CB10D3C472A4}.Development|Any CPU.Build.0 = Debug|Any CPU
{DD1004FC-E78D-47CB-AA1B-CB10D3C472A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD1004FC-E78D-47CB-AA1B-CB10D3C472A4}.Release|Any CPU.Build.0 = Release|Any CPU
{A30FA92A-8D03-485C-8B8B-58A2925000E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A30FA92A-8D03-485C-8B8B-58A2925000E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A30FA92A-8D03-485C-8B8B-58A2925000E4}.Development|Any CPU.ActiveCfg = Debug|Any CPU
{A30FA92A-8D03-485C-8B8B-58A2925000E4}.Development|Any CPU.Build.0 = Debug|Any CPU
{A30FA92A-8D03-485C-8B8B-58A2925000E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A30FA92A-8D03-485C-8B8B-58A2925000E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0CB4256-3D76-4203-806B-03B72B34C8AA}
EndGlobalSection
EndGlobal