Click here to Skip to main content
15,881,380 members
Articles / Desktop Programming / WPF

Creating View-Switching Applications with Prism 4

Rate me:
Please Sign up or sign in to vote.
4.92/5 (58 votes)
6 Mar 2011CPOL20 min read 274.2K   15.7K   173  
How to get a Prism 4 line-of-business application up and running, using WPF and the Unity Dependency Injection (DI) container.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism4Demo.ModuleA", "Prism4Demo.ModuleA\Prism4Demo.ModuleA.csproj", "{904AEFE5-3470-4C56-A7CD-70E1B5E0EF64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism4Demo.ModuleB", "Prism4Demo.ModuleB\Prism4Demo.ModuleB.csproj", "{B2F7EEB0-B7A8-4BD0-97DE-DA4DBED7807F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism4Demo.Common", "Prism4Demo.Common\Prism4Demo.Common.csproj", "{5F3C7D38-E2BC-4EE9-8BC6-DBED3BE0B62E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prism4Demo", "Prism4Demo\Prism4Demo.csproj", "{D336009D-51F3-4834-BA7D-85B989FB5BC4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{904AEFE5-3470-4C56-A7CD-70E1B5E0EF64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{904AEFE5-3470-4C56-A7CD-70E1B5E0EF64}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{904AEFE5-3470-4C56-A7CD-70E1B5E0EF64}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{904AEFE5-3470-4C56-A7CD-70E1B5E0EF64}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{904AEFE5-3470-4C56-A7CD-70E1B5E0EF64}.Debug|x86.ActiveCfg = Debug|Any CPU
		{904AEFE5-3470-4C56-A7CD-70E1B5E0EF64}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{904AEFE5-3470-4C56-A7CD-70E1B5E0EF64}.Release|Any CPU.Build.0 = Release|Any CPU
		{904AEFE5-3470-4C56-A7CD-70E1B5E0EF64}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{904AEFE5-3470-4C56-A7CD-70E1B5E0EF64}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{904AEFE5-3470-4C56-A7CD-70E1B5E0EF64}.Release|x86.ActiveCfg = Release|Any CPU
		{B2F7EEB0-B7A8-4BD0-97DE-DA4DBED7807F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B2F7EEB0-B7A8-4BD0-97DE-DA4DBED7807F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B2F7EEB0-B7A8-4BD0-97DE-DA4DBED7807F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{B2F7EEB0-B7A8-4BD0-97DE-DA4DBED7807F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{B2F7EEB0-B7A8-4BD0-97DE-DA4DBED7807F}.Debug|x86.ActiveCfg = Debug|Any CPU
		{B2F7EEB0-B7A8-4BD0-97DE-DA4DBED7807F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B2F7EEB0-B7A8-4BD0-97DE-DA4DBED7807F}.Release|Any CPU.Build.0 = Release|Any CPU
		{B2F7EEB0-B7A8-4BD0-97DE-DA4DBED7807F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{B2F7EEB0-B7A8-4BD0-97DE-DA4DBED7807F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{B2F7EEB0-B7A8-4BD0-97DE-DA4DBED7807F}.Release|x86.ActiveCfg = Release|Any CPU
		{5F3C7D38-E2BC-4EE9-8BC6-DBED3BE0B62E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5F3C7D38-E2BC-4EE9-8BC6-DBED3BE0B62E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5F3C7D38-E2BC-4EE9-8BC6-DBED3BE0B62E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{5F3C7D38-E2BC-4EE9-8BC6-DBED3BE0B62E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{5F3C7D38-E2BC-4EE9-8BC6-DBED3BE0B62E}.Debug|x86.ActiveCfg = Debug|Any CPU
		{5F3C7D38-E2BC-4EE9-8BC6-DBED3BE0B62E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5F3C7D38-E2BC-4EE9-8BC6-DBED3BE0B62E}.Release|Any CPU.Build.0 = Release|Any CPU
		{5F3C7D38-E2BC-4EE9-8BC6-DBED3BE0B62E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{5F3C7D38-E2BC-4EE9-8BC6-DBED3BE0B62E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{5F3C7D38-E2BC-4EE9-8BC6-DBED3BE0B62E}.Release|x86.ActiveCfg = Release|Any CPU
		{D336009D-51F3-4834-BA7D-85B989FB5BC4}.Debug|Any CPU.ActiveCfg = Debug|x86
		{D336009D-51F3-4834-BA7D-85B989FB5BC4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{D336009D-51F3-4834-BA7D-85B989FB5BC4}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{D336009D-51F3-4834-BA7D-85B989FB5BC4}.Debug|x86.ActiveCfg = Debug|x86
		{D336009D-51F3-4834-BA7D-85B989FB5BC4}.Debug|x86.Build.0 = Debug|x86
		{D336009D-51F3-4834-BA7D-85B989FB5BC4}.Release|Any CPU.ActiveCfg = Release|x86
		{D336009D-51F3-4834-BA7D-85B989FB5BC4}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{D336009D-51F3-4834-BA7D-85B989FB5BC4}.Release|Mixed Platforms.Build.0 = Release|x86
		{D336009D-51F3-4834-BA7D-85B989FB5BC4}.Release|x86.ActiveCfg = Release|x86
		{D336009D-51F3-4834-BA7D-85B989FB5BC4}.Release|x86.Build.0 = Release|x86
	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
Software Developer (Senior) Foresight Systems
United States United States
David Veeneman is a financial planner and software developer. He is the author of "The Fortune in Your Future" (McGraw-Hill 1998). His company, Foresight Systems, develops planning and financial software.

Comments and Discussions