-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlackSim.sln
43 lines (43 loc) · 2.46 KB
/
BlackSim.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderDeliver", "OrderDeliver\OrderDeliver.csproj", "{6F89ED55-167C-48A2-BED8-13CE7C5B1CFC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{A199E269-662F-451C-A5E3-4E691A3C9F17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "Models\Models.csproj", "{E4AFB738-FA53-4F1F-8196-8B8B8928B4F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlackSim", "BlackSim\BlackSim.csproj", "{061A31E9-BA7F-4724-BD59-34180C307782}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F89ED55-167C-48A2-BED8-13CE7C5B1CFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F89ED55-167C-48A2-BED8-13CE7C5B1CFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F89ED55-167C-48A2-BED8-13CE7C5B1CFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F89ED55-167C-48A2-BED8-13CE7C5B1CFC}.Release|Any CPU.Build.0 = Release|Any CPU
{A199E269-662F-451C-A5E3-4E691A3C9F17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A199E269-662F-451C-A5E3-4E691A3C9F17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A199E269-662F-451C-A5E3-4E691A3C9F17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A199E269-662F-451C-A5E3-4E691A3C9F17}.Release|Any CPU.Build.0 = Release|Any CPU
{E4AFB738-FA53-4F1F-8196-8B8B8928B4F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4AFB738-FA53-4F1F-8196-8B8B8928B4F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4AFB738-FA53-4F1F-8196-8B8B8928B4F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4AFB738-FA53-4F1F-8196-8B8B8928B4F2}.Release|Any CPU.Build.0 = Release|Any CPU
{061A31E9-BA7F-4724-BD59-34180C307782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{061A31E9-BA7F-4724-BD59-34180C307782}.Debug|Any CPU.Build.0 = Debug|Any CPU
{061A31E9-BA7F-4724-BD59-34180C307782}.Release|Any CPU.ActiveCfg = Release|Any CPU
{061A31E9-BA7F-4724-BD59-34180C307782}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16DBE342-DC2E-4673-B0D6-E66FD9AA8277}
EndGlobalSection
EndGlobal