Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Commit

Permalink
Initial upload of beta version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmackie committed Jul 27, 2010
1 parent 9718a9f commit 583a980
Show file tree
Hide file tree
Showing 33 changed files with 17,370 additions and 0 deletions.
41 changes: 41 additions & 0 deletions Authenticator.sln
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,41 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticator", "Authenticator\Authenticator.csproj", "{EAF2D5CE-D817-453A-8A32-3D531570AE04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinAuth", "winauth\WinAuth.csproj", "{AE0E0B45-A1FB-41C9-8889-56BBB2D1DDD7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Debug|Any CPU.ActiveCfg = Debug|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Debug|Mixed Platforms.Build.0 = Debug|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Debug|x86.ActiveCfg = Debug|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Debug|x86.Build.0 = Debug|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Release|Any CPU.ActiveCfg = Release|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Release|Mixed Platforms.ActiveCfg = Release|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Release|Mixed Platforms.Build.0 = Release|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Release|x86.ActiveCfg = Release|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Release|x86.Build.0 = Release|x86
{AE0E0B45-A1FB-41C9-8889-56BBB2D1DDD7}.Debug|Any CPU.ActiveCfg = Debug|x86
{AE0E0B45-A1FB-41C9-8889-56BBB2D1DDD7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{AE0E0B45-A1FB-41C9-8889-56BBB2D1DDD7}.Debug|Mixed Platforms.Build.0 = Debug|x86
{AE0E0B45-A1FB-41C9-8889-56BBB2D1DDD7}.Debug|x86.ActiveCfg = Debug|x86
{AE0E0B45-A1FB-41C9-8889-56BBB2D1DDD7}.Debug|x86.Build.0 = Debug|x86
{AE0E0B45-A1FB-41C9-8889-56BBB2D1DDD7}.Release|Any CPU.ActiveCfg = Release|x86
{AE0E0B45-A1FB-41C9-8889-56BBB2D1DDD7}.Release|Mixed Platforms.ActiveCfg = Release|x86
{AE0E0B45-A1FB-41C9-8889-56BBB2D1DDD7}.Release|Mixed Platforms.Build.0 = Release|x86
{AE0E0B45-A1FB-41C9-8889-56BBB2D1DDD7}.Release|x86.ActiveCfg = Release|x86
{AE0E0B45-A1FB-41C9-8889-56BBB2D1DDD7}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 583a980

Please sign in to comment.