forked from QuotationFactory/Integration.Quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QF.EdgeConnector.sln
29 lines (29 loc) · 1.58 KB
/
QF.EdgeConnector.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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Integration.Host", "src\Integration.Host\Integration.Host.csproj", "{C5EC1BA0-F9F8-4501-9C04-AC2BE158B469}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CB7F849-8861-4EE9-9129-A7A0C0D14710}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Packages.props = Directory.Packages.props
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Integration.Common", "src\Integration.Common\Integration.Common.csproj", "{123BFD3A-2364-4AF4-8D92-E9E54E98140E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5EC1BA0-F9F8-4501-9C04-AC2BE158B469}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5EC1BA0-F9F8-4501-9C04-AC2BE158B469}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5EC1BA0-F9F8-4501-9C04-AC2BE158B469}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5EC1BA0-F9F8-4501-9C04-AC2BE158B469}.Release|Any CPU.Build.0 = Release|Any CPU
{123BFD3A-2364-4AF4-8D92-E9E54E98140E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{123BFD3A-2364-4AF4-8D92-E9E54E98140E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{123BFD3A-2364-4AF4-8D92-E9E54E98140E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{123BFD3A-2364-4AF4-8D92-E9E54E98140E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal