Click here to Skip to main content
15,891,248 members
Articles / Mobile Apps / Windows Phone 7

(Memory and Resource) Leak Detection for WinCE

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
23 May 2012CPOL12 min read 55.1K   844   15  
This is an alternative for "Memory leak detection for WinCE".

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SergeantKolja_CodeProject_Sample1", "SergeantKolja_CodeProject_Sample1.vcproj", "{7667041D-A60C-4A09-B54A-0734229CA44A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SergeantKolja_CodeProject_Sample1_WCE", "SergeantKolja_CodeProject_Sample1_WCE.vcproj", "{55E8E999-B831-4A0C-933A-EE137FB55CD9}"
EndProject
Global
	GlobalSection(SubversionScc) = preSolution
		Svn-Managed = True
		Manager = AnkhSVN - Subversion Support for Visual Studio
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|Pocket PC 2003 (ARMV4) = Debug|Pocket PC 2003 (ARMV4)
		Debug|Win32 = Debug|Win32
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|Pocket PC 2003 (ARMV4) = Release|Pocket PC 2003 (ARMV4)
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Debug|Mixed Platforms.Build.0 = Debug|Win32
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Win32
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Debug|Pocket PC 2003 (ARMV4).Build.0 = Debug|Win32
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Debug|Win32.ActiveCfg = Debug|Win32
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Debug|Win32.Build.0 = Debug|Win32
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Release|Mixed Platforms.ActiveCfg = Release|Win32
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Release|Mixed Platforms.Build.0 = Release|Win32
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = Release|Win32
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Release|Pocket PC 2003 (ARMV4).Build.0 = Release|Win32
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Release|Win32.ActiveCfg = Release|Win32
		{7667041D-A60C-4A09-B54A-0734229CA44A}.Release|Win32.Build.0 = Release|Win32
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Debug|Mixed Platforms.ActiveCfg = Debug|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Debug|Mixed Platforms.Build.0 = Debug|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Debug|Mixed Platforms.Deploy.0 = Debug|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Debug|Pocket PC 2003 (ARMV4).Build.0 = Debug|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Debug|Pocket PC 2003 (ARMV4).Deploy.0 = Debug|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Debug|Win32.ActiveCfg = Debug|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Release|Mixed Platforms.ActiveCfg = Release|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Release|Mixed Platforms.Build.0 = Release|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Release|Mixed Platforms.Deploy.0 = Release|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = Release|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Release|Pocket PC 2003 (ARMV4).Build.0 = Release|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Release|Pocket PC 2003 (ARMV4).Deploy.0 = Release|Pocket PC 2003 (ARMV4)
		{55E8E999-B831-4A0C-933A-EE137FB55CD9}.Release|Win32.ActiveCfg = Release|Pocket PC 2003 (ARMV4)
	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
Tester / Quality Assurance
Aruba Aruba
Did a lot of work in Meduna and Cambria. Mostly bug hunting in the whole little country. Repaired some windows there.

Comments and Discussions