Click here to Skip to main content
15,895,809 members
Articles / Mobile Apps

Windows Mobile Password Safe

Rate me:
Please Sign up or sign in to vote.
4.87/5 (58 votes)
12 Jan 2009CPOL16 min read 161.4K   3.1K   139  
A password safe with a touch screen UI introducing Fluid Controls.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PasswordSafe", "PasswordSafe\PasswordSafe.csproj", "{AEBF7FA3-E24B-4380-A347-0C63E6407D6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fluid", "Fluditity\Fluid.csproj", "{D0D0BD1A-5EF2-44B7-9489-3CD7C6ABCB98}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 3
		SccLocalPath0 = .
		SccProjectUniqueName1 = Fluditity\\Fluid.csproj
		SccLocalPath1 = .
		SccProjectFilePathRelativizedFromConnection1 = Fluditity\\
		SccProjectUniqueName2 = PasswordSafe\\PasswordSafe.csproj
		SccLocalPath2 = .
		SccProjectFilePathRelativizedFromConnection2 = PasswordSafe\\
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|mol = Debug|mol
		Release|Any CPU = Release|Any CPU
		Release|mol = Release|mol
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{AEBF7FA3-E24B-4380-A347-0C63E6407D6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{AEBF7FA3-E24B-4380-A347-0C63E6407D6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{AEBF7FA3-E24B-4380-A347-0C63E6407D6C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{AEBF7FA3-E24B-4380-A347-0C63E6407D6C}.Debug|mol.ActiveCfg = Debug|Any CPU
		{AEBF7FA3-E24B-4380-A347-0C63E6407D6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{AEBF7FA3-E24B-4380-A347-0C63E6407D6C}.Release|Any CPU.Build.0 = Release|Any CPU
		{AEBF7FA3-E24B-4380-A347-0C63E6407D6C}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{AEBF7FA3-E24B-4380-A347-0C63E6407D6C}.Release|mol.ActiveCfg = Release|Any CPU
		{D0D0BD1A-5EF2-44B7-9489-3CD7C6ABCB98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D0D0BD1A-5EF2-44B7-9489-3CD7C6ABCB98}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D0D0BD1A-5EF2-44B7-9489-3CD7C6ABCB98}.Debug|mol.ActiveCfg = Debug|Any CPU
		{D0D0BD1A-5EF2-44B7-9489-3CD7C6ABCB98}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D0D0BD1A-5EF2-44B7-9489-3CD7C6ABCB98}.Release|Any CPU.Build.0 = Release|Any CPU
		{D0D0BD1A-5EF2-44B7-9489-3CD7C6ABCB98}.Release|mol.ActiveCfg = Release|Any CPU
	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)
Germany Germany
MCPD
Enterprise Application Developer 3.5
Windows Developer 3.5
.ASP.NET Developer 3.5
.NET 2.0 Windows Developer
.NET 2.0 Web Developer
.NET 2.0 Enterprise Application Developer


MCTS
.NET 3.5 Windows Forms Applications
.NET 3.5 ASP.NET Applications
.NET 3.5, ADO.NET Application Development
.NET 3.5 WCF
.NET 3.5 WPF
.NET 3.5 WF
Microsoft SQL Server 2008, Database Development
.NET 2.0 Windows Applications
.NET 2.0 Web Applications
.NET 2.0 Distributed Applications
SQL Server 2005
Sharepoint Services 3.0 Application Development
Windows Vista Client Configuration

Comments and Discussions