forked from mrhamburg/airbyte.cdk.dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Airbyte.Cdk.sln
37 lines (37 loc) · 1.82 KB
/
Airbyte.Cdk.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.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Airbyte.Cdk", "Airbyte.Cdk\Airbyte.Cdk.csproj", "{1A1BCFA1-8A02-49BE-85C7-8D4CE31DBDFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Airbyte.Cdk.Tests", "Airbyte.Cdk.Tests\Airbyte.Cdk.Tests.csproj", "{6820B9DA-6073-4530-A01E-7B6F7BF64935}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F82CA57-9FF6-4DF5-8308-8FF058744D90}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A1BCFA1-8A02-49BE-85C7-8D4CE31DBDFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A1BCFA1-8A02-49BE-85C7-8D4CE31DBDFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A1BCFA1-8A02-49BE-85C7-8D4CE31DBDFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A1BCFA1-8A02-49BE-85C7-8D4CE31DBDFF}.Release|Any CPU.Build.0 = Release|Any CPU
{6820B9DA-6073-4530-A01E-7B6F7BF64935}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6820B9DA-6073-4530-A01E-7B6F7BF64935}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6820B9DA-6073-4530-A01E-7B6F7BF64935}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6820B9DA-6073-4530-A01E-7B6F7BF64935}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D714B37B-9963-4AF9-8CD9-A7FDE23F44AA}
EndGlobalSection
EndGlobal