P4HttpHandler.sln #1

  • //
  • guest/
  • robert_cowham/
  • perforce/
  • API/
  • P4.Net/
  • main/
  • samples/
  • P4HttpHandler/
  • P4HttpHandler.sln
  • View
  • Commits
  • Open Download .zip Download (1 KB)
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P4HttpHandler", "P4HttpHandler.csproj", "{C1F96106-7486-49E5-A601-8CF7880A7E80}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C1F96106-7486-49E5-A601-8CF7880A7E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C1F96106-7486-49E5-A601-8CF7880A7E80}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C1F96106-7486-49E5-A601-8CF7880A7E80}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C1F96106-7486-49E5-A601-8CF7880A7E80}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal
# Change User Description Committed
#1 6414 Robert Cowham Initial branch
//guest/shawn_hladky/P4.Net/main/samples/P4HttpHandler/P4HttpHandler.sln
#1 5950 Shawn Hladky P4.Net.
 Adding HTTP Handler sample application.