summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kaempf <kkaempf@novell.com>2009-07-14 08:50:33 +0000
committerKlaus Kaempf <kkaempf@novell.com>2009-07-14 08:50:33 +0000
commit474b0a795eb1cb6d4b50897ce3cfb199ba3c517d (patch)
treef99a0dcd95237967e0dfb6336db3cfc13ef9da0b
parentfb1a781bb7e270f3345f1fa7e623bb30d5a0747c (diff)
downloadwsmancli-474b0a795eb1cb6d4b50897ce3cfb199ba3c517d.tar.gz
wsmancli-474b0a795eb1cb6d4b50897ce3cfb199ba3c517d.tar.xz
wsmancli-474b0a795eb1cb6d4b50897ce3cfb199ba3c517d.zip
Windows Visual Studio 2005 project files for wsmancli and wseventmgr
Contributed by Chris_Poblete@Dell.com
-rw-r--r--README.WIN7
-rwxr-xr-xwseventmgr.vcproj205
-rwxr-xr-xwsmancli.sln26
-rwxr-xr-xwsmancli.vcproj205
4 files changed, 443 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="wseventmgr"
+ ProjectGUID="{D4801079-B1C1-43D4-86D5-BECB98508041}"
+ RootNamespace="wseventmgr"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="$(OpenWsmanDir)\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PACKAGE_VERSION=2.1.0"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="crypt32.lib Rpcrt4.lib Ws2_32.lib WinHTTP.lib OpenWsmanLibD.lib"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="$(OpenWsmanDir)\lib;$(MSSDK)\Lib"
+ IgnoreDefaultLibraryNames="LIBCMTD"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(OpenWsmanDir)\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;PACKAGE_VERSION=2.1.0"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="crypt32.lib Rpcrt4.lib Ws2_32.lib WinHTTP.lib OpenWsmanLib.lib"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="$(OpenWsmanDir)\lib;$(MSSDK)\Lib"
+ IgnoreDefaultLibraryNames="LIBCMT"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\src\wseventmgr.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
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 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="wsmancli"
+ ProjectGUID="{A049E320-E5BC-497B-839B-4AA781EC11ED}"
+ RootNamespace="wsmancli"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="$(OpenWsmanDir)\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PACKAGE_VERSION=2.1.0"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="crypt32.lib Rpcrt4.lib Ws2_32.lib WinHTTP.lib OpenWsmanLibD.lib"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="$(OpenWsmanDir)\lib;$(MSSDK)\Lib"
+ IgnoreDefaultLibraryNames="LIBCMTD"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(OpenWsmanDir)\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;PACKAGE_VERSION=2.1.0"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="crypt32.lib Rpcrt4.lib Ws2_32.lib WinHTTP.lib OpenWsmanLib.lib"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="$(OpenWsmanDir)\lib;$(MSSDK)\Lib"
+ IgnoreDefaultLibraryNames="LIBCMT"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\src\wsman.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>