Click here to Skip to main content
15,896,365 members
Articles / Game Development

Learning XNA 2D Engine IceCream With 1945 Demo Project

Rate me:
Please Sign up or sign in to vote.
5.00/5 (13 votes)
8 Aug 2012CPOL16 min read 67.3K   2.3K   51  
IceCream1945 is a demonstration of XNA and the IceCream 2D library in a 2D top-down scrolling shooter similar to 1942 for the NES.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IceCream1945", "IceCream1945\IceCream1945\IceCream1945.csproj", "{0526DECB-94E4-4498-809C-2A4ACCE26A68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IceCream1945Content", "IceCream1945\IceCream1945Content\IceCream1945Content.contentproj", "{077B11E1-C98C-418C-BD08-7B39FE286D30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IceCream", "..\IceCream\XNA4\IceCream\IceCream.csproj", "{F69EE070-16E6-420E-BCF4-B9B809DCF87D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Milkshake", "..\IceCream\XNA4\Milkshake\Milkshake.csproj", "{801E92B0-D38F-487B-A612-67480344B5ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MilkshakeLibrary", "..\IceCream\XNA4\MilkshakeLibrary\MilkshakeLibrary.csproj", "{FDA579D2-BEDF-47DF-A638-CC172B7CC3E5}"
EndProject
Global
	GlobalSection(SubversionScc) = preSolution
		Svn-Managed = True
		Manager = AnkhSVN - Subversion Support for Visual Studio
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		DEMO|x86 = DEMO|x86
		Release|x86 = Release|x86
		XnaTouchRelease|x86 = XnaTouchRelease|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{0526DECB-94E4-4498-809C-2A4ACCE26A68}.Debug|x86.ActiveCfg = Debug|x86
		{0526DECB-94E4-4498-809C-2A4ACCE26A68}.Debug|x86.Build.0 = Debug|x86
		{0526DECB-94E4-4498-809C-2A4ACCE26A68}.DEMO|x86.ActiveCfg = Debug|x86
		{0526DECB-94E4-4498-809C-2A4ACCE26A68}.DEMO|x86.Build.0 = Debug|x86
		{0526DECB-94E4-4498-809C-2A4ACCE26A68}.Release|x86.ActiveCfg = Release|x86
		{0526DECB-94E4-4498-809C-2A4ACCE26A68}.Release|x86.Build.0 = Release|x86
		{0526DECB-94E4-4498-809C-2A4ACCE26A68}.XnaTouchRelease|x86.ActiveCfg = Release|x86
		{0526DECB-94E4-4498-809C-2A4ACCE26A68}.XnaTouchRelease|x86.Build.0 = Release|x86
		{077B11E1-C98C-418C-BD08-7B39FE286D30}.Debug|x86.ActiveCfg = Debug|x86
		{077B11E1-C98C-418C-BD08-7B39FE286D30}.DEMO|x86.ActiveCfg = Debug|x86
		{077B11E1-C98C-418C-BD08-7B39FE286D30}.Release|x86.ActiveCfg = Release|x86
		{077B11E1-C98C-418C-BD08-7B39FE286D30}.XnaTouchRelease|x86.ActiveCfg = Release|x86
		{F69EE070-16E6-420E-BCF4-B9B809DCF87D}.Debug|x86.ActiveCfg = Debug|x86
		{F69EE070-16E6-420E-BCF4-B9B809DCF87D}.Debug|x86.Build.0 = Debug|x86
		{F69EE070-16E6-420E-BCF4-B9B809DCF87D}.DEMO|x86.ActiveCfg = DEMO|x86
		{F69EE070-16E6-420E-BCF4-B9B809DCF87D}.DEMO|x86.Build.0 = DEMO|x86
		{F69EE070-16E6-420E-BCF4-B9B809DCF87D}.Release|x86.ActiveCfg = Release|x86
		{F69EE070-16E6-420E-BCF4-B9B809DCF87D}.Release|x86.Build.0 = Release|x86
		{F69EE070-16E6-420E-BCF4-B9B809DCF87D}.XnaTouchRelease|x86.ActiveCfg = XnaTouchRelease|x86
		{F69EE070-16E6-420E-BCF4-B9B809DCF87D}.XnaTouchRelease|x86.Build.0 = XnaTouchRelease|x86
		{801E92B0-D38F-487B-A612-67480344B5ED}.Debug|x86.ActiveCfg = Debug|x86
		{801E92B0-D38F-487B-A612-67480344B5ED}.Debug|x86.Build.0 = Debug|x86
		{801E92B0-D38F-487B-A612-67480344B5ED}.DEMO|x86.ActiveCfg = Debug|Any CPU
		{801E92B0-D38F-487B-A612-67480344B5ED}.DEMO|x86.Build.0 = Debug|Any CPU
		{801E92B0-D38F-487B-A612-67480344B5ED}.Release|x86.ActiveCfg = Release|x86
		{801E92B0-D38F-487B-A612-67480344B5ED}.Release|x86.Build.0 = Release|x86
		{801E92B0-D38F-487B-A612-67480344B5ED}.XnaTouchRelease|x86.ActiveCfg = Release|x86
		{801E92B0-D38F-487B-A612-67480344B5ED}.XnaTouchRelease|x86.Build.0 = Release|x86
		{FDA579D2-BEDF-47DF-A638-CC172B7CC3E5}.Debug|x86.ActiveCfg = Debug|x86
		{FDA579D2-BEDF-47DF-A638-CC172B7CC3E5}.Debug|x86.Build.0 = Debug|x86
		{FDA579D2-BEDF-47DF-A638-CC172B7CC3E5}.DEMO|x86.ActiveCfg = Debug|x86
		{FDA579D2-BEDF-47DF-A638-CC172B7CC3E5}.DEMO|x86.Build.0 = Debug|x86
		{FDA579D2-BEDF-47DF-A638-CC172B7CC3E5}.Release|x86.ActiveCfg = Release|x86
		{FDA579D2-BEDF-47DF-A638-CC172B7CC3E5}.Release|x86.Build.0 = Release|x86
		{FDA579D2-BEDF-47DF-A638-CC172B7CC3E5}.XnaTouchRelease|x86.ActiveCfg = Release|x86
		{FDA579D2-BEDF-47DF-A638-CC172B7CC3E5}.XnaTouchRelease|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)
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