-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMSSQL_SSIS.sln
29 lines (29 loc) · 1.27 KB
/
MSSQL_SSIS.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
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}") = "MSSQL_SSIS", "MSSQL_SSIS\MSSQL_SSIS.dtproj", "{03E77DC5-0745-4AF2-8F0D-BE9F03236797}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C1F8572-F105-4BE6-9499-7023BB1521A2}"
ProjectSection(SolutionItems) = preProject
Exports\Customers.xls = Exports\Customers.xls
Exports\EmployeesExport.xls = Exports\EmployeesExport.xls
Imports\Installers.txt = Imports\Installers.txt
Imports\Installers.xls = Imports\Installers.xls
Imports\Products.xls = Imports\Products.xls
Exports\TablesNames.txt = Exports\TablesNames.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Development|Default = Development|Default
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03E77DC5-0745-4AF2-8F0D-BE9F03236797}.Development|Default.ActiveCfg = Development
{03E77DC5-0745-4AF2-8F0D-BE9F03236797}.Development|Default.Build.0 = Development
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal