forked from lmm713281/etlbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ETLBox.sln
executable file
·48 lines (48 loc) · 2.9 KB
/
ETLBox.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ETLBox", "ETLBox\ETLBox.csproj", "{03805F53-2270-44DC-AEF5-F534539EBEA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ETLBoxDocu", "ETLBoxDocu\ETLBoxDocu.csproj", "{B9BAD679-81F3-4D6D-BB3E-0BB3C7FA35A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestsETLBox", "TestsETLBox\TestsETLBox.csproj", "{968F4BD4-286C-4B52-8EB4-3C72F0137DFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestsNonParallel", "TestsNonParallel\TestsNonParallel.csproj", "{F5CF5138-7901-44B9-ABCC-8320717F6739}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestsPerformance", "TestsPerformance\TestsPerformance.csproj", "{6A90A684-BAFE-4E1A-A952-92B68396060A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03805F53-2270-44DC-AEF5-F534539EBEA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03805F53-2270-44DC-AEF5-F534539EBEA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03805F53-2270-44DC-AEF5-F534539EBEA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03805F53-2270-44DC-AEF5-F534539EBEA1}.Release|Any CPU.Build.0 = Release|Any CPU
{B9BAD679-81F3-4D6D-BB3E-0BB3C7FA35A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9BAD679-81F3-4D6D-BB3E-0BB3C7FA35A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9BAD679-81F3-4D6D-BB3E-0BB3C7FA35A2}.Release|Any CPU.Build.0 = Release|Any CPU
{968F4BD4-286C-4B52-8EB4-3C72F0137DFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{968F4BD4-286C-4B52-8EB4-3C72F0137DFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{968F4BD4-286C-4B52-8EB4-3C72F0137DFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{968F4BD4-286C-4B52-8EB4-3C72F0137DFD}.Release|Any CPU.Build.0 = Release|Any CPU
{F5CF5138-7901-44B9-ABCC-8320717F6739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5CF5138-7901-44B9-ABCC-8320717F6739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5CF5138-7901-44B9-ABCC-8320717F6739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5CF5138-7901-44B9-ABCC-8320717F6739}.Release|Any CPU.Build.0 = Release|Any CPU
{6A90A684-BAFE-4E1A-A952-92B68396060A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A90A684-BAFE-4E1A-A952-92B68396060A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A90A684-BAFE-4E1A-A952-92B68396060A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A90A684-BAFE-4E1A-A952-92B68396060A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5856FD5E-119B-42A2-96C0-B4923D1F0945}
EndGlobalSection
EndGlobal