-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathNOF2.ProgrammingModel.sln
29 lines (29 loc) · 1.49 KB
/
NOF2.ProgrammingModel.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
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NOF2.Types", "Programming Model\NOF2\NOF2.Types\NOF2.Types.csproj", "{189FEB9B-F1D6-4C69-B8BB-C820D7D86DC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NOF2.ProgrammingModel.Package", "Programming Model\NOF2\NOF2.ProgrammingModel.package\NOF2.ProgrammingModel.Package.csproj", "{F2091331-E462-49AF-9C7F-8B2A0E945F51}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{189FEB9B-F1D6-4C69-B8BB-C820D7D86DC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{189FEB9B-F1D6-4C69-B8BB-C820D7D86DC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{189FEB9B-F1D6-4C69-B8BB-C820D7D86DC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{189FEB9B-F1D6-4C69-B8BB-C820D7D86DC1}.Release|Any CPU.Build.0 = Release|Any CPU
{F2091331-E462-49AF-9C7F-8B2A0E945F51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2091331-E462-49AF-9C7F-8B2A0E945F51}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80648032-7D98-4643-9CF5-CBE74FDA7361}
EndGlobalSection
EndGlobal