|
| 1 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 2 | +# Visual Studio Version 17 |
| 3 | +VisualStudioVersion = 17.0.31903.59 |
| 4 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 5 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9954CB8-DB50-4331-A461-36A4AD4DA06E}" |
| 6 | + ProjectSection(SolutionItems) = preProject |
| 7 | + .editorconfig = .editorconfig |
| 8 | + .filenesting.json = .filenesting.json |
| 9 | + .gitattributes = .gitattributes |
| 10 | + .gitignore = .gitignore |
| 11 | + .gitmodules = .gitmodules |
| 12 | + Directory.Build.props = Directory.Build.props |
| 13 | + Directory.Build.targets = Directory.Build.targets |
| 14 | + Directory.Packages.props = Directory.Packages.props |
| 15 | + Directory.Solution.props = Directory.Solution.props |
| 16 | + GitVersion.yml = GitVersion.yml |
| 17 | + LICENSE = LICENSE |
| 18 | + new-project.ps1 = new-project.ps1 |
| 19 | + nuget.config = nuget.config |
| 20 | + README.md = README.md |
| 21 | + update-solution.ps1 = update-solution.ps1 |
| 22 | + EndProjectSection |
| 23 | +EndProject |
| 24 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EFE8181B-6FAB-4E04-BD9B-557C1286B858}" |
| 25 | +EndProject |
| 26 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{BD750CCE-0318-424D-89B4-9C66EF329E96}" |
| 27 | +EndProject |
| 28 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvolve.Logging.XUnit", "src\NetEvolve.Logging.XUnit\NetEvolve.Logging.XUnit.csproj", "{3F3CD6EC-4636-4B58-8400-09AC2B9BAFDF}" |
| 29 | +EndProject |
| 30 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvolve.Logging.XUnit.Tests.Unit", "tests\NetEvolve.Logging.XUnit.Tests.Unit\NetEvolve.Logging.XUnit.Tests.Unit.csproj", "{EAAD2C22-48F4-4E37-9A46-0350C6B84388}" |
| 31 | +EndProject |
| 32 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvolve.Logging.XUnit.Tests.Integration", "tests\NetEvolve.Logging.XUnit.Tests.Integration\NetEvolve.Logging.XUnit.Tests.Integration.csproj", "{F2B38EDD-63F9-4027-9EA6-D1E0C6387C12}" |
| 33 | +EndProject |
| 34 | +Global |
| 35 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 36 | + Debug|Any CPU = Debug|Any CPU |
| 37 | + Release|Any CPU = Release|Any CPU |
| 38 | + EndGlobalSection |
| 39 | + GlobalSection(SolutionProperties) = preSolution |
| 40 | + HideSolutionNode = FALSE |
| 41 | + EndGlobalSection |
| 42 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 43 | + {3F3CD6EC-4636-4B58-8400-09AC2B9BAFDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 44 | + {3F3CD6EC-4636-4B58-8400-09AC2B9BAFDF}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 45 | + {3F3CD6EC-4636-4B58-8400-09AC2B9BAFDF}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 46 | + {3F3CD6EC-4636-4B58-8400-09AC2B9BAFDF}.Release|Any CPU.Build.0 = Release|Any CPU |
| 47 | + {EAAD2C22-48F4-4E37-9A46-0350C6B84388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 48 | + {EAAD2C22-48F4-4E37-9A46-0350C6B84388}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 49 | + {EAAD2C22-48F4-4E37-9A46-0350C6B84388}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 50 | + {EAAD2C22-48F4-4E37-9A46-0350C6B84388}.Release|Any CPU.Build.0 = Release|Any CPU |
| 51 | + {F2B38EDD-63F9-4027-9EA6-D1E0C6387C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 52 | + {F2B38EDD-63F9-4027-9EA6-D1E0C6387C12}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 53 | + {F2B38EDD-63F9-4027-9EA6-D1E0C6387C12}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 54 | + {F2B38EDD-63F9-4027-9EA6-D1E0C6387C12}.Release|Any CPU.Build.0 = Release|Any CPU |
| 55 | + EndGlobalSection |
| 56 | + GlobalSection(NestedProjects) = preSolution |
| 57 | + {3F3CD6EC-4636-4B58-8400-09AC2B9BAFDF} = {EFE8181B-6FAB-4E04-BD9B-557C1286B858} |
| 58 | + {EAAD2C22-48F4-4E37-9A46-0350C6B84388} = {BD750CCE-0318-424D-89B4-9C66EF329E96} |
| 59 | + {F2B38EDD-63F9-4027-9EA6-D1E0C6387C12} = {BD750CCE-0318-424D-89B4-9C66EF329E96} |
| 60 | + EndGlobalSection |
| 61 | +EndGlobal |
| 62 | +CPU.Build.0 = Release|Any CPU |
| 63 | + {3F3CD6EC-4636-4B58-8400-09AC2B9BAFDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 64 | + {3F3CD6EC-4636-4B58-8400-09AC2B9BAFDF}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 65 | + {3F3CD6EC-4636-4B58-8400-09AC2B9BAFDF}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 66 | + {3F3CD6EC-4636-4B58-8400-09AC2B9BAFDF}.Release|Any CPU.Build.0 = Release|Any CPU |
| 67 | + {EAAD2C22-48F4-4E37-9A46-0350C6B84388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 68 | + {EAAD2C22-48F4-4E37-9A46-0350C6B84388}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 69 | + {EAAD2C22-48F4-4E37-9A46-0350C6B84388}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 70 | + {EAAD2C22-48F4-4E37-9A46-0350C6B84388}.Release|Any CPU.Build.0 = Release|Any CPU |
| 71 | + {F2B38EDD-63F9-4027-9EA6-D1E0C6387C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 72 | + {F2B38EDD-63F9-4027-9EA6-D1E0C6387C12}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 73 | + {F2B38EDD-63F9-4027-9EA6-D1E0C6387C12}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 74 | + {F2B38EDD-63F9-4027-9EA6-D1E0C6387C12}.Release|Any CPU.Build.0 = Release|Any CPU |
| 75 | + EndGlobalSection |
| 76 | + GlobalSection(NestedProjects) = preSolution |
| 77 | + {3F3CD6EC-4636-4B58-8400-09AC2B9BAFDF} = {EFE8181B-6FAB-4E04-BD9B-557C1286B858} |
| 78 | + {EAAD2C22-48F4-4E37-9A46-0350C6B84388} = {BD750CCE-0318-424D-89B4-9C66EF329E96} |
| 79 | + {F2B38EDD-63F9-4027-9EA6-D1E0C6387C12} = {BD750CCE-0318-424D-89B4-9C66EF329E96} |
| 80 | + EndGlobalSection |
| 81 | +EndGlobal |
0 commit comments