144 lines
		
	
	
		
			5.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			144 lines
		
	
	
		
			5.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <CodeLite_Project Name="ServerCore" Version="10.0.0" InternalType="Library">
 | |
|   <Description/>
 | |
|   <Dependencies/>
 | |
|   <VirtualDirectory Name="src">
 | |
|     <File Name="Command.cpp"/>
 | |
|     <File Name="Command.h"/>
 | |
|     <File Name="ConsoleServer.cpp"/>
 | |
|     <File Name="ConsoleServer.h"/>
 | |
|     <File Name="ConsoleSession.cpp"/>
 | |
|     <File Name="ConsoleSession.h"/>
 | |
|     <File Name="EPoll.cpp"/>
 | |
|     <File Name="EPoll.h"/>
 | |
|     <File Name="includes"/>
 | |
|     <File Name="IPAddress.cpp"/>
 | |
|     <File Name="IPAddress.h"/>
 | |
|     <File Name="Object.h"/>
 | |
|     <File Name="ServerCore.txt"/>
 | |
|     <File Name="Session.cpp"/>
 | |
|     <File Name="Session.h"/>
 | |
|     <File Name="SessionFilter.h"/>
 | |
|     <File Name="Socket.cpp"/>
 | |
|     <File Name="Socket.h"/>
 | |
|     <File Name="TCPServerSocket.cpp"/>
 | |
|     <File Name="TCPServerSocket.h"/>
 | |
|     <File Name="TCPSocket.cpp"/>
 | |
|     <File Name="TCPSocket.h"/>
 | |
|     <File Name="Thread.cpp"/>
 | |
|     <File Name="Thread.h"/>
 | |
|     <File Name="Timer.cpp"/>
 | |
|     <File Name="Timer.h"/>
 | |
|     <File Name="TLSServerSocket.cpp"/>
 | |
|     <File Name="TLSServerSocket.h"/>
 | |
|     <File Name="TLSSession.cpp"/>
 | |
|     <File Name="TLSSession.h"/>
 | |
|     <File Name="UDPServerSocket.cpp"/>
 | |
|     <File Name="UDPServerSocket.h"/>
 | |
|     <File Name="UDPSocket.cpp"/>
 | |
|     <File Name="UDPSocket.h"/>
 | |
|     <File Name="CommandList.h"/>
 | |
|     <File Name="CommandList.cpp"/>
 | |
|     <File Name="TerminalSession.h"/>
 | |
|     <File Name="TerminalSession.cpp"/>
 | |
|     <File Name="Service.cpp"/>
 | |
|     <File Name="Service.h"/>
 | |
|     <File Name="IPAddressList.h"/>
 | |
|     <File Name="IPAddressList.cpp"/>
 | |
|     <File Name="ConsoleService.h"/>
 | |
|     <File Name="ConsoleService.cpp"/>
 | |
|   </VirtualDirectory>
 | |
|   <Dependencies Name="Debug"/>
 | |
|   <Dependencies Name="Release"/>
 | |
|   <Settings Type="Static Library">
 | |
|     <GlobalSettings>
 | |
|       <Compiler Options="" C_Options="" Assembler="">
 | |
|         <IncludePath Value="."/>
 | |
|       </Compiler>
 | |
|       <Linker Options="">
 | |
|         <LibraryPath Value="."/>
 | |
|       </Linker>
 | |
|       <ResourceCompiler Options=""/>
 | |
|     </GlobalSettings>
 | |
|     <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Static Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
 | |
|       <Compiler Options="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
 | |
|         <IncludePath Value="."/>
 | |
|         <IncludePath Value="../CoreUtils"/>
 | |
|       </Compiler>
 | |
|       <Linker Options="" Required="yes"/>
 | |
|       <ResourceCompiler Options="" Required="no"/>
 | |
|       <General OutputFile="$(IntermediateDirectory)/lib$(ProjectName).a" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
 | |
|       <BuildSystem Name="Default"/>
 | |
|       <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
 | |
|         <![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>
 | |
|     <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Static Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
 | |
|       <Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
 | |
|         <IncludePath Value="."/>
 | |
|       </Compiler>
 | |
|       <Linker Options="" Required="yes"/>
 | |
|       <ResourceCompiler Options="" Required="no"/>
 | |
|       <General OutputFile="$(IntermediateDirectory)/lib$(ProjectName).a" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
 | |
|       <BuildSystem Name="Default"/>
 | |
|       <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
 | |
|         <![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>
 |