Index: ch.vc110.sln
===================================================================
diff -u -rdd61ac70dd276425fe97970b49b6854d02bfcc87 -rd24ff711b841cd4f458f775e53fe49beaac76f25
--- ch.vc110.sln (.../ch.vc110.sln) (revision dd61ac70dd276425fe97970b49b6854d02bfcc87)
+++ ch.vc110.sln (.../ch.vc110.sln) (revision d24ff711b841cd4f458f775e53fe49beaac76f25)
@@ -18,6 +18,8 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmock", "ext\gmock\gmock.vcxproj", "{D98F2D98-2352-4303-93EE-A5430C4E98AB}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chcmd", "src\chcmd\chcmd.vc110.vcxproj", "{51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -166,6 +168,22 @@
{D98F2D98-2352-4303-93EE-A5430C4E98AB}.ReleaseTests|Win32.Build.0 = Release|Win32
{D98F2D98-2352-4303-93EE-A5430C4E98AB}.ReleaseTests|x64.ActiveCfg = Release|x64
{D98F2D98-2352-4303-93EE-A5430C4E98AB}.ReleaseTests|x64.Build.0 = Release|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Debug|Win32.ActiveCfg = Debug|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Debug|Win32.Build.0 = Debug|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Debug|x64.ActiveCfg = Debug|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Debug|x64.Build.0 = Debug|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.DebugTests|Win32.ActiveCfg = Debug|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.DebugTests|Win32.Build.0 = Debug|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.DebugTests|x64.ActiveCfg = Debug|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.DebugTests|x64.Build.0 = Debug|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Release|Win32.ActiveCfg = Release|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Release|Win32.Build.0 = Release|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Release|x64.ActiveCfg = Release|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Release|x64.Build.0 = Release|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.ReleaseTests|Win32.ActiveCfg = Release|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.ReleaseTests|Win32.Build.0 = Release|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.ReleaseTests|x64.ActiveCfg = Release|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.ReleaseTests|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Index: ch.vc90.sln
===================================================================
diff -u -r409a0af1e9fdea72ca016118d76a5a95e53496e8 -rd24ff711b841cd4f458f775e53fe49beaac76f25
--- ch.vc90.sln (.../ch.vc90.sln) (revision 409a0af1e9fdea72ca016118d76a5a95e53496e8)
+++ ch.vc90.sln (.../ch.vc90.sln) (revision d24ff711b841cd4f458f775e53fe49beaac76f25)
@@ -36,6 +36,8 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmock", "ext\gmock\gmock.vcproj", "{D98F2D98-2352-4303-93EE-A5430C4E98AB}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chcmd", "src\chcmd\chcmd.vc90.vcproj", "{51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -184,6 +186,20 @@
{D98F2D98-2352-4303-93EE-A5430C4E98AB}.ReleaseTests|Win32.Build.0 = Release|Win32
{D98F2D98-2352-4303-93EE-A5430C4E98AB}.ReleaseTests|x64.ActiveCfg = Release|x64
{D98F2D98-2352-4303-93EE-A5430C4E98AB}.ReleaseTests|x64.Build.0 = Release|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Debug|Win32.ActiveCfg = Debug|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Debug|Win32.Build.0 = Debug|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Debug|x64.ActiveCfg = Debug|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Debug|x64.Build.0 = Debug|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.DebugTests|Win32.ActiveCfg = Debug|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.DebugTests|Win32.Build.0 = Debug|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.DebugTests|x64.ActiveCfg = Debug|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Release|Win32.ActiveCfg = Release|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Release|Win32.Build.0 = Release|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Release|x64.ActiveCfg = Release|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.Release|x64.Build.0 = Release|x64
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.ReleaseTests|Win32.ActiveCfg = Release|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.ReleaseTests|Win32.Build.0 = Release|Win32
+ {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C}.ReleaseTests|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Index: src/chcmd/ReadMe.txt
===================================================================
diff -u
--- src/chcmd/ReadMe.txt (revision 0)
+++ src/chcmd/ReadMe.txt (revision d24ff711b841cd4f458f775e53fe49beaac76f25)
@@ -0,0 +1,33 @@
+========================================================================
+ CONSOLE APPLICATION : chcmd Project Overview
+========================================================================
+
+AppWizard has created this chcmd application for you.
+
+This file contains a summary of what you will find in each of the files that
+make up your chcmd application.
+
+
+chcmd.vcproj
+ This is the main project file for VC++ projects generated using an Application Wizard.
+ It contains information about the version of Visual C++ that generated the file, and
+ information about the platforms, configurations, and project features selected with the
+ Application Wizard.
+
+chcmd.cpp
+ This is the main application source file.
+
+/////////////////////////////////////////////////////////////////////////////
+Other standard files:
+
+StdAfx.h, StdAfx.cpp
+ These files are used to build a precompiled header (PCH) file
+ named chcmd.pch and a precompiled types file named StdAfx.obj.
+
+/////////////////////////////////////////////////////////////////////////////
+Other notes:
+
+AppWizard uses "TODO:" comments to indicate parts of the source code you
+should add to or customize.
+
+/////////////////////////////////////////////////////////////////////////////
Index: src/chcmd/chcmd.cpp
===================================================================
diff -u
--- src/chcmd/chcmd.cpp (revision 0)
+++ src/chcmd/chcmd.cpp (revision d24ff711b841cd4f458f775e53fe49beaac76f25)
@@ -0,0 +1,12 @@
+// chcmd.cpp : Defines the entry point for the console application.
+//
+
+#include "stdafx.h"
+
+
+int _tmain(int argc, _TCHAR* argv[])
+{
+ argc; argv;
+ return 0;
+}
+
Index: src/chcmd/chcmd.vc110.vcproj
===================================================================
diff -u
--- src/chcmd/chcmd.vc110.vcproj (revision 0)
+++ src/chcmd/chcmd.vc110.vcproj (revision d24ff711b841cd4f458f775e53fe49beaac76f25)
@@ -0,0 +1,399 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: src/chcmd/chcmd.vc90.vcproj
===================================================================
diff -u
--- src/chcmd/chcmd.vc90.vcproj (revision 0)
+++ src/chcmd/chcmd.vc90.vcproj (revision d24ff711b841cd4f458f775e53fe49beaac76f25)
@@ -0,0 +1,407 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: src/chcmd/stdafx.cpp
===================================================================
diff -u
--- src/chcmd/stdafx.cpp (revision 0)
+++ src/chcmd/stdafx.cpp (revision d24ff711b841cd4f458f775e53fe49beaac76f25)
@@ -0,0 +1,8 @@
+// stdafx.cpp : source file that includes just the standard includes
+// chcmd.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file
Index: src/chcmd/stdafx.h
===================================================================
diff -u
--- src/chcmd/stdafx.h (revision 0)
+++ src/chcmd/stdafx.h (revision d24ff711b841cd4f458f775e53fe49beaac76f25)
@@ -0,0 +1,15 @@
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#pragma once
+
+#include "targetver.h"
+
+#include
+#include
+
+
+
+// TODO: reference additional headers your program requires here
Index: src/chcmd/targetver.h
===================================================================
diff -u
--- src/chcmd/targetver.h (revision 0)
+++ src/chcmd/targetver.h (revision d24ff711b841cd4f458f775e53fe49beaac76f25)
@@ -0,0 +1,13 @@
+#pragma once
+
+// The following macros define the minimum required platform. The minimum required platform
+// is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
+// your application. The macros work by enabling all features available on platform versions up to and
+// including the version specified.
+
+// Modify the following defines if you have to target a platform prior to the ones specified below.
+// Refer to MSDN for the latest info on corresponding values for different platforms.
+#ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
+#define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
+#endif
+