An Encrypted String Data Type for Visual Studio LightSwitch: Listing 4

Adding EncryptedString.

<ItemGroup>
  <ClientGeneratedReference Include="..\Blank.Client\$(ProjectPath)\Blank.Client.dll" />
  <ClientGeneratedReference Include="..\EncryptedString\$(ProjectPath)\EncryptedString.dll" />
  <ClientGeneratedReference Include="..\Blank.Common\$(ProjectPath)\Blank.Common.dll" />
  <ClientDebugOnlyReference Include=
    "..\Blank.ClientDesign\$(ProjectPath)\Blank.Client.Design.dll" />

  <IDEReference Include="..\Blank.Common\$(ProjectPath)\Blank.Common.dll" />
  <IDEReference Include="..\Blank.Design\$(ProjectPath)\Blank.Design.dll" />
  <IDEReference Include="..\EncryptedString\$(ProjectPath)\EncryptedString.dll" />

  <ServerGeneratedReference Include="..\Blank.Common\$(ProjectPath)\Blank.Common.dll" />
  <ServerGeneratedReference Include="..\Blank.Server\$(ProjectPath)\Blank.Server.dll" />
  <ServerGeneratedReference Include="..\EncryptedString\$(ProjectPath)\EncryptedString.dll" />
</ItemGroup>
<ItemGroup>
  <ProjectReference Include="..\EncryptedString\EncryptedString.vbproj">
    <Name>Blank.Server</Name>
  </ProjectReference>

About the Author

Joe Kunk is a Microsoft MVP in Visual Basic, three-time president of the Greater Lansing User Group for .NET, and developer for Dart Container Corporation of Mason, Michigan. He's been developing software for over 30 years and has worked in the education, government, financial and manufacturing industries. Kunk's co-authored the book "Professional DevExpress ASP.NET Controls" (Wrox Programmer to Programmer, 2009). He can be reached via email at [email protected].

comments powered by Disqus

Featured

Subscribe on YouTube