This commit is contained in:
2014-10-02 09:04:13 +00:00
commit ea86488e44
11 changed files with 633 additions and 0 deletions

20
WebChecker.sln Normal file
View File

@@ -0,0 +1,20 @@
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebChecker", "WebChecker.csproj", "{E4C4528C-6CCF-44EF-8A3C-96BBFFBA12FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4C4528C-6CCF-44EF-8A3C-96BBFFBA12FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4C4528C-6CCF-44EF-8A3C-96BBFFBA12FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4C4528C-6CCF-44EF-8A3C-96BBFFBA12FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4C4528C-6CCF-44EF-8A3C-96BBFFBA12FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal