AccessHelper.sln 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 14
  4. VisualStudioVersion = 14.0.25420.1
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "AccessHelper", ".", "{0ECB4FC4-FF80-454D-8257-D2BFCA2F004C}"
  7. ProjectSection(WebsiteProperties) = preProject
  8. TargetFrameworkMoniker = ".NETFramework,Version%3Dv3.5"
  9. Debug.AspNetCompiler.VirtualPath = "/AccessHelper"
  10. Debug.AspNetCompiler.PhysicalPath = "..\..\..\workspace\AccessHelper\"
  11. Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\AccessHelper\"
  12. Debug.AspNetCompiler.Updateable = "true"
  13. Debug.AspNetCompiler.ForceOverwrite = "true"
  14. Debug.AspNetCompiler.FixedNames = "false"
  15. Debug.AspNetCompiler.Debug = "True"
  16. Release.AspNetCompiler.VirtualPath = "/AccessHelper"
  17. Release.AspNetCompiler.PhysicalPath = "..\..\..\workspace\AccessHelper\"
  18. Release.AspNetCompiler.TargetPath = "PrecompiledWeb\AccessHelper\"
  19. Release.AspNetCompiler.Updateable = "true"
  20. Release.AspNetCompiler.ForceOverwrite = "true"
  21. Release.AspNetCompiler.FixedNames = "false"
  22. Release.AspNetCompiler.Debug = "False"
  23. VWDPort = "8072"
  24. EndProjectSection
  25. EndProject
  26. Global
  27. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  28. Debug|Any CPU = Debug|Any CPU
  29. EndGlobalSection
  30. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  31. {0ECB4FC4-FF80-454D-8257-D2BFCA2F004C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  32. {0ECB4FC4-FF80-454D-8257-D2BFCA2F004C}.Debug|Any CPU.Build.0 = Debug|Any CPU
  33. EndGlobalSection
  34. GlobalSection(SolutionProperties) = preSolution
  35. HideSolutionNode = FALSE
  36. EndGlobalSection
  37. EndGlobal