From 474b0a795eb1cb6d4b50897ce3cfb199ba3c517d Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Tue, 14 Jul 2009 08:50:33 +0000 Subject: Windows Visual Studio 2005 project files for wsmancli and wseventmgr Contributed by Chris_Poblete@Dell.com --- README.WIN | 7 ++ wseventmgr.vcproj | 205 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ wsmancli.sln | 26 +++++++ wsmancli.vcproj | 205 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 443 insertions(+) create mode 100644 README.WIN create mode 100755 wseventmgr.vcproj create mode 100755 wsmancli.sln create mode 100755 wsmancli.vcproj diff --git a/README.WIN b/README.WIN new file mode 100644 index 0000000..e17d18d --- /dev/null +++ b/README.WIN @@ -0,0 +1,7 @@ +README for wsmancli on Windows +------------------------------ + +wsmancli.vcproj, wseventmgr.vcproj, and wsmancli.sln are +project files for Visual Studio 2005 (VS2005). + +You can open these in VS2008 which will do a conversion. diff --git a/wseventmgr.vcproj b/wseventmgr.vcproj new file mode 100755 index 0000000..bbfb480 --- /dev/null +++ b/wseventmgr.vcproj @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wsmancli.sln b/wsmancli.sln new file mode 100755 index 0000000..b005192 --- /dev/null +++ b/wsmancli.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wsmancli", "wsmancli.vcproj", "{A049E320-E5BC-497B-839B-4AA781EC11ED}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wseventmgr", "wseventmgr.vcproj", "{D4801079-B1C1-43D4-86D5-BECB98508041}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A049E320-E5BC-497B-839B-4AA781EC11ED}.Debug|Win32.ActiveCfg = Debug|Win32 + {A049E320-E5BC-497B-839B-4AA781EC11ED}.Debug|Win32.Build.0 = Debug|Win32 + {A049E320-E5BC-497B-839B-4AA781EC11ED}.Release|Win32.ActiveCfg = Release|Win32 + {A049E320-E5BC-497B-839B-4AA781EC11ED}.Release|Win32.Build.0 = Release|Win32 + {D4801079-B1C1-43D4-86D5-BECB98508041}.Debug|Win32.ActiveCfg = Debug|Win32 + {D4801079-B1C1-43D4-86D5-BECB98508041}.Debug|Win32.Build.0 = Debug|Win32 + {D4801079-B1C1-43D4-86D5-BECB98508041}.Release|Win32.ActiveCfg = Release|Win32 + {D4801079-B1C1-43D4-86D5-BECB98508041}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/wsmancli.vcproj b/wsmancli.vcproj new file mode 100755 index 0000000..a012495 --- /dev/null +++ b/wsmancli.vcproj @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit