@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
12
12
build .cmd = build .cmd
13
13
build .sh = build .sh
14
14
CONTRIBUTING .md = CONTRIBUTING .md
15
+ Directory .Build .props = Directory .Build .props
15
16
LICENSE = LICENSE
16
17
nuget .config = nuget .config
17
18
README .md = README .md
@@ -20,21 +21,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
20
21
EndProject
21
22
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Build" , "tools\Build\Build.csproj" , "{9D6DC519-8908-4D3A-B16B-118D682BD170}"
22
23
EndProject
23
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tools" , "tools" , "{2649507F-E23F-4FE4-902F-6B2F9FB63232}"
24
- Project Section (SolutionItems ) = preProject
25
- tools \Directory .Build .props = tools \Directory .Build .props
26
- EndProject Section
27
- EndProject
28
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{B3240F85-9541-49CA-8380-DD2377CBBF6D}"
29
- Project Section (SolutionItems ) = preProject
30
- tests \Directory .Build .props = tests \Directory .Build .props
31
- EndProject Section
32
- EndProject
33
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{7137A74B-D593-4356-8D4A-005014CA76B3}"
34
- Project Section (SolutionItems ) = preProject
35
- src \Directory .Build .props = src \Directory .Build .props
36
- EndProject Section
37
- EndProject
38
24
Global
39
25
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
40
26
Debug| Any CPU = Debug| Any CPU
@@ -49,11 +35,6 @@ Global
49
35
GlobalSection (SolutionProperties ) = preSolution
50
36
HideSolutionNode = FALSE
51
37
EndGlobalSection
52
- GlobalSection (NestedProjects ) = preSolution
53
- {2649507F-E23F-4FE4-902F-6B2F9FB63232} = {A219E328-B15A-41FF-BAA5-5F46679EF9C8}
54
- {B3240F85-9541-49CA-8380-DD2377CBBF6D} = {A219E328-B15A-41FF-BAA5-5F46679EF9C8}
55
- {7137A74B-D593-4356-8D4A-005014CA76B3} = {A219E328-B15A-41FF-BAA5-5F46679EF9C8}
56
- EndGlobalSection
57
38
GlobalSection (ExtensibilityGlobals ) = postSolution
58
39
SolutionGuid = {647F7A73-0365-411F-941D-6DDA8A4CFA1A}
59
40
EndGlobalSection
0 commit comments