1234567891011121314151617181920212223242526272829303132333435 |
-
- Microsoft Visual Studio Solution File, Format Version 10.00
- # Visual Studio 2008
- Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "AccessHelper", ".", "{0ECB4FC4-FF80-454D-8257-D2BFCA2F004C}"
- ProjectSection(WebsiteProperties) = preProject
- TargetFramework = "3.5"
- Debug.AspNetCompiler.VirtualPath = "/AccessHelper"
- Debug.AspNetCompiler.PhysicalPath = "..\..\..\workspace\AccessHelper\"
- Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\AccessHelper\"
- Debug.AspNetCompiler.Updateable = "true"
- Debug.AspNetCompiler.ForceOverwrite = "true"
- Debug.AspNetCompiler.FixedNames = "false"
- Debug.AspNetCompiler.Debug = "True"
- Release.AspNetCompiler.VirtualPath = "/AccessHelper"
- Release.AspNetCompiler.PhysicalPath = "..\..\..\workspace\AccessHelper\"
- Release.AspNetCompiler.TargetPath = "PrecompiledWeb\AccessHelper\"
- Release.AspNetCompiler.Updateable = "true"
- Release.AspNetCompiler.ForceOverwrite = "true"
- Release.AspNetCompiler.FixedNames = "false"
- Release.AspNetCompiler.Debug = "False"
- VWDPort = "8072"
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {0ECB4FC4-FF80-454D-8257-D2BFCA2F004C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0ECB4FC4-FF80-454D-8257-D2BFCA2F004C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
|