AccessHelper.sln 1.5 KB

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