summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Kottler <shk@redhat.com>2013-06-30 21:50:24 -0400
committerSam Kottler <shk@redhat.com>2013-06-30 21:50:24 -0400
commit17876fbff1d3742cd6b6b2ac75aa2b5b88b8e23b (patch)
tree968eff27c125bdcda5a5c119405d7e369d008b51
parent1ded834981352e2f822912c83617841f85ea6470 (diff)
downloadwsmancli-17876fbff1d3742cd6b6b2ac75aa2b5b88b8e23b.tar.gz
wsmancli-17876fbff1d3742cd6b6b2ac75aa2b5b88b8e23b.tar.xz
wsmancli-17876fbff1d3742cd6b6b2ac75aa2b5b88b8e23b.zip
Removed more windows junk
-rw-r--r--README.WIN7
-rwxr-xr-xwseventmgr.vcproj205
-rwxr-xr-xwsmancli.sln26
-rwxr-xr-xwsmancli.vcproj205
4 files changed, 0 insertions, 443 deletions
diff --git a/README.WIN b/README.WIN
deleted file mode 100644
index e17d18d..0000000
--- a/README.WIN
+++ /dev/null
@@ -1,7 +0,0 @@
-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
deleted file mode 100755
index bbfb480..0000000
--- a/wseventmgr.vcproj
+++ /dev/null
@@ -1,205 +0,0 @@
-<?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
deleted file mode 100755
index b005192..0000000
--- a/wsmancli.sln
+++ /dev/null
@@ -1,26 +0,0 @@
-
-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
deleted file mode 100755
index a012495..0000000
--- a/wsmancli.vcproj
+++ /dev/null
@@ -1,205 +0,0 @@
-<?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>