-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathargsparse.sln
More file actions
42 lines (42 loc) · 2.49 KB
/
argsparse.sln
File metadata and controls
42 lines (42 loc) · 2.49 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Argparse", "argsparse\Argparse.csproj", "{23F8E469-BBD8-4001-98CC-E4908169604C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "examples", "examples\Examples.csproj", "{64BAFA0C-49DB-4491-B698-99423310A086}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Numactl", "numactl\Numactl.csproj", "{3B3E0950-3BDD-41B5-8257-C86DAE9326F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tests", "tests\tests.csproj", "{73320130-5819-483E-B2F0-4D0C9D0FE332}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23F8E469-BBD8-4001-98CC-E4908169604C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23F8E469-BBD8-4001-98CC-E4908169604C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23F8E469-BBD8-4001-98CC-E4908169604C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23F8E469-BBD8-4001-98CC-E4908169604C}.Release|Any CPU.Build.0 = Release|Any CPU
{64BAFA0C-49DB-4491-B698-99423310A086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64BAFA0C-49DB-4491-B698-99423310A086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64BAFA0C-49DB-4491-B698-99423310A086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64BAFA0C-49DB-4491-B698-99423310A086}.Release|Any CPU.Build.0 = Release|Any CPU
{3B3E0950-3BDD-41B5-8257-C86DAE9326F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B3E0950-3BDD-41B5-8257-C86DAE9326F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B3E0950-3BDD-41B5-8257-C86DAE9326F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B3E0950-3BDD-41B5-8257-C86DAE9326F6}.Release|Any CPU.Build.0 = Release|Any CPU
{73320130-5819-483E-B2F0-4D0C9D0FE332}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73320130-5819-483E-B2F0-4D0C9D0FE332}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73320130-5819-483E-B2F0-4D0C9D0FE332}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73320130-5819-483E-B2F0-4D0C9D0FE332}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5222FDE9-D181-444A-8FD5-EEC75740E461}
EndGlobalSection
EndGlobal