From 690ddd6e77b5aabe120b89f85c0eb0fdd3770e98 Mon Sep 17 00:00:00 2001 From: Tomas Davidovic Date: Wed, 22 Aug 2012 08:03:50 +0200 Subject: [PATCH] Added empty VS2010 project --- SmallVCM.sln | 20 ++++++++++ SmallVCM.vcxproj | 81 ++++++++++++++++++++++++++++++++++++++++ SmallVCM.vcxproj.filters | 17 +++++++++ 3 files changed, 118 insertions(+) create mode 100644 SmallVCM.sln create mode 100644 SmallVCM.vcxproj create mode 100644 SmallVCM.vcxproj.filters diff --git a/SmallVCM.sln b/SmallVCM.sln new file mode 100644 index 0000000..e10c25b --- /dev/null +++ b/SmallVCM.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SmallVCM", "SmallVCM.vcxproj", "{50BA09E6-1299-41FF-B89E-234A6A9EB55B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {50BA09E6-1299-41FF-B89E-234A6A9EB55B}.Debug|Win32.ActiveCfg = Debug|Win32 + {50BA09E6-1299-41FF-B89E-234A6A9EB55B}.Debug|Win32.Build.0 = Debug|Win32 + {50BA09E6-1299-41FF-B89E-234A6A9EB55B}.Release|Win32.ActiveCfg = Release|Win32 + {50BA09E6-1299-41FF-B89E-234A6A9EB55B}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/SmallVCM.vcxproj b/SmallVCM.vcxproj new file mode 100644 index 0000000..ed87939 --- /dev/null +++ b/SmallVCM.vcxproj @@ -0,0 +1,81 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {50BA09E6-1299-41FF-B89E-234A6A9EB55B} + Win32Proj + SmallVCM + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + \ No newline at end of file diff --git a/SmallVCM.vcxproj.filters b/SmallVCM.vcxproj.filters new file mode 100644 index 0000000..d7ef6a1 --- /dev/null +++ b/SmallVCM.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {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;mfcribbon-ms + + + \ No newline at end of file