Click here to Skip to main content
15,881,882 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 158.9K   3.1K   139  
A password safe with a touch screen UI introducing Fluid Controls.
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{AEBF7FA3-E24B-4380-A347-0C63E6407D6C}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>PasswordSafe</RootNamespace>
    <AssemblyName>PasswordSafe</AssemblyName>
    <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <PlatformFamilyName>PocketPC</PlatformFamilyName>
    <PlatformID>b2c48bd2-963d-4549-9169-1fa021dce484</PlatformID>
    <OSVersion>5.2</OSVersion>
    <DeployDirSuffix>PasswordSafe</DeployDirSuffix>
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    <NativePlatformName>Windows Mobile 6 Professional SDK</NativePlatformName>
    <FormFactorID>
    </FormFactorID>
    <SccProjectName>SAK</SccProjectName>
    <SccLocalPath>SAK</SccLocalPath>
    <SccAuxPath>SAK</SccAuxPath>
    <SccProvider>SAK</SccProvider>
    <ApplicationIcon>security.ico</ApplicationIcon>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <FileAlignment>512</FileAlignment>
    <WarningLevel>4</WarningLevel>
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <FileAlignment>512</FileAlignment>
    <WarningLevel>4</WarningLevel>
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Microsoft.WindowsCE.Forms" />
    <Reference Include="mscorlib" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Browser.cs">
    </Compile>
    <Compile Include="ButtonsPanel.cs" />
    <Compile Include="CategoriesPanel.cs" />
    <Compile Include="Classes\CategoryListBoxItem.cs" />
    <Compile Include="Classes\DataReader.cs" />
    <Compile Include="Classes\NotifyItemBase.cs" />
    <Compile Include="Classes\NotifyList.cs" />
    <Compile Include="Encryption\Encryptor.cs" />
    <Compile Include="ListBoxes\CategoriesListBox.cs" />
    <Compile Include="ListBoxes\CategoryListBox.cs" />
    <Compile Include="ListBoxes\PasswordsListBox.cs" />
    <Compile Include="Classes\ListBuilder.cs" />
    <Compile Include="Classes\NameValue.cs" />
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="SearchPanel.cs" />
    <Compile Include="Templates\SelectCategoryTemplate.cs" />
    <Compile Include="Themes\Theme.cs" />
    <Compile Include="ListBoxes\DetailListBox.cs" />
    <Compile Include="EventArgs\PasswordEventArgs.cs" />
    <Compile Include="PasswordForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="PasswordForm.Designer.cs">
      <DependentUpon>PasswordForm.cs</DependentUpon>
    </Compile>
    <Compile Include="LoginPanel.cs" />
    <Compile Include="Pages.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="PasswordForm.resx">
      <DependentUpon>PasswordForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <SubType>Designer</SubType>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <Compile Include="ListBoxes\ListBoxBase.cs" />
    <Compile Include="Templates\CategoryTemplate.cs" />
    <Compile Include="Templates\DetailTemplate.cs" />
    <Compile Include="Templates\PasswordTemplate.cs" />
    <Compile Include="Themes\DefaultTheme.cs" />
    <Compile Include="WelcomeScreen.cs" />
    <Compile Include="Xml\FieldInfo.cs" />
    <Compile Include="Classes\PWNameValue.cs" />
    <Compile Include="Classes\PasswordCategory.cs" />
    <Compile Include="Classes\PasswordData.cs" />
    <Compile Include="Xml\PasswordReader.cs" />
    <Compile Include="Xml\PasswordWriter.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Fluditity\Fluid.csproj">
      <Project>{D0D0BD1A-5EF2-44B7-9489-3CD7C6ABCB98}</Project>
      <Name>Fluid</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Resources\Categories.xml" />
    <Content Include="Resources\lock.bmp" />
    <Content Include="Resources\minus.png" />
    <Content Include="Resources\props.bmp" />
    <Content Include="Resources\save.bmp" />
    <Content Include="Resources\saved.bmp" />
    <Content Include="Resources\search.bmp" />
    <Content Include="Resources\searchd.bmp" />
    <Content Include="Resources\undo24.bmp" />
    <Content Include="Resources\undo24_d.bmp" />
    <Content Include="Resources\Untitled.png" />
    <Content Include="security.ico" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
        <HostingProcess disable="1" />
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

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