-
Notifications
You must be signed in to change notification settings - Fork 0
/
OrderFlowSolution.sln
37 lines (37 loc) · 2.05 KB
/
OrderFlowSolution.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 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderFlow.Api", "OrderFlow-API\OrderFlow.Api.csproj", "{FBDE4FB3-5314-4D87-AB2F-36E5F055563B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderFlow.Core", "OrderFlow.Core\OrderFlow.Core.csproj", "{8ADEB9CA-D633-422B-83EC-F59B6EA597CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderFlow.Data", "OrderFlow.Data\OrderFlow.Data.csproj", "{E885B400-19E4-4D46-89E8-065D3C432D69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBDE4FB3-5314-4D87-AB2F-36E5F055563B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBDE4FB3-5314-4D87-AB2F-36E5F055563B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBDE4FB3-5314-4D87-AB2F-36E5F055563B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBDE4FB3-5314-4D87-AB2F-36E5F055563B}.Release|Any CPU.Build.0 = Release|Any CPU
{8ADEB9CA-D633-422B-83EC-F59B6EA597CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ADEB9CA-D633-422B-83EC-F59B6EA597CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ADEB9CA-D633-422B-83EC-F59B6EA597CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ADEB9CA-D633-422B-83EC-F59B6EA597CB}.Release|Any CPU.Build.0 = Release|Any CPU
{E885B400-19E4-4D46-89E8-065D3C432D69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E885B400-19E4-4D46-89E8-065D3C432D69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E885B400-19E4-4D46-89E8-065D3C432D69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E885B400-19E4-4D46-89E8-065D3C432D69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5B0ADFA-70E2-4CA7-BF41-C49255B55105}
EndGlobalSection
EndGlobal