-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNextGen Software.sln
33 lines (33 loc) · 1.55 KB
/
NextGen Software.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{FA07E34A-0604-4346-B392-04427D4BB1FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01", "01", "{20A50E29-92A6-4412-A155-B27130847279}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mfx1.Server", "Src\01\Mfx1.Shared\Mfx1.Server\Mfx1.Server.csproj", "{46CE6BD2-8136-4A2F-9591-43BBA41E2D13}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46CE6BD2-8136-4A2F-9591-43BBA41E2D13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46CE6BD2-8136-4A2F-9591-43BBA41E2D13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46CE6BD2-8136-4A2F-9591-43BBA41E2D13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46CE6BD2-8136-4A2F-9591-43BBA41E2D13}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{20A50E29-92A6-4412-A155-B27130847279} = {FA07E34A-0604-4346-B392-04427D4BB1FB}
{46CE6BD2-8136-4A2F-9591-43BBA41E2D13} = {20A50E29-92A6-4412-A155-B27130847279}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3579DF24-A338-41DB-8E9D-2C6DF2352018}
EndGlobalSection
EndGlobal