| 12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.31205.134
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "LDAPManager", "LDAPManager.njsproj", "{82F43A22-9411-4B31-AC19-35FAFE99CAA9}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {82F43A22-9411-4B31-AC19-35FAFE99CAA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {82F43A22-9411-4B31-AC19-35FAFE99CAA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {82F43A22-9411-4B31-AC19-35FAFE99CAA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {82F43A22-9411-4B31-AC19-35FAFE99CAA9}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {115F6147-14AD-462E-B9C1-9CCFAFD0D8B7}
- EndGlobalSection
- EndGlobal
|