Click here to Skip to main content
15,895,011 members
Articles / Desktop Programming / WPF

XNA integration inside WPF

Rate me:
Please Sign up or sign in to vote.
4.96/5 (20 votes)
19 Jul 2009CPOL6 min read 204.9K   4.2K   69  
Another way to integrate multiple XNA scenes inside WPF.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo.csproj", "{E1EF718C-7F18-4CD7-9668-2F2B0C3C2107}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arcane.Xna.Presentation", "..\Arcane.Xna.Presentation\Arcane.Xna.Presentation.csproj", "{90E73111-BFB7-4A5F-B38E-D6FB56A6AD2B}"
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
		{E1EF718C-7F18-4CD7-9668-2F2B0C3C2107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E1EF718C-7F18-4CD7-9668-2F2B0C3C2107}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E1EF718C-7F18-4CD7-9668-2F2B0C3C2107}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{E1EF718C-7F18-4CD7-9668-2F2B0C3C2107}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{E1EF718C-7F18-4CD7-9668-2F2B0C3C2107}.Debug|x86.ActiveCfg = Debug|Any CPU
		{E1EF718C-7F18-4CD7-9668-2F2B0C3C2107}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E1EF718C-7F18-4CD7-9668-2F2B0C3C2107}.Release|Any CPU.Build.0 = Release|Any CPU
		{E1EF718C-7F18-4CD7-9668-2F2B0C3C2107}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{E1EF718C-7F18-4CD7-9668-2F2B0C3C2107}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{E1EF718C-7F18-4CD7-9668-2F2B0C3C2107}.Release|x86.ActiveCfg = Release|Any CPU
		{90E73111-BFB7-4A5F-B38E-D6FB56A6AD2B}.Debug|Any CPU.ActiveCfg = Debug|x86
		{90E73111-BFB7-4A5F-B38E-D6FB56A6AD2B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{90E73111-BFB7-4A5F-B38E-D6FB56A6AD2B}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{90E73111-BFB7-4A5F-B38E-D6FB56A6AD2B}.Debug|x86.ActiveCfg = Debug|x86
		{90E73111-BFB7-4A5F-B38E-D6FB56A6AD2B}.Debug|x86.Build.0 = Debug|x86
		{90E73111-BFB7-4A5F-B38E-D6FB56A6AD2B}.Release|Any CPU.ActiveCfg = Release|x86
		{90E73111-BFB7-4A5F-B38E-D6FB56A6AD2B}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{90E73111-BFB7-4A5F-B38E-D6FB56A6AD2B}.Release|Mixed Platforms.Build.0 = Release|x86
		{90E73111-BFB7-4A5F-B38E-D6FB56A6AD2B}.Release|x86.ActiveCfg = Release|x86
		{90E73111-BFB7-4A5F-B38E-D6FB56A6AD2B}.Release|x86.Build.0 = Release|x86
		{C0CC078A-2008-4963-BF8D-7A106235AFE6}.Debug|Any CPU.ActiveCfg = Debug|x86
		{C0CC078A-2008-4963-BF8D-7A106235AFE6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{C0CC078A-2008-4963-BF8D-7A106235AFE6}.Debug|x86.ActiveCfg = Debug|x86
		{C0CC078A-2008-4963-BF8D-7A106235AFE6}.Release|Any CPU.ActiveCfg = Release|x86
		{C0CC078A-2008-4963-BF8D-7A106235AFE6}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{C0CC078A-2008-4963-BF8D-7A106235AFE6}.Release|x86.ActiveCfg = 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
Architect Viablue - GraphicStream
France France
I spent most of time on Silverlight, Xna (where i am MVP) and ADO.Net Data Services.

Comments and Discussions