You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MDT5.sln 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 15
  4. VisualStudioVersion = 15.0.27428.2005
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "code", ".", "{9311C3EF-F1D1-4606-8668-322C176CA58F}"
  7. ProjectSection(WebsiteProperties) = preProject
  8. TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
  9. Debug.AspNetCompiler.VirtualPath = "/localhost_49537"
  10. Debug.AspNetCompiler.PhysicalPath = "..\code\"
  11. Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_49537\"
  12. Debug.AspNetCompiler.Updateable = "true"
  13. Debug.AspNetCompiler.ForceOverwrite = "true"
  14. Debug.AspNetCompiler.FixedNames = "false"
  15. Debug.AspNetCompiler.Debug = "True"
  16. Release.AspNetCompiler.VirtualPath = "/localhost_49537"
  17. Release.AspNetCompiler.PhysicalPath = "..\code\"
  18. Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_49537\"
  19. Release.AspNetCompiler.Updateable = "true"
  20. Release.AspNetCompiler.ForceOverwrite = "true"
  21. Release.AspNetCompiler.FixedNames = "false"
  22. Release.AspNetCompiler.Debug = "False"
  23. VWDPort = "49537"
  24. SlnRelativePath = "..\code\"
  25. EndProjectSection
  26. EndProject
  27. Global
  28. GlobalSection(Performance) = preSolution
  29. HasPerformanceSessions = true
  30. EndGlobalSection
  31. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  32. Debug|Any CPU = Debug|Any CPU
  33. EndGlobalSection
  34. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  35. {9311C3EF-F1D1-4606-8668-322C176CA58F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  36. {9311C3EF-F1D1-4606-8668-322C176CA58F}.Debug|Any CPU.Build.0 = Debug|Any CPU
  37. EndGlobalSection
  38. GlobalSection(SolutionProperties) = preSolution
  39. HideSolutionNode = FALSE
  40. EndGlobalSection
  41. GlobalSection(ExtensibilityGlobals) = postSolution
  42. SolutionGuid = {B1CA379E-4295-41CB-A81A-11D05D4683F6}
  43. EndGlobalSection
  44. EndGlobal