From edab378b1172ffa1846239efa5e42cccc76e13e3 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 12 Mar 2013 17:28:51 +0100 Subject: [PATCH] Add missing VS project files. --- .../replication/replication.vcxproj.filters | 32 ++++ tools/mkembedconfig.vcxproj | 151 ++++++++++++++++++ tools/mkembedconfig.vcxproj.filters | 22 +++ 3 files changed, 205 insertions(+) create mode 100644 components/replication/replication.vcxproj.filters create mode 100644 tools/mkembedconfig.vcxproj create mode 100644 tools/mkembedconfig.vcxproj.filters diff --git a/components/replication/replication.vcxproj.filters b/components/replication/replication.vcxproj.filters new file mode 100644 index 000000000..0b5d123b2 --- /dev/null +++ b/components/replication/replication.vcxproj.filters @@ -0,0 +1,32 @@ + + + + + Headerdateien + + + Headerdateien + + + + + {85c17050-f3b5-4dbe-9d86-2c4838ddd7e0} + + + {0caf70c2-14a5-4d97-a2d0-0afbe6028b49} + + + + + Quelldateien + + + Quelldateien + + + + + Quelldateien + + + \ No newline at end of file diff --git a/tools/mkembedconfig.vcxproj b/tools/mkembedconfig.vcxproj new file mode 100644 index 000000000..bcc3b94db --- /dev/null +++ b/tools/mkembedconfig.vcxproj @@ -0,0 +1,151 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {D5EE8062-8FC5-40E8-81C0-B435B06AB311} + Win32Proj + mkembedconfig + + + + Application + true + MultiByte + + + Application + true + MultiByte + + + Application + false + true + MultiByte + + + Application + false + true + MultiByte + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/tools/mkembedconfig.vcxproj.filters b/tools/mkembedconfig.vcxproj.filters new file mode 100644 index 000000000..4ef62086c --- /dev/null +++ b/tools/mkembedconfig.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {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 + + + + + Quelldateien + + + \ No newline at end of file -- 2.40.0