From cbaa8d89a9f1c0a00d816f8f865541ea27e10b7f Mon Sep 17 00:00:00 2001 From: Liang Hou Date: Fri, 21 Dec 2007 08:42:24 +0000 Subject: add wsman .net project files --- winwsman/winwsman.sln | 20 +++++ winwsman/winwsman.vcproj | 204 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 224 insertions(+) create mode 100755 winwsman/winwsman.sln create mode 100755 winwsman/winwsman.vcproj diff --git a/winwsman/winwsman.sln b/winwsman/winwsman.sln new file mode 100755 index 0000000..bcdf2e6 --- /dev/null +++ b/winwsman/winwsman.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winwsman", "winwsman.vcproj", "{4F56E144-50DF-472F-B195-AC78D5E1011F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4F56E144-50DF-472F-B195-AC78D5E1011F}.Debug|Win32.ActiveCfg = Debug|Win32 + {4F56E144-50DF-472F-B195-AC78D5E1011F}.Debug|Win32.Build.0 = Debug|Win32 + {4F56E144-50DF-472F-B195-AC78D5E1011F}.Release|Win32.ActiveCfg = Release|Win32 + {4F56E144-50DF-472F-B195-AC78D5E1011F}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/winwsman/winwsman.vcproj b/winwsman/winwsman.vcproj new file mode 100755 index 0000000..f63e3f9 --- /dev/null +++ b/winwsman/winwsman.vcproj @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit