Click here to Skip to main content
15,885,757 members
Articles / Programming Languages / Visual Basic

PeopleTrac – People Management for Not-For-Profit Organizations

Rate me:
Please Sign up or sign in to vote.
4.91/5 (10 votes)
3 Jan 2012CPOL6 min read 24K   877   13  
Demonstrates several LightSwitch capabilities including WCF-RIA services, Native SQL, Name and Addres merge purge

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{ECD6D718-D1CF-4119-97F3-97C25A0DFBF9}") = "PeopleTrac", "PeopleTrac\PeopleTrac.lsproj", "{1FEDF3A0-0162-4C83-AAD5-4E68AE29BAD0}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PeopleTrac_WCF_RIA", "PeopleTrac_WCF_RIA\PeopleTrac_WCF_RIA.vbproj", "{06510268-33BF-4399-B329-5BFE681A9279}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
		{416ECEC2-3AB7-4C59-B7C6-70C170E2777D}.0 = {49D6537F-860F-45F5-88DB-F7440B14A72F}
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1FEDF3A0-0162-4C83-AAD5-4E68AE29BAD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1FEDF3A0-0162-4C83-AAD5-4E68AE29BAD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1FEDF3A0-0162-4C83-AAD5-4E68AE29BAD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1FEDF3A0-0162-4C83-AAD5-4E68AE29BAD0}.Release|Any CPU.Build.0 = Release|Any CPU
		{06510268-33BF-4399-B329-5BFE681A9279}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{06510268-33BF-4399-B329-5BFE681A9279}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{06510268-33BF-4399-B329-5BFE681A9279}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{06510268-33BF-4399-B329-5BFE681A9279}.Release|Any CPU.Build.0 = Release|Any CPU
		{7F64454D-36E5-4970-AD38-16B019518723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7F64454D-36E5-4970-AD38-16B019518723}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7F64454D-36E5-4970-AD38-16B019518723}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7F64454D-36E5-4970-AD38-16B019518723}.Release|Any CPU.Build.0 = Release|Any CPU
		{0923BD1F-9FC8-4E6E-A53C-9D7FBD48D428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0923BD1F-9FC8-4E6E-A53C-9D7FBD48D428}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0923BD1F-9FC8-4E6E-A53C-9D7FBD48D428}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0923BD1F-9FC8-4E6E-A53C-9D7FBD48D428}.Release|Any CPU.Build.0 = Release|Any CPU
		{49D6537F-860F-45F5-88DB-F7440B14A72F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{49D6537F-860F-45F5-88DB-F7440B14A72F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{49D6537F-860F-45F5-88DB-F7440B14A72F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{49D6537F-860F-45F5-88DB-F7440B14A72F}.Release|Any CPU.Build.0 = Release|Any CPU
		{416ECEC2-3AB7-4C59-B7C6-70C170E2777D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{416ECEC2-3AB7-4C59-B7C6-70C170E2777D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{416ECEC2-3AB7-4C59-B7C6-70C170E2777D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{416ECEC2-3AB7-4C59-B7C6-70C170E2777D}.Release|Any CPU.Build.0 = Release|Any CPU
		{DCB08ACD-3C1B-4025-AE53-7E20E2B6D090}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DCB08ACD-3C1B-4025-AE53-7E20E2B6D090}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DCB08ACD-3C1B-4025-AE53-7E20E2B6D090}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DCB08ACD-3C1B-4025-AE53-7E20E2B6D090}.Release|Any CPU.Build.0 = Release|Any CPU
	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 Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions