From e33e19d0587146859d48a134ec9fd94e7b7ba5cd Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 8 Dec 2011 14:53:40 +0000 Subject: Initial upload --- NetEx/NetEx.vcxproj | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 NetEx/NetEx.vcxproj (limited to 'NetEx/NetEx.vcxproj') diff --git a/NetEx/NetEx.vcxproj b/NetEx/NetEx.vcxproj new file mode 100644 index 0000000..b5d391d --- /dev/null +++ b/NetEx/NetEx.vcxproj @@ -0,0 +1,153 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + + + + Application + + + StaticLibrary + false + MultiByte + + + StaticLibrary + false + MultiByte + + + + + + + + + + + + + + + + + + .\Debug\ + .\Debug\ + + + .\Release\ + .\Release\ + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + true + EditAndContinue + ../FoundationEx;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;SYNC_THREADS;%(PreprocessorDefinitions) + .\Debug\ + .\Debug\NetEx.pch + .\Debug\ + .\Debug\ + EnableFastChecks + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\NetEx.bsc + + + true + .\Debug\NetEx.lib + + + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../FoundationEx;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;SYNC_THREADS;%(PreprocessorDefinitions) + .\Release\ + .\Release\NetEx.pch + .\Release\ + .\Release\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\NetEx.bsc + + + true + .\Release\NetEx.lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1