From 42756ffc428100db786e56553f4e2ea4b50ba785 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Tue, 13 Mar 2018 12:55:07 +0100 Subject: Added client. --- PassCrackerClient/PassCrackerClient.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 PassCrackerClient/PassCrackerClient.sln (limited to 'PassCrackerClient/PassCrackerClient.sln') diff --git a/PassCrackerClient/PassCrackerClient.sln b/PassCrackerClient/PassCrackerClient.sln new file mode 100755 index 0000000..77d20b4 --- /dev/null +++ b/PassCrackerClient/PassCrackerClient.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27428.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PassCrackerClient", "PassCrackerClient\PassCrackerClient.csproj", "{7BC51616-6005-4C56-8AFC-71D495B9926B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7BC51616-6005-4C56-8AFC-71D495B9926B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7BC51616-6005-4C56-8AFC-71D495B9926B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7BC51616-6005-4C56-8AFC-71D495B9926B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7BC51616-6005-4C56-8AFC-71D495B9926B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1EED0474-D173-418C-9DC7-46790D8DEEBE} + EndGlobalSection +EndGlobal -- cgit v1.2.3