diff options
Diffstat (limited to 'server/udm-server.project')
-rw-r--r-- | server/udm-server.project | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/server/udm-server.project b/server/udm-server.project new file mode 100644 index 0000000..9a2b1b2 --- /dev/null +++ b/server/udm-server.project @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CodeLite_Project Name="udm-server"> + <Plugins> + <Plugin Name="CMakePlugin"> + <![CDATA[[{ + "name": "Debug", + "enabled": false, + "buildDirectory": "build", + "sourceDirectory": "$(ProjectPath)", + "generator": "", + "buildType": "", + "arguments": [], + "parentProject": "" + }]]]> + </Plugin> + <Plugin Name="qmake"> + <![CDATA[00010001N0005Debug000000000000]]> + </Plugin> + </Plugins> + <Description/> + <Dependencies/> + <VirtualDirectory Name="src"> + <File Name="../protocol/udm.pb.cc"/> + <File Name="src/api_core.cpp"/> + <File Name="src/client.cpp"/> + <File Name="src/main.cpp"/> + <File Name="src/modules_handler.cpp"/> + <File Name="src/protocol.cpp"/> + <File Name="src/server.cpp"/> + <File Name="src/server_session.cpp"/> + <File Name="src/utilities.cpp"/> + </VirtualDirectory> + <VirtualDirectory Name="include"> + <File Name="../protocol/udm.pb.h"/> + <File Name="include/api_core.h"/> + <File Name="include/api_module_base.h"/> + <File Name="include/api_module_downloader.h"/> + <File Name="include/api_module_metadata_storage.h"/> + <File Name="include/client.h"/> + <File Name="include/config.h"/> + <File Name="include/download_internal.h"/> + <File Name="include/main.h"/> + <File Name="include/modules_handler.h"/> + <File Name="include/protocol.h"/> + <File Name="include/server.h"/> + <File Name="include/server_session.h"/> + <File Name="include/socket_wraper.h"/> + <File Name="include/utilities.h"/> + </VirtualDirectory> + <Dependencies Name="Debug"/> + <Settings Type="Executable"> + <GlobalSettings> + <Compiler Options="" C_Options="" Assembler=""> + <IncludePath Value="."/> + </Compiler> + <Linker Options=""> + <LibraryPath Value="."/> + </Linker> + <ResourceCompiler Options=""/> + </GlobalSettings> + <Configuration Name="Debug" CompilerType="GCC" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> + <Compiler Options="-std=c++11;-Wall;-g -Wall -DBOOST_LOG_DYN_LINK" C_Options="-std=c++11;-std=c99;-Wall;-g -Wall -DBOOST_LOG_DYN_LINK" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> + <IncludePath Value="include"/> + <IncludePath Value="include"/> + <IncludePath Value="../protocol"/> + </Compiler> + <Linker Options="-O0" Required="yes"> + <LibraryPath Value="."/> + <LibraryPath Value="Debug"/> + <Library Value="protobuf"/> + <Library Value="dl"/> + <Library Value="boost_system"/> + <Library Value="boost_filesystem"/> + <Library Value="boost_program_options"/> + <Library Value="boost_log"/> + <Library Value="pthread"/> + <Library Value="crypto"/> + <Library Value="ssl"/> + <Library Value="boost_random"/> + </Linker> + <ResourceCompiler Options="" Required="no"/> + <General OutputFile="bin/Debug/udm-server" IntermediateDirectory="./Debug" Command="./udm-server" CommandArguments="--run" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="bin/Debug" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> + <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> + <![CDATA[]]> + </Environment> + <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> + <DebuggerSearchPaths/> + <PostConnectCommands/> + <StartupCommands/> + </Debugger> + <PreBuild> + <Command Enabled="no">#[ -d ../protocol ] || mkdir ../protocol</Command> + <Command Enabled="no">#protoc --cpp_out=../protocol --proto_path=../protocol ../protocol/udm.proto</Command> + </PreBuild> + <PostBuild/> + <CustomBuild Enabled="no"> + <RebuildCommand/> + <CleanCommand/> + <BuildCommand/> + <PreprocessFileCommand/> + <SingleFileCommand/> + <MakefileGenerationCommand/> + <ThirdPartyToolName/> + <WorkingDirectory/> + </CustomBuild> + <AdditionalRules> + <CustomPostBuild/> + <CustomPreBuild/> + </AdditionalRules> + <Completion EnableCpp11="no" EnableCpp14="no"> + <ClangCmpFlagsC/> + <ClangCmpFlags/> + <ClangPP/> + <SearchPaths/> + </Completion> + </Configuration> + <Configuration Name="Release" CompilerType="GCC" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> + <Compiler Options="-O2 -Wall -DBOOST_LOG_DYN_LINK " C_Options="-O2 -Wall -DBOOST_LOG_DYN_LINK " Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> + <IncludePath Value="server/include"/> + <IncludePath Value="include"/> + <IncludePath Value="include"/> + <IncludePath Value="../protocol"/> + </Compiler> + <Linker Options="-s " Required="yes"> + <LibraryPath Value="."/> + <LibraryPath Value="Debug"/> + <Library Value="protobuf"/> + <Library Value="dl"/> + <Library Value="boost_system"/> + <Library Value="boost_filesystem"/> + <Library Value="boost_program_options"/> + <Library Value="boost_log"/> + <Library Value="pthread"/> + <Library Value="crypto"/> + <Library Value="ssl"/> + <Library Value="boost_random"/> + </Linker> + <ResourceCompiler Options="" Required="no"/> + <General OutputFile="bin/Release/udm-server" IntermediateDirectory="./Debug" Command="./udm-server" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="bin/Release" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> + <Environment EnvVarSetName="<Use Workspace Settings>" DbgSetName="<Use Global Settings>"> + <![CDATA[]]> + </Environment> + <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> + <DebuggerSearchPaths/> + <PostConnectCommands/> + <StartupCommands/> + </Debugger> + <PreBuild/> + <PostBuild/> + <CustomBuild Enabled="no"> + <RebuildCommand/> + <CleanCommand/> + <BuildCommand/> + <PreprocessFileCommand/> + <SingleFileCommand/> + <MakefileGenerationCommand/> + <ThirdPartyToolName/> + <WorkingDirectory/> + </CustomBuild> + <AdditionalRules> + <CustomPostBuild/> + <CustomPreBuild/> + </AdditionalRules> + <Completion EnableCpp11="no" EnableCpp14="no"> + <ClangCmpFlagsC/> + <ClangCmpFlags/> + <ClangPP/> + <SearchPaths/> + </Completion> + </Configuration> + </Settings> +</CodeLite_Project> |