DllMemory.sln 1.4 KB

123456789101112131415161718192021222324252627282930
  1. Microsoft Visual Studio Solution File, Format Version 8.00
  2. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleDLL", "SampleDLL\SampleDLL.vcproj", "{B293DAC4-5BCA-4413-9B7B-92CB56459875}"
  3. ProjectSection(ProjectDependencies) = postProject
  4. {D0226BB5-3A02-4C91-893A-F36567AED5C5} = {D0226BB5-3A02-4C91-893A-F36567AED5C5}
  5. EndProjectSection
  6. EndProject
  7. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DllLoader", "DllLoader\DllLoader.vcproj", "{D0226BB5-3A02-4C91-893A-F36567AED5C5}"
  8. ProjectSection(ProjectDependencies) = postProject
  9. EndProjectSection
  10. EndProject
  11. Global
  12. GlobalSection(SolutionConfiguration) = preSolution
  13. Debug = Debug
  14. Release = Release
  15. EndGlobalSection
  16. GlobalSection(ProjectConfiguration) = postSolution
  17. {B293DAC4-5BCA-4413-9B7B-92CB56459875}.Debug.ActiveCfg = Debug|Win32
  18. {B293DAC4-5BCA-4413-9B7B-92CB56459875}.Debug.Build.0 = Debug|Win32
  19. {B293DAC4-5BCA-4413-9B7B-92CB56459875}.Release.ActiveCfg = Release|Win32
  20. {B293DAC4-5BCA-4413-9B7B-92CB56459875}.Release.Build.0 = Release|Win32
  21. {D0226BB5-3A02-4C91-893A-F36567AED5C5}.Debug.ActiveCfg = Debug|Win32
  22. {D0226BB5-3A02-4C91-893A-F36567AED5C5}.Debug.Build.0 = Debug|Win32
  23. {D0226BB5-3A02-4C91-893A-F36567AED5C5}.Release.ActiveCfg = Release|Win32
  24. {D0226BB5-3A02-4C91-893A-F36567AED5C5}.Release.Build.0 = Release|Win32
  25. EndGlobalSection
  26. GlobalSection(ExtensibilityGlobals) = postSolution
  27. EndGlobalSection
  28. GlobalSection(ExtensibilityAddIns) = postSolution
  29. EndGlobalSection
  30. EndGlobal