Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31205.134 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoveLeadingTrailingCharacter", "RemoveLeadingTrailingCharacter\RemoveLeadingTrailingCharacter.csproj", "{5F7190E6-4B75-4112-ADD5-FFAFB692D297}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test-RemoveLeadingTrailingCharacter", "Test-RemoveLeadingTrailingCharacter\Test-RemoveLeadingTrailingCharacter.csproj", "{267FB899-7CC3-4330-8A6F-09AC0D07398A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {5F7190E6-4B75-4112-ADD5-FFAFB692D297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5F7190E6-4B75-4112-ADD5-FFAFB692D297}.Debug|Any CPU.Build.0 = Debug|Any CPU {5F7190E6-4B75-4112-ADD5-FFAFB692D297}.Release|Any CPU.ActiveCfg = Release|Any CPU {5F7190E6-4B75-4112-ADD5-FFAFB692D297}.Release|Any CPU.Build.0 = Release|Any CPU {267FB899-7CC3-4330-8A6F-09AC0D07398A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {267FB899-7CC3-4330-8A6F-09AC0D07398A}.Debug|Any CPU.Build.0 = Debug|Any CPU {267FB899-7CC3-4330-8A6F-09AC0D07398A}.Release|Any CPU.ActiveCfg = Release|Any CPU {267FB899-7CC3-4330-8A6F-09AC0D07398A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {BA9E3D99-CC6F-4EF7-9407-CB7AAA1E4CA1} EndGlobalSection EndGlobal