This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnable.Common.Argument.sln
46 lines (46 loc) · 2.35 KB
/
Enable.Common.Argument.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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B148408C-C362-4B8C-8892-DB075E781CE1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9178269F-0E3D-4CDF-93FC-4C80CFCFD6EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A78E82A5-262D-4736-A4AF-CAEE12897981}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
CustomExtendedCorrectnessRules.ruleset = CustomExtendedCorrectnessRules.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Argument", "src\Argument\Argument.csproj", "{213352D4-3583-4F92-BDDE-971B0543563D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Argument.Tests", "test\Argument.Tests\Argument.Tests.csproj", "{C09A94DA-CEF5-4FF3-AF62-680ED1F86CC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{213352D4-3583-4F92-BDDE-971B0543563D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{213352D4-3583-4F92-BDDE-971B0543563D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{213352D4-3583-4F92-BDDE-971B0543563D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{213352D4-3583-4F92-BDDE-971B0543563D}.Release|Any CPU.Build.0 = Release|Any CPU
{C09A94DA-CEF5-4FF3-AF62-680ED1F86CC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C09A94DA-CEF5-4FF3-AF62-680ED1F86CC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C09A94DA-CEF5-4FF3-AF62-680ED1F86CC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C09A94DA-CEF5-4FF3-AF62-680ED1F86CC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{213352D4-3583-4F92-BDDE-971B0543563D} = {B148408C-C362-4B8C-8892-DB075E781CE1}
{C09A94DA-CEF5-4FF3-AF62-680ED1F86CC2} = {9178269F-0E3D-4CDF-93FC-4C80CFCFD6EE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16C112FB-4BAA-4941-9FF6-704F036B07B5}
EndGlobalSection
EndGlobal