12345678910111213141516171819202122232425262728293031323334353637 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 14
- VisualStudioVersion = 14.0.25420.1
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "AccessHelper", ".", "{0ECB4FC4-FF80-454D-8257-D2BFCA2F004C}"
- ProjectSection(WebsiteProperties) = preProject
- TargetFrameworkMoniker = ".NETFramework,Version%3Dv3.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
|