Click here to Skip to main content
15,886,110 members
Articles / Desktop Programming / WPF

Building WPF Applications with Self-Tracking Entity Generator and Visual Studio 2012 - Project Setup

Rate me:
Please Sign up or sign in to vote.
5.00/5 (14 votes)
17 Mar 2013CPOL8 min read 68.5K   3.5K   44  
This article describes the project setup of building a WPF sample application with Self-Tracking Entity Generator and Visual Studio 2012.

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client", "Client", "{E6CBAF60-FE58-496A-81AF-494C13CBCEFF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{1F60596B-6599-4F0A-92A6-3D8EFD67F6C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Database Script", "Database Script", "{C173D25B-BEFC-4B75-AE9A-9659C37DB3F4}"
	ProjectSection(SolutionItems) = preProject
		Database\School.sql = Database\School.sql
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assemblies", "Assemblies", "{65EBA523-7C5B-4301-8C8C-1909E2BBE869}"
	ProjectSection(SolutionItems) = preProject
		Assemblies\GalaSoft.MvvmLight.Extras.WPF4.dll = Assemblies\GalaSoft.MvvmLight.Extras.WPF4.dll
		Assemblies\GalaSoft.MvvmLight.WPF4.dll = Assemblies\GalaSoft.MvvmLight.WPF4.dll
		Assemblies\Moq.dll = Assemblies\Moq.dll
		Assemblies\System.Windows.Interactivity.dll = Assemblies\System.Windows.Interactivity.dll
		Assemblies\WPFToolkit.Extended.dll = Assemblies\WPFToolkit.Extended.dll
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF860602-2987-4DD6-A79C-BCCBA85B4450}"
	ProjectSection(SolutionItems) = preProject
		Local.testsettings = Local.testsettings
		SchoolSample.vsmdi = SchoolSample.vsmdi
		TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{47F3FC13-7EC6-47A3-A0EE-952BEB515115}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchoolSample", "SchoolSample\SchoolSample.csproj", "{7EAED96D-793B-46D4-A447-E5BADDBDD90D}"
	ProjectSection(ProjectDependencies) = postProject
		{071A2A01-E325-4B06-946B-CF980BD8ADDB} = {071A2A01-E325-4B06-946B-CF980BD8ADDB}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchoolSample.Wcf", "SchoolSample.Wcf\SchoolSample.Wcf.csproj", "{071A2A01-E325-4B06-946B-CF980BD8ADDB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchoolSample.Data.Wcf", "SchoolSample.Data.Wcf\SchoolSample.Data.Wcf.csproj", "{D6D5BF43-B366-43C4-B5AA-B8220C67436B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchoolSample.Data", "SchoolSample.Data\SchoolSample.Data.csproj", "{AFEB68D5-C8F2-47D9-AB7F-D71117B1ED01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComponentModel.Composition.Initialization.Desktop_4", "Assemblies\ComponentModel.Composition.Initialization.Desktop\ComponentModel.Composition.Initialization.Desktop_4.csproj", "{23FEB1CA-F29C-480F-A79E-E4B359621352}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Windows.Controls.Data.Input", "Assemblies\System.Windows.Controls.Data.Input\System.Windows.Controls.Data.Input.csproj", "{B4023627-BD76-43E8-9EDD-D263DB2E9498}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchoolSample.WCFService", "SchoolSample.WCFService\SchoolSample.WCFService.csproj", "{8E0E2563-7B1D-43A2-A5B7-93D809748C18}"
	ProjectSection(ProjectDependencies) = postProject
		{071A2A01-E325-4B06-946B-CF980BD8ADDB} = {071A2A01-E325-4B06-946B-CF980BD8ADDB}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchoolSample.Common", "SchoolSample.Common\SchoolSample.Common.csproj", "{7B689616-D3C0-4406-B2A4-41D0796E6C23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchoolSample.Model", "SchoolSample.Model\SchoolSample.Model.csproj", "{22BE0657-1D9D-4197-BF3C-647C21132CF4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchoolSample.ViewModel", "SchoolSample.ViewModel\SchoolSample.ViewModel.csproj", "{124B6F87-AF5D-406B-A4F4-058387D6F864}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.SchoolSample.ViewModel", "Test.SchoolSample.ViewModel\Test.SchoolSample.ViewModel.csproj", "{03344C00-914A-427F-AEF2-FA7560A1D4BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.SchoolSample.Model", "Test.SchoolSample.Model\Test.SchoolSample.Model.csproj", "{4826705F-1BFC-4BBD-8B74-C28AF7ED7322}"
EndProject
Global
	GlobalSection(TestCaseManagementSettings) = postSolution
		CategoryFile = SchoolSample.vsmdi
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7EAED96D-793B-46D4-A447-E5BADDBDD90D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7EAED96D-793B-46D4-A447-E5BADDBDD90D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7EAED96D-793B-46D4-A447-E5BADDBDD90D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7EAED96D-793B-46D4-A447-E5BADDBDD90D}.Release|Any CPU.Build.0 = Release|Any CPU
		{071A2A01-E325-4B06-946B-CF980BD8ADDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{071A2A01-E325-4B06-946B-CF980BD8ADDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{071A2A01-E325-4B06-946B-CF980BD8ADDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{071A2A01-E325-4B06-946B-CF980BD8ADDB}.Release|Any CPU.Build.0 = Release|Any CPU
		{D6D5BF43-B366-43C4-B5AA-B8220C67436B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D6D5BF43-B366-43C4-B5AA-B8220C67436B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D6D5BF43-B366-43C4-B5AA-B8220C67436B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D6D5BF43-B366-43C4-B5AA-B8220C67436B}.Release|Any CPU.Build.0 = Release|Any CPU
		{AFEB68D5-C8F2-47D9-AB7F-D71117B1ED01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{AFEB68D5-C8F2-47D9-AB7F-D71117B1ED01}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{AFEB68D5-C8F2-47D9-AB7F-D71117B1ED01}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{AFEB68D5-C8F2-47D9-AB7F-D71117B1ED01}.Release|Any CPU.Build.0 = Release|Any CPU
		{23FEB1CA-F29C-480F-A79E-E4B359621352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{23FEB1CA-F29C-480F-A79E-E4B359621352}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{23FEB1CA-F29C-480F-A79E-E4B359621352}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{23FEB1CA-F29C-480F-A79E-E4B359621352}.Release|Any CPU.Build.0 = Release|Any CPU
		{B4023627-BD76-43E8-9EDD-D263DB2E9498}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B4023627-BD76-43E8-9EDD-D263DB2E9498}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B4023627-BD76-43E8-9EDD-D263DB2E9498}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B4023627-BD76-43E8-9EDD-D263DB2E9498}.Release|Any CPU.Build.0 = Release|Any CPU
		{8E0E2563-7B1D-43A2-A5B7-93D809748C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8E0E2563-7B1D-43A2-A5B7-93D809748C18}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8E0E2563-7B1D-43A2-A5B7-93D809748C18}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8E0E2563-7B1D-43A2-A5B7-93D809748C18}.Release|Any CPU.Build.0 = Release|Any CPU
		{7B689616-D3C0-4406-B2A4-41D0796E6C23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7B689616-D3C0-4406-B2A4-41D0796E6C23}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7B689616-D3C0-4406-B2A4-41D0796E6C23}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7B689616-D3C0-4406-B2A4-41D0796E6C23}.Release|Any CPU.Build.0 = Release|Any CPU
		{22BE0657-1D9D-4197-BF3C-647C21132CF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{22BE0657-1D9D-4197-BF3C-647C21132CF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{22BE0657-1D9D-4197-BF3C-647C21132CF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{22BE0657-1D9D-4197-BF3C-647C21132CF4}.Release|Any CPU.Build.0 = Release|Any CPU
		{124B6F87-AF5D-406B-A4F4-058387D6F864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{124B6F87-AF5D-406B-A4F4-058387D6F864}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{124B6F87-AF5D-406B-A4F4-058387D6F864}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{124B6F87-AF5D-406B-A4F4-058387D6F864}.Release|Any CPU.Build.0 = Release|Any CPU
		{03344C00-914A-427F-AEF2-FA7560A1D4BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{03344C00-914A-427F-AEF2-FA7560A1D4BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{03344C00-914A-427F-AEF2-FA7560A1D4BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{03344C00-914A-427F-AEF2-FA7560A1D4BF}.Release|Any CPU.Build.0 = Release|Any CPU
		{4826705F-1BFC-4BBD-8B74-C28AF7ED7322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4826705F-1BFC-4BBD-8B74-C28AF7ED7322}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4826705F-1BFC-4BBD-8B74-C28AF7ED7322}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4826705F-1BFC-4BBD-8B74-C28AF7ED7322}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{7EAED96D-793B-46D4-A447-E5BADDBDD90D} = {E6CBAF60-FE58-496A-81AF-494C13CBCEFF}
		{AFEB68D5-C8F2-47D9-AB7F-D71117B1ED01} = {E6CBAF60-FE58-496A-81AF-494C13CBCEFF}
		{8E0E2563-7B1D-43A2-A5B7-93D809748C18} = {E6CBAF60-FE58-496A-81AF-494C13CBCEFF}
		{7B689616-D3C0-4406-B2A4-41D0796E6C23} = {E6CBAF60-FE58-496A-81AF-494C13CBCEFF}
		{22BE0657-1D9D-4197-BF3C-647C21132CF4} = {E6CBAF60-FE58-496A-81AF-494C13CBCEFF}
		{124B6F87-AF5D-406B-A4F4-058387D6F864} = {E6CBAF60-FE58-496A-81AF-494C13CBCEFF}
		{071A2A01-E325-4B06-946B-CF980BD8ADDB} = {1F60596B-6599-4F0A-92A6-3D8EFD67F6C8}
		{D6D5BF43-B366-43C4-B5AA-B8220C67436B} = {1F60596B-6599-4F0A-92A6-3D8EFD67F6C8}
		{23FEB1CA-F29C-480F-A79E-E4B359621352} = {65EBA523-7C5B-4301-8C8C-1909E2BBE869}
		{B4023627-BD76-43E8-9EDD-D263DB2E9498} = {65EBA523-7C5B-4301-8C8C-1909E2BBE869}
		{03344C00-914A-427F-AEF2-FA7560A1D4BF} = {47F3FC13-7EC6-47A3-A0EE-952BEB515115}
		{4826705F-1BFC-4BBD-8B74-C28AF7ED7322} = {47F3FC13-7EC6-47A3-A0EE-952BEB515115}
	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
Software Developer (Senior)
United States United States
Weidong has been an information system professional since 1990. He has a Master's degree in Computer Science, and is currently a MCSD .NET

Comments and Discussions