From b28417c3a3239ba3d2272d05002edaf359e02ae5 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Fri, 9 Dec 2011 16:59:33 +0100 Subject: [PATCH] Added visual studio project file for mod_example. --- .../plugins/mod_example/mod_example.vcxproj | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 vs2010/plugins/mod_example/mod_example.vcxproj diff --git a/vs2010/plugins/mod_example/mod_example.vcxproj b/vs2010/plugins/mod_example/mod_example.vcxproj new file mode 100644 index 0000000..24336ca --- /dev/null +++ b/vs2010/plugins/mod_example/mod_example.vcxproj @@ -0,0 +1,85 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {9BBAEFDA-8E0E-4E7F-B8B6-0050432FC45B} + Win32Proj + mod_example + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + true + $(SolutionDir)..\src;$(IncludePath) + $(SolutionDir)vs2010\$(Configuration);$(LibraryPath) + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXAMPLE_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + $(SolutionDir)\$(Configuration)\uhub_utils.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_EXAMPLE_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + \ No newline at end of file