Game_over.project 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CodeLite_Project Name="Game_over" Version="10.0.0" InternalType="Console">
  3. <Description/>
  4. <Dependencies/>
  5. <Settings Type="Executable">
  6. <GlobalSettings>
  7. <Compiler Options="" C_Options="" Assembler="">
  8. <IncludePath Value="."/>
  9. </Compiler>
  10. <Linker Options="">
  11. <LibraryPath Value="."/>
  12. </Linker>
  13. <ResourceCompiler Options=""/>
  14. </GlobalSettings>
  15. <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  16. <Compiler Options="-g;-O0;-Wall" C_Options="-g;-O0;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
  17. <IncludePath Value="."/>
  18. </Compiler>
  19. <Linker Options="" Required="yes"/>
  20. <ResourceCompiler Options="" Required="no"/>
  21. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
  22. <BuildSystem Name="Default"/>
  23. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  24. <![CDATA[]]>
  25. </Environment>
  26. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="yes">
  27. <DebuggerSearchPaths/>
  28. <PostConnectCommands/>
  29. <StartupCommands/>
  30. </Debugger>
  31. <PreBuild/>
  32. <PostBuild/>
  33. <CustomBuild Enabled="no">
  34. <RebuildCommand/>
  35. <CleanCommand/>
  36. <BuildCommand/>
  37. <PreprocessFileCommand/>
  38. <SingleFileCommand/>
  39. <MakefileGenerationCommand/>
  40. <ThirdPartyToolName>None</ThirdPartyToolName>
  41. <WorkingDirectory/>
  42. </CustomBuild>
  43. <AdditionalRules>
  44. <CustomPostBuild/>
  45. <CustomPreBuild/>
  46. </AdditionalRules>
  47. <Completion EnableCpp11="no" EnableCpp14="no">
  48. <ClangCmpFlagsC/>
  49. <ClangCmpFlags/>
  50. <ClangPP/>
  51. <SearchPaths/>
  52. </Completion>
  53. </Configuration>
  54. <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  55. <Compiler Options="-O2;-Wall" C_Options="-O2;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
  56. <IncludePath Value="."/>
  57. <Preprocessor Value="NDEBUG"/>
  58. </Compiler>
  59. <Linker Options="" Required="yes"/>
  60. <ResourceCompiler Options="" Required="no"/>
  61. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
  62. <BuildSystem Name="Default"/>
  63. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  64. <![CDATA[]]>
  65. </Environment>
  66. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="yes">
  67. <DebuggerSearchPaths/>
  68. <PostConnectCommands/>
  69. <StartupCommands/>
  70. </Debugger>
  71. <PreBuild/>
  72. <PostBuild/>
  73. <CustomBuild Enabled="no">
  74. <RebuildCommand/>
  75. <CleanCommand/>
  76. <BuildCommand/>
  77. <PreprocessFileCommand/>
  78. <SingleFileCommand/>
  79. <MakefileGenerationCommand/>
  80. <ThirdPartyToolName>None</ThirdPartyToolName>
  81. <WorkingDirectory/>
  82. </CustomBuild>
  83. <AdditionalRules>
  84. <CustomPostBuild/>
  85. <CustomPreBuild/>
  86. </AdditionalRules>
  87. <Completion EnableCpp11="no" EnableCpp14="no">
  88. <ClangCmpFlagsC/>
  89. <ClangCmpFlags/>
  90. <ClangPP/>
  91. <SearchPaths/>
  92. </Completion>
  93. </Configuration>
  94. </Settings>
  95. <VirtualDirectory Name="src">
  96. <File Name="main.cpp"/>
  97. </VirtualDirectory>
  98. </CodeLite_Project>