libstarlight.project 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CodeLite_Project Name="libstarlight" InternalType="Console">
  3. <Plugins>
  4. <Plugin Name="qmake">
  5. <![CDATA[00010001N0005Debug000000000000]]>
  6. </Plugin>
  7. <Plugin Name="CMakePlugin">
  8. <![CDATA[[{
  9. "name": "Debug",
  10. "enabled": false,
  11. "buildDirectory": "build",
  12. "sourceDirectory": "$(ProjectPath)",
  13. "generator": "",
  14. "buildType": "",
  15. "arguments": [],
  16. "parentProject": ""
  17. }]]]>
  18. </Plugin>
  19. </Plugins>
  20. <VirtualDirectory Name="include">
  21. <VirtualDirectory Name="SFML">
  22. <VirtualDirectory Name="System">
  23. <File Name="include/SFML/System/ThreadLocal.hpp"/>
  24. <File Name="include/SFML/System/Export.hpp"/>
  25. <File Name="include/SFML/System/Vector3.hpp"/>
  26. <File Name="include/SFML/System/ThreadLocalPtr.hpp"/>
  27. <File Name="include/SFML/System/InputStream.hpp"/>
  28. <File Name="include/SFML/System/Thread.hpp"/>
  29. <File Name="include/SFML/System/String.hpp"/>
  30. <File Name="include/SFML/System/MemoryInputStream.hpp"/>
  31. <File Name="include/SFML/System/Err.hpp"/>
  32. <File Name="include/SFML/System/NonCopyable.hpp"/>
  33. <File Name="include/SFML/System/Sleep.hpp"/>
  34. <File Name="include/SFML/System/NativeActivity.hpp"/>
  35. <File Name="include/SFML/System/Clock.hpp"/>
  36. <File Name="include/SFML/System/Vector2.hpp"/>
  37. <File Name="include/SFML/System/Time.hpp"/>
  38. <File Name="include/SFML/System/FileInputStream.hpp"/>
  39. <File Name="include/SFML/System/Utf.hpp"/>
  40. <File Name="include/SFML/System/Mutex.hpp"/>
  41. <File Name="include/SFML/System/Lock.hpp"/>
  42. </VirtualDirectory>
  43. <VirtualDirectory Name="Window">
  44. <File Name="include/SFML/Window/Export.hpp"/>
  45. <File Name="include/SFML/Window/Window.hpp"/>
  46. <File Name="include/SFML/Window/WindowStyle.hpp"/>
  47. <File Name="include/SFML/Window/Mouse.hpp"/>
  48. <File Name="include/SFML/Window/Touch.hpp"/>
  49. <File Name="include/SFML/Window/WindowHandle.hpp"/>
  50. <File Name="include/SFML/Window/VideoMode.hpp"/>
  51. <File Name="include/SFML/Window/Joystick.hpp"/>
  52. <File Name="include/SFML/Window/Sensor.hpp"/>
  53. <File Name="include/SFML/Window/Context.hpp"/>
  54. <File Name="include/SFML/Window/GlResource.hpp"/>
  55. <File Name="include/SFML/Window/Event.hpp"/>
  56. <File Name="include/SFML/Window/ContextSettings.hpp"/>
  57. <File Name="include/SFML/Window/Keyboard.hpp"/>
  58. </VirtualDirectory>
  59. <VirtualDirectory Name="Network">
  60. <File Name="include/SFML/Network/Export.hpp"/>
  61. <File Name="include/SFML/Network/TcpListener.hpp"/>
  62. <File Name="include/SFML/Network/Ftp.hpp"/>
  63. <File Name="include/SFML/Network/SocketSelector.hpp"/>
  64. <File Name="include/SFML/Network/Http.hpp"/>
  65. <File Name="include/SFML/Network/IpAddress.hpp"/>
  66. <File Name="include/SFML/Network/Socket.hpp"/>
  67. <File Name="include/SFML/Network/SocketHandle.hpp"/>
  68. <File Name="include/SFML/Network/UdpSocket.hpp"/>
  69. <File Name="include/SFML/Network/Packet.hpp"/>
  70. <File Name="include/SFML/Network/TcpSocket.hpp"/>
  71. </VirtualDirectory>
  72. <VirtualDirectory Name="Graphics">
  73. <File Name="include/SFML/Graphics/Font.hpp"/>
  74. <File Name="include/SFML/Graphics/Glsl.hpp"/>
  75. <File Name="include/SFML/Graphics/Export.hpp"/>
  76. <File Name="include/SFML/Graphics/Transformable.hpp"/>
  77. <File Name="include/SFML/Graphics/PrimitiveType.hpp"/>
  78. <File Name="include/SFML/Graphics/View.hpp"/>
  79. <File Name="include/SFML/Graphics/Shader.hpp"/>
  80. <File Name="include/SFML/Graphics/VertexArray.hpp"/>
  81. <File Name="include/SFML/Graphics/Text.hpp"/>
  82. <File Name="include/SFML/Graphics/Sprite.hpp"/>
  83. <File Name="include/SFML/Graphics/RenderWindow.hpp"/>
  84. <File Name="include/SFML/Graphics/Color.hpp"/>
  85. <File Name="include/SFML/Graphics/Rect.hpp"/>
  86. <File Name="include/SFML/Graphics/CircleShape.hpp"/>
  87. <File Name="include/SFML/Graphics/RenderStates.hpp"/>
  88. <File Name="include/SFML/Graphics/RectangleShape.hpp"/>
  89. <File Name="include/SFML/Graphics/Vertex.hpp"/>
  90. <File Name="include/SFML/Graphics/RenderTexture.hpp"/>
  91. <File Name="include/SFML/Graphics/ConvexShape.hpp"/>
  92. <File Name="include/SFML/Graphics/Drawable.hpp"/>
  93. <File Name="include/SFML/Graphics/Image.hpp"/>
  94. <File Name="include/SFML/Graphics/BlendMode.hpp"/>
  95. <File Name="include/SFML/Graphics/Transform.hpp"/>
  96. <File Name="include/SFML/Graphics/Glyph.hpp"/>
  97. <File Name="include/SFML/Graphics/RenderTarget.hpp"/>
  98. <File Name="include/SFML/Graphics/Shape.hpp"/>
  99. <File Name="include/SFML/Graphics/Texture.hpp"/>
  100. </VirtualDirectory>
  101. <VirtualDirectory Name="Audio">
  102. <File Name="include/SFML/Audio/Export.hpp"/>
  103. <File Name="include/SFML/Audio/Listener.hpp"/>
  104. <File Name="include/SFML/Audio/SoundFileFactory.hpp"/>
  105. <File Name="include/SFML/Audio/Music.hpp"/>
  106. <File Name="include/SFML/Audio/AlResource.hpp"/>
  107. <File Name="include/SFML/Audio/SoundFileWriter.hpp"/>
  108. <File Name="include/SFML/Audio/SoundSource.hpp"/>
  109. <File Name="include/SFML/Audio/Sound.hpp"/>
  110. <File Name="include/SFML/Audio/SoundRecorder.hpp"/>
  111. <File Name="include/SFML/Audio/SoundFileReader.hpp"/>
  112. <File Name="include/SFML/Audio/SoundBufferRecorder.hpp"/>
  113. <File Name="include/SFML/Audio/SoundStream.hpp"/>
  114. <File Name="include/SFML/Audio/OutputSoundFile.hpp"/>
  115. <File Name="include/SFML/Audio/InputSoundFile.hpp"/>
  116. <File Name="include/SFML/Audio/SoundBuffer.hpp"/>
  117. </VirtualDirectory>
  118. <File Name="include/SFML/Window.hpp"/>
  119. <File Name="include/SFML/Graphics.hpp"/>
  120. <File Name="include/SFML/System.hpp"/>
  121. <File Name="include/SFML/Audio.hpp"/>
  122. <File Name="include/SFML/Main.hpp"/>
  123. <File Name="include/SFML/OpenGL.hpp"/>
  124. <File Name="include/SFML/Network.hpp"/>
  125. <File Name="include/SFML/Config.hpp"/>
  126. </VirtualDirectory>
  127. <File Name="include/Starlight.hpp"/>
  128. <File Name="include/Player.hpp"/>
  129. <File Name="include/Map.hpp"/>
  130. <File Name="include/Bullet.hpp"/>
  131. <File Name="include/Menu.hpp"/>
  132. <File Name="include/Powerup.hpp"/>
  133. </VirtualDirectory>
  134. <Description/>
  135. <Dependencies/>
  136. <VirtualDirectory Name="src">
  137. <File Name="src/main.cpp"/>
  138. <File Name="src/Starlight.cpp"/>
  139. <File Name="src/Player.cpp"/>
  140. <File Name="src/Map.cpp"/>
  141. <File Name="src/Bullet.cpp"/>
  142. <File Name="src/Menu.cpp"/>
  143. <File Name="src/Powerup.cpp"/>
  144. </VirtualDirectory>
  145. <Settings Type="Executable">
  146. <GlobalSettings>
  147. <Compiler Options="" C_Options="" Assembler="">
  148. <IncludePath Value="."/>
  149. </Compiler>
  150. <Linker Options="">
  151. <LibraryPath Value="."/>
  152. </Linker>
  153. <ResourceCompiler Options=""/>
  154. </GlobalSettings>
  155. <Configuration Name="Debug" CompilerType="GCC" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  156. <Compiler Options="-g;-O0;-Wall" C_Options="-g;-O0;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
  157. <IncludePath Value="."/>
  158. <IncludePath Value="include"/>
  159. </Compiler>
  160. <Linker Options="" Required="yes">
  161. <LibraryPath Value="lib"/>
  162. <Library Value="sfml-audio"/>
  163. <Library Value="sfml-graphics"/>
  164. <Library Value="sfml-window"/>
  165. <Library Value="sfml-system"/>
  166. </Linker>
  167. <ResourceCompiler Options="" Required="no"/>
  168. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(IntermediateDirectory)/$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="." PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
  169. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  170. <![CDATA[]]>
  171. </Environment>
  172. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
  173. <DebuggerSearchPaths/>
  174. <PostConnectCommands/>
  175. <StartupCommands/>
  176. </Debugger>
  177. <PreBuild/>
  178. <PostBuild/>
  179. <CustomBuild Enabled="no">
  180. <RebuildCommand/>
  181. <CleanCommand/>
  182. <BuildCommand/>
  183. <PreprocessFileCommand/>
  184. <SingleFileCommand/>
  185. <MakefileGenerationCommand/>
  186. <ThirdPartyToolName>None</ThirdPartyToolName>
  187. <WorkingDirectory/>
  188. </CustomBuild>
  189. <AdditionalRules>
  190. <CustomPostBuild/>
  191. <CustomPreBuild/>
  192. </AdditionalRules>
  193. <Completion EnableCpp11="no" EnableCpp14="no">
  194. <ClangCmpFlagsC/>
  195. <ClangCmpFlags/>
  196. <ClangPP/>
  197. <SearchPaths/>
  198. </Completion>
  199. </Configuration>
  200. <Configuration Name="Release" CompilerType="GCC" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  201. <Compiler Options="-O2;-Wall" C_Options="-O2;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
  202. <IncludePath Value="."/>
  203. <Preprocessor Value="NDEBUG"/>
  204. </Compiler>
  205. <Linker Options="" Required="yes"/>
  206. <ResourceCompiler Options="" Required="no"/>
  207. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
  208. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  209. <![CDATA[]]>
  210. </Environment>
  211. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="yes">
  212. <DebuggerSearchPaths/>
  213. <PostConnectCommands/>
  214. <StartupCommands/>
  215. </Debugger>
  216. <PreBuild/>
  217. <PostBuild/>
  218. <CustomBuild Enabled="no">
  219. <RebuildCommand/>
  220. <CleanCommand/>
  221. <BuildCommand/>
  222. <PreprocessFileCommand/>
  223. <SingleFileCommand/>
  224. <MakefileGenerationCommand/>
  225. <ThirdPartyToolName>None</ThirdPartyToolName>
  226. <WorkingDirectory/>
  227. </CustomBuild>
  228. <AdditionalRules>
  229. <CustomPostBuild/>
  230. <CustomPreBuild/>
  231. </AdditionalRules>
  232. <Completion EnableCpp11="no" EnableCpp14="no">
  233. <ClangCmpFlagsC/>
  234. <ClangCmpFlags/>
  235. <ClangPP/>
  236. <SearchPaths/>
  237. </Completion>
  238. </Configuration>
  239. </Settings>
  240. </CodeLite_Project>