log4cproj.sln 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. Microsoft Visual Studio Solution File, Format Version 8.00
  2. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Log4C", "Log4C\Log4C.vcproj", "{2CE4A92D-3CF6-4BFA-975A-C72EE8536141}"
  3. ProjectSection(ProjectDependencies) = postProject
  4. EndProjectSection
  5. EndProject
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testlog4c", "testlog4c\testlog4c.vcproj", "{DE1B40A9-F04D-48ED-A1B9-D276CDF04EA5}"
  7. ProjectSection(ProjectDependencies) = postProject
  8. EndProjectSection
  9. EndProject
  10. Global
  11. GlobalSection(SolutionConfiguration) = preSolution
  12. Debug = Debug
  13. Release = Release
  14. EndGlobalSection
  15. GlobalSection(ProjectDependencies) = postSolution
  16. EndGlobalSection
  17. GlobalSection(ProjectConfiguration) = postSolution
  18. {2CE4A92D-3CF6-4BFA-975A-C72EE8536141}.Debug.ActiveCfg = Debug|Win32
  19. {2CE4A92D-3CF6-4BFA-975A-C72EE8536141}.Debug.Build.0 = Debug|Win32
  20. {2CE4A92D-3CF6-4BFA-975A-C72EE8536141}.Release.ActiveCfg = Release|Win32
  21. {2CE4A92D-3CF6-4BFA-975A-C72EE8536141}.Release.Build.0 = Release|Win32
  22. {DE1B40A9-F04D-48ED-A1B9-D276CDF04EA5}.Debug.ActiveCfg = Debug|Win32
  23. {DE1B40A9-F04D-48ED-A1B9-D276CDF04EA5}.Debug.Build.0 = Debug|Win32
  24. {DE1B40A9-F04D-48ED-A1B9-D276CDF04EA5}.Release.ActiveCfg = Release|Win32
  25. {DE1B40A9-F04D-48ED-A1B9-D276CDF04EA5}.Release.Build.0 = Release|Win32
  26. EndGlobalSection
  27. GlobalSection(ExtensibilityGlobals) = postSolution
  28. EndGlobalSection
  29. GlobalSection(ExtensibilityAddIns) = postSolution
  30. EndGlobalSection
  31. EndGlobal