Click here to Skip to main content
15,885,151 members
Articles / Web Development / HTML

DayPilot Scheduler Control for ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.91/5 (54 votes)
20 Jan 2016Apache4 min read 305.8K   8K   276  
Flexible open-source scheduler control (resource booking, project management, timeline and free/busy visualization, Gantt)

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Demo", "Demo\", "{0E59607D-43B7-4035-9921-883CF113BCD2}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFramework = "3.5"
		ProjectReferences = "{5D7983A4-CCFF-46F6-920F-F184A031D7E1}|DayPilot.dll;"
		Debug.AspNetCompiler.VirtualPath = "/Demo"
		Debug.AspNetCompiler.PhysicalPath = "Demo\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Demo\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/Demo"
		Release.AspNetCompiler.PhysicalPath = "Demo\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Demo\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1110"
		VWDDynamicPort = "false"
		DefaultWebSiteLanguage = "Visual C#"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Source", "Source\DayPilot2008.csproj", "{5D7983A4-CCFF-46F6-920F-F184A031D7E1}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5D7983A4-CCFF-46F6-920F-F184A031D7E1}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{5D7983A4-CCFF-46F6-920F-F184A031D7E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5D7983A4-CCFF-46F6-920F-F184A031D7E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5D7983A4-CCFF-46F6-920F-F184A031D7E1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{5D7983A4-CCFF-46F6-920F-F184A031D7E1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{5D7983A4-CCFF-46F6-920F-F184A031D7E1}.Release|.NET.ActiveCfg = Release|Any CPU
		{5D7983A4-CCFF-46F6-920F-F184A031D7E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5D7983A4-CCFF-46F6-920F-F184A031D7E1}.Release|Any CPU.Build.0 = Release|Any CPU
		{5D7983A4-CCFF-46F6-920F-F184A031D7E1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{5D7983A4-CCFF-46F6-920F-F184A031D7E1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{0E59607D-43B7-4035-9921-883CF113BCD2}.Debug|.NET.ActiveCfg = Debug|.NET
		{0E59607D-43B7-4035-9921-883CF113BCD2}.Debug|.NET.Build.0 = Debug|.NET
		{0E59607D-43B7-4035-9921-883CF113BCD2}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{0E59607D-43B7-4035-9921-883CF113BCD2}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{0E59607D-43B7-4035-9921-883CF113BCD2}.Release|.NET.ActiveCfg = Debug|.NET
		{0E59607D-43B7-4035-9921-883CF113BCD2}.Release|.NET.Build.0 = Debug|.NET
		{0E59607D-43B7-4035-9921-883CF113BCD2}.Release|Any CPU.ActiveCfg = Debug|.NET
		{0E59607D-43B7-4035-9921-883CF113BCD2}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{0E59607D-43B7-4035-9921-883CF113BCD2}.Release|Mixed Platforms.Build.0 = Debug|.NET
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Czech Republic Czech Republic
My open-source event calendar/scheduling web UI components:

DayPilot for JavaScript, Angular, React and Vue

Comments and Discussions