-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
NDesk.Options.Core.sln
33 lines (33 loc) · 1.63 KB
/
NDesk.Options.Core.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
# 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDesk.Options", "src\NDesk.Options.csproj", "{39980B35-43F3-4F50-BA45-D72B165D0287}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unit Tests", "Unit Tests\Unit Tests.csproj", "{8EDF4429-251A-416D-BB68-93F227191BCF}"
ProjectSection(ProjectDependencies) = postProject
{39980B35-43F3-4F50-BA45-D72B165D0287} = {39980B35-43F3-4F50-BA45-D72B165D0287}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39980B35-43F3-4F50-BA45-D72B165D0287}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39980B35-43F3-4F50-BA45-D72B165D0287}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39980B35-43F3-4F50-BA45-D72B165D0287}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39980B35-43F3-4F50-BA45-D72B165D0287}.Release|Any CPU.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DDE4FDD6-4CD8-4F92-A33B-483E93CEA099}
EndGlobalSection
EndGlobal