This commit is contained in:
Joe
2019-01-04 20:11:55 -06:00
commit 587e11a6e8
23 changed files with 891 additions and 0 deletions

22
AppPoolRecycler.sln Normal file
View File

@@ -0,0 +1,22 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AppPoolRecycler", "AppPoolRecycler\AppPoolRecycler.vbproj", "{2F8ADCFA-52FD-4BAA-B551-0EC614B7DEB2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F8ADCFA-52FD-4BAA-B551-0EC614B7DEB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F8ADCFA-52FD-4BAA-B551-0EC614B7DEB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F8ADCFA-52FD-4BAA-B551-0EC614B7DEB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F8ADCFA-52FD-4BAA-B551-0EC614B7DEB2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal