@@ -15,17 +15,18 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGR.CommandLineParser.Integ
1515EndProject
1616Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "SimpleApp" , "samples\SimpleApp\SimpleApp.csproj" , "{F192F36D-7EDD-4E1E-82A4-95CA11665D2B}"
1717EndProject
18- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "CommonFiles " , "CommonFiles " , "{B5BDC6B3-1206-4DF3-A76C-22FE55064082}"
18+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "SharedFiles " , "SharedFiles " , "{B5BDC6B3-1206-4DF3-A76C-22FE55064082}"
1919 Project Section (SolutionItems ) = preProject
20- src \CommonFiles \CommonAssemblyInfo .cs = src \CommonFiles \CommonAssemblyInfo .cs
21- src \CommonFiles \VersionAssemblyInfo .cs = src \CommonFiles \VersionAssemblyInfo .cs
20+ src \SharedFiles \CommonAssemblyInfo .cs = src \SharedFiles \CommonAssemblyInfo .cs
21+ src \SharedFiles \VersionAssemblyInfo .cs = src \SharedFiles \VersionAssemblyInfo .cs
2222 EndProject Section
2323EndProject
2424Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{EF849FD3-293F-4CC8-B227-9680CF929A66}"
2525 Project Section (SolutionItems ) = preProject
2626 .editorconfig = .editorconfig
2727 .gitattributes = .gitattributes
2828 .gitignore = .gitignore
29+ Directory .Build .props = Directory .Build .props
2930 LICENSE = LICENSE
3031 MGR .CommandLineParser .ruleset = MGR .CommandLineParser .ruleset
3132 MGR .CommandLineParser .runsettings = MGR .CommandLineParser .runsettings
@@ -35,8 +36,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
3536EndProject
3637Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "build" , "build" , "{07E4D8F7-2EDA-460D-B8E0-58B1BA42CD46}"
3738 Project Section (SolutionItems ) = preProject
39+ azure -pipeline -build .yaml = azure -pipeline -build .yaml
3840 build \build .cake = build \build .cake
3941 build .ps1 = build .ps1
42+ GitVersionConfig .yaml = GitVersionConfig .yaml
4043 EndProject Section
4144EndProject
4245Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MGR.CommandLineParser.Tests.Commands" , "tests\MGR.CommandLineParser.Tests.Commands\MGR.CommandLineParser.Tests.Commands.csproj" , "{A422BACE-2758-4ABD-9DAA-ADF289FCCE65}"
@@ -51,6 +54,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{172E24C2-B
5154EndProject
5255Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{FB795A12-C939-492F-9377-4C468D01EF3C}"
5356EndProject
57+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MGR.CommandLineParser.Command.Lambda" , "src\MGR.CommandLineParser.Command.Lambda\MGR.CommandLineParser.Command.Lambda.csproj" , "{9F5A0142-E0A1-45A2-961E-55611B4440AD}"
58+ EndProject
5459Global
5560 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
5661 Debug| Any CPU = Debug| Any CPU
@@ -77,6 +82,10 @@ Global
7782 {A422BACE-2758-4ABD-9DAA-ADF289FCCE65} .Debug| Any CPU .Build .0 = Debug| Any CPU
7883 {A422BACE-2758-4ABD-9DAA-ADF289FCCE65} .Release| Any CPU .ActiveCfg = Release| Any CPU
7984 {A422BACE-2758-4ABD-9DAA-ADF289FCCE65} .Release| Any CPU .Build .0 = Release| Any CPU
85+ {9F5A0142-E0A1-45A2-961E-55611B4440AD} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
86+ {9F5A0142-E0A1-45A2-961E-55611B4440AD} .Debug| Any CPU .Build .0 = Debug| Any CPU
87+ {9F5A0142-E0A1-45A2-961E-55611B4440AD} .Release| Any CPU .ActiveCfg = Release| Any CPU
88+ {9F5A0142-E0A1-45A2-961E-55611B4440AD} .Release| Any CPU .Build .0 = Release| Any CPU
8089 EndGlobalSection
8190 GlobalSection (SolutionProperties ) = preSolution
8291 HideSolutionNode = FALSE
8695 {22F60D05-F6DB-4410-80AD-E558EF1BDF6F} = {569ED12A-DA23-4457-B304-6B00C0CB335E}
8796 {7FD4CEB3-040B-4581-9B7C-EF8CB99B0951} = {569ED12A-DA23-4457-B304-6B00C0CB335E}
8897 {F192F36D-7EDD-4E1E-82A4-95CA11665D2B} = {0B84161D-C735-43F0-A525-4ED42CC4B17C}
98+ {B5BDC6B3-1206-4DF3-A76C-22FE55064082} = {FB795A12-C939-492F-9377-4C468D01EF3C}
8999 {A422BACE-2758-4ABD-9DAA-ADF289FCCE65} = {569ED12A-DA23-4457-B304-6B00C0CB335E}
100+ {9F5A0142-E0A1-45A2-961E-55611B4440AD} = {FB795A12-C939-492F-9377-4C468D01EF3C}
90101 EndGlobalSection
91102 GlobalSection (ExtensibilityGlobals ) = postSolution
92103 SolutionGuid = {827031C5-AE76-4B4C-9503-E13F15B497E9}
0 commit comments