|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.7.34031.279 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abstract.FileSystem", "Abstract.FileSystem\Abstract.FileSystem.csproj", "{3305D6E6-D721-48AA-AA78-1F05361F8257}" |
| 7 | +EndProject |
| 8 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{AC210C33-986C-44A9-8900-F612D2BC8A6C}" |
| 9 | +EndProject |
| 10 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abstract.FileSystem.Test", "Tests\Abstract.FileSystem.Test\Abstract.FileSystem.Test.csproj", "{80DED7E1-90C4-43D1-8043-1B7693FCB42B}" |
| 11 | +EndProject |
| 12 | +Global |
| 13 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 14 | + Debug|Any CPU = Debug|Any CPU |
| 15 | + Release|Any CPU = Release|Any CPU |
| 16 | + EndGlobalSection |
| 17 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 18 | + {3305D6E6-D721-48AA-AA78-1F05361F8257}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 19 | + {3305D6E6-D721-48AA-AA78-1F05361F8257}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 20 | + {3305D6E6-D721-48AA-AA78-1F05361F8257}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 21 | + {3305D6E6-D721-48AA-AA78-1F05361F8257}.Release|Any CPU.Build.0 = Release|Any CPU |
| 22 | + {80DED7E1-90C4-43D1-8043-1B7693FCB42B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 23 | + {80DED7E1-90C4-43D1-8043-1B7693FCB42B}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 24 | + {80DED7E1-90C4-43D1-8043-1B7693FCB42B}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 25 | + {80DED7E1-90C4-43D1-8043-1B7693FCB42B}.Release|Any CPU.Build.0 = Release|Any CPU |
| 26 | + EndGlobalSection |
| 27 | + GlobalSection(SolutionProperties) = preSolution |
| 28 | + HideSolutionNode = FALSE |
| 29 | + EndGlobalSection |
| 30 | + GlobalSection(NestedProjects) = preSolution |
| 31 | + {80DED7E1-90C4-43D1-8043-1B7693FCB42B} = {AC210C33-986C-44A9-8900-F612D2BC8A6C} |
| 32 | + EndGlobalSection |
| 33 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 34 | + SolutionGuid = {B62B7086-D21E-4583-A926-5664C42E1BFA} |
| 35 | + EndGlobalSection |
| 36 | +EndGlobal |
0 commit comments