Index: src/chcmd/chcmd.vc110.vcxproj =================================================================== diff -u -N --- src/chcmd/chcmd.vc110.vcxproj (revision 0) +++ src/chcmd/chcmd.vc110.vcxproj (revision 7a77c54ac10b360b4e0562c95c57b50c7daa20eb) @@ -0,0 +1,198 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + chcmd + {51018F43-12D4-4A47-9F71-5E1A8CE3EA0C} + chcmd + Win32Proj + + + + Application + v110 + Unicode + true + + + Application + v110 + Unicode + + + Application + v110 + Unicode + true + + + Application + v110 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>11.0.51106.1 + + + $(SolutionDir)bin-vc110\$(Configuration)\ + $(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\ + true + $(ProjectName)d + + + $(SolutionDir)bin-vc110\$(Configuration)\ + $(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\ + false + + + $(SolutionDir)bin-vc110\$(Configuration)\ + $(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\ + true + $(ProjectName)64d + + + $(SolutionDir)bin-vc110\$(Configuration)\ + $(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\ + false + $(ProjectName)64 + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + $(IntDir)$(TargetName)_vs90.pdb + Level4 + true + EditAndContinue + + + true + Console + MachineX86 + + + + + MaxSpeed + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + Use + $(IntDir)$(TargetName)_vs90.pdb + Level4 + true + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + $(IntDir)$(TargetName)_vs90.pdb + Level4 + true + ProgramDatabase + + + true + Console + MachineX64 + 6.01 + + + + + X64 + + + MaxSpeed + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + Use + $(IntDir)$(TargetName)_vs90.pdb + Level4 + true + ProgramDatabase + + + true + Console + true + true + MachineX64 + + + + + + Create + Create + Create + Create + + + + + + + + + + + + + \ No newline at end of file Index: src/chcmd/chcmd.vc110.vcxproj.filters =================================================================== diff -u -N --- src/chcmd/chcmd.vc110.vcxproj.filters (revision 0) +++ src/chcmd/chcmd.vc110.vcxproj.filters (revision 7a77c54ac10b360b4e0562c95c57b50c7daa20eb) @@ -0,0 +1,36 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + + \ No newline at end of file