DLL_task.sln 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  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}") = "DLL_task", "DLL_task\DLL_task.csproj", "{E6086752-9B78-4822-8B0B-26A88CE05CAA}"
  7. EndProject
  8. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DLL_library", "DLL_library\DLL_library.csproj", "{FA2146F2-85C4-45F3-827E-EFF32A9E336B}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDLL.text", "TestDLL.text\TestDLL.text.csproj", "{F9BA8619-6610-4E20-8242-4067DEDCE03A}"
  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. {E6086752-9B78-4822-8B0B-26A88CE05CAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  19. {E6086752-9B78-4822-8B0B-26A88CE05CAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
  20. {E6086752-9B78-4822-8B0B-26A88CE05CAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
  21. {E6086752-9B78-4822-8B0B-26A88CE05CAA}.Release|Any CPU.Build.0 = Release|Any CPU
  22. {FA2146F2-85C4-45F3-827E-EFF32A9E336B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {FA2146F2-85C4-45F3-827E-EFF32A9E336B}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {FA2146F2-85C4-45F3-827E-EFF32A9E336B}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {FA2146F2-85C4-45F3-827E-EFF32A9E336B}.Release|Any CPU.Build.0 = Release|Any CPU
  26. {F9BA8619-6610-4E20-8242-4067DEDCE03A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  27. {F9BA8619-6610-4E20-8242-4067DEDCE03A}.Debug|Any CPU.Build.0 = Debug|Any CPU
  28. {F9BA8619-6610-4E20-8242-4067DEDCE03A}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29. {F9BA8619-6610-4E20-8242-4067DEDCE03A}.Release|Any CPU.Build.0 = Release|Any CPU
  30. EndGlobalSection
  31. GlobalSection(SolutionProperties) = preSolution
  32. HideSolutionNode = FALSE
  33. EndGlobalSection
  34. GlobalSection(ExtensibilityGlobals) = postSolution
  35. SolutionGuid = {E6258CA1-D453-4F37-958C-CE34C64C7583}
  36. EndGlobalSection
  37. EndGlobal