|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<CodeLite_Project Name="all" InternalType="Library" Version="10.0.0"> |
| 3 | + <Plugins> |
| 4 | + <Plugin Name="qmake"> |
| 5 | + <![CDATA[00040001N0011Win32-Debug0000000000000001N0013Win32-Release0000000000000001N0011Win64-Debug0000000000000001N0013Win64-Release000000000000]]> |
| 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 | + "name": "Win32-Debug", |
| 19 | + "enabled": false, |
| 20 | + "buildDirectory": "build", |
| 21 | + "sourceDirectory": "$(ProjectPath)", |
| 22 | + "generator": "", |
| 23 | + "buildType": "", |
| 24 | + "arguments": [], |
| 25 | + "parentProject": "" |
| 26 | + }, { |
| 27 | + "name": "Win32-Release", |
| 28 | + "enabled": false, |
| 29 | + "buildDirectory": "build", |
| 30 | + "sourceDirectory": "$(ProjectPath)", |
| 31 | + "generator": "", |
| 32 | + "buildType": "", |
| 33 | + "arguments": [], |
| 34 | + "parentProject": "" |
| 35 | + }]]]> |
| 36 | + </Plugin> |
| 37 | + </Plugins> |
| 38 | + <Description/> |
| 39 | + <Dependencies/> |
| 40 | + <Dependencies Name="Win32-Debug"> |
| 41 | + <Project Name="base"/> |
| 42 | + <Project Name="core"/> |
| 43 | + </Dependencies> |
| 44 | + <Dependencies Name="Win32-Release"> |
| 45 | + <Project Name="base"/> |
| 46 | + <Project Name="core"/> |
| 47 | + </Dependencies> |
| 48 | + <Dependencies Name="Win64-Debug"> |
| 49 | + <Project Name="base"/> |
| 50 | + <Project Name="core"/> |
| 51 | + </Dependencies> |
| 52 | + <Dependencies Name="Win64-Release"> |
| 53 | + <Project Name="base"/> |
| 54 | + <Project Name="core"/> |
| 55 | + </Dependencies> |
| 56 | + <Settings Type="Executable"> |
| 57 | + <GlobalSettings> |
| 58 | + <Compiler Options="" C_Options="" Assembler=""> |
| 59 | + <IncludePath Value="."/> |
| 60 | + </Compiler> |
| 61 | + <Linker Options=""> |
| 62 | + <LibraryPath Value="."/> |
| 63 | + </Linker> |
| 64 | + <ResourceCompiler Options=""/> |
| 65 | + </GlobalSettings> |
| 66 | + <Configuration Name="Win32-Debug" CompilerType="MinGW ( TDM-GCC-32 )" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
| 67 | + <Compiler Options="-g;$(shell wx-config --cxxflags --debug=yes --unicode=yes)" C_Options="-g;$(shell wx-config --cxxflags --debug=yes --unicode=yes)" Assembler="" Required="no" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
| 68 | + <IncludePath Value="."/> |
| 69 | + </Compiler> |
| 70 | + <Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes)" Required="no"/> |
| 71 | + <ResourceCompiler Options="" Required="no"/> |
| 72 | + <General OutputFile="" IntermediateDirectory="./build/$(ProjectName)/$(ConfigurationName)" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="" PauseExecWhenProcTerminates="no" IsGUIProgram="no" IsEnabled="yes"/> |
| 73 | + <BuildSystem Name="Default"/> |
| 74 | + <Environment EnvVarSetName="wxWidgets-3.1.0 (32-bit)" DbgSetName="<Use Defaults>"> |
| 75 | + <![CDATA[WXCFG=gcc_lib\mswud]]> |
| 76 | + </Environment> |
| 77 | + <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
| 78 | + <DebuggerSearchPaths/> |
| 79 | + <PostConnectCommands/> |
| 80 | + <StartupCommands/> |
| 81 | + </Debugger> |
| 82 | + <PreBuild/> |
| 83 | + <PostBuild/> |
| 84 | + <CustomBuild Enabled="no"> |
| 85 | + <RebuildCommand/> |
| 86 | + <CleanCommand/> |
| 87 | + <BuildCommand/> |
| 88 | + <PreprocessFileCommand/> |
| 89 | + <SingleFileCommand/> |
| 90 | + <MakefileGenerationCommand/> |
| 91 | + <ThirdPartyToolName>None</ThirdPartyToolName> |
| 92 | + <WorkingDirectory/> |
| 93 | + </CustomBuild> |
| 94 | + <AdditionalRules> |
| 95 | + <CustomPostBuild/> |
| 96 | + <CustomPreBuild/> |
| 97 | + </AdditionalRules> |
| 98 | + <Completion EnableCpp11="no" EnableCpp14="no"> |
| 99 | + <ClangCmpFlagsC/> |
| 100 | + <ClangCmpFlags/> |
| 101 | + <ClangPP/> |
| 102 | + <SearchPaths/> |
| 103 | + </Completion> |
| 104 | + </Configuration> |
| 105 | + <Configuration Name="Win32-Release" CompilerType="MinGW ( TDM-GCC-32 )" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
| 106 | + <Compiler Options="-O2;$(shell wx-config --cxxflags --debug=no --unicode=yes)" C_Options="-O2;$(shell wx-config --cxxflags --debug=no --unicode=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
| 107 | + <IncludePath Value="."/> |
| 108 | + </Compiler> |
| 109 | + <Linker Options="$(shell wx-config --debug=no --libs --unicode=yes);-s" Required="yes"/> |
| 110 | + <ResourceCompiler Options="" Required="no"/> |
| 111 | + <General OutputFile="" IntermediateDirectory="./build/$(ProjectName)/$(ConfigurationName)" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="" PauseExecWhenProcTerminates="no" IsGUIProgram="no" IsEnabled="yes"/> |
| 112 | + <BuildSystem Name="Default"/> |
| 113 | + <Environment EnvVarSetName="wxWidgets-3.1.0 (32-bit)" DbgSetName="<Use Defaults>"> |
| 114 | + <![CDATA[WXCFG=gcc_lib\mswu]]> |
| 115 | + </Environment> |
| 116 | + <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
| 117 | + <DebuggerSearchPaths/> |
| 118 | + <PostConnectCommands/> |
| 119 | + <StartupCommands/> |
| 120 | + </Debugger> |
| 121 | + <PreBuild/> |
| 122 | + <PostBuild/> |
| 123 | + <CustomBuild Enabled="no"> |
| 124 | + <RebuildCommand/> |
| 125 | + <CleanCommand/> |
| 126 | + <BuildCommand/> |
| 127 | + <PreprocessFileCommand/> |
| 128 | + <SingleFileCommand/> |
| 129 | + <MakefileGenerationCommand/> |
| 130 | + <ThirdPartyToolName>None</ThirdPartyToolName> |
| 131 | + <WorkingDirectory/> |
| 132 | + </CustomBuild> |
| 133 | + <AdditionalRules> |
| 134 | + <CustomPostBuild/> |
| 135 | + <CustomPreBuild/> |
| 136 | + </AdditionalRules> |
| 137 | + <Completion EnableCpp11="no" EnableCpp14="no"> |
| 138 | + <ClangCmpFlagsC/> |
| 139 | + <ClangCmpFlags/> |
| 140 | + <ClangPP/> |
| 141 | + <SearchPaths/> |
| 142 | + </Completion> |
| 143 | + </Configuration> |
| 144 | + <Configuration Name="Win64-Debug" CompilerType="MinGW ( TDM-GCC-32 )" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
| 145 | + <Compiler Options="-g;$(shell wx-config --cxxflags --debug=yes --unicode=yes)" C_Options="-g;$(shell wx-config --cxxflags --debug=yes --unicode=yes)" Assembler="" Required="no" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
| 146 | + <IncludePath Value="."/> |
| 147 | + </Compiler> |
| 148 | + <Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes)" Required="no"/> |
| 149 | + <ResourceCompiler Options="" Required="no"/> |
| 150 | + <General OutputFile="" IntermediateDirectory="./build/$(ProjectName)/$(ConfigurationName)" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="" PauseExecWhenProcTerminates="no" IsGUIProgram="no" IsEnabled="yes"/> |
| 151 | + <BuildSystem Name="Default"/> |
| 152 | + <Environment EnvVarSetName="wxWidgets-3.1.0 (64-bit)" DbgSetName="<Use Defaults>"> |
| 153 | + <![CDATA[WXCFG=gcc_lib\mswud]]> |
| 154 | + </Environment> |
| 155 | + <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
| 156 | + <DebuggerSearchPaths/> |
| 157 | + <PostConnectCommands/> |
| 158 | + <StartupCommands/> |
| 159 | + </Debugger> |
| 160 | + <PreBuild/> |
| 161 | + <PostBuild/> |
| 162 | + <CustomBuild Enabled="no"> |
| 163 | + <RebuildCommand/> |
| 164 | + <CleanCommand/> |
| 165 | + <BuildCommand/> |
| 166 | + <PreprocessFileCommand/> |
| 167 | + <SingleFileCommand/> |
| 168 | + <MakefileGenerationCommand/> |
| 169 | + <ThirdPartyToolName>None</ThirdPartyToolName> |
| 170 | + <WorkingDirectory/> |
| 171 | + </CustomBuild> |
| 172 | + <AdditionalRules> |
| 173 | + <CustomPostBuild/> |
| 174 | + <CustomPreBuild/> |
| 175 | + </AdditionalRules> |
| 176 | + <Completion EnableCpp11="no" EnableCpp14="no"> |
| 177 | + <ClangCmpFlagsC/> |
| 178 | + <ClangCmpFlags/> |
| 179 | + <ClangPP/> |
| 180 | + <SearchPaths/> |
| 181 | + </Completion> |
| 182 | + </Configuration> |
| 183 | + <Configuration Name="Win64-Release" CompilerType="MinGW ( TDM-GCC-32 )" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
| 184 | + <Compiler Options="-O2;$(shell wx-config --cxxflags --debug=no --unicode=yes)" C_Options="-O2;$(shell wx-config --cxxflags --debug=no --unicode=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
| 185 | + <IncludePath Value="."/> |
| 186 | + </Compiler> |
| 187 | + <Linker Options="$(shell wx-config --debug=no --libs --unicode=yes);-s" Required="yes"/> |
| 188 | + <ResourceCompiler Options="" Required="no"/> |
| 189 | + <General OutputFile="" IntermediateDirectory="./build/$(ProjectName)/$(ConfigurationName)" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="" PauseExecWhenProcTerminates="no" IsGUIProgram="no" IsEnabled="yes"/> |
| 190 | + <BuildSystem Name="Default"/> |
| 191 | + <Environment EnvVarSetName="wxWidgets-3.1.0 (64-bit)" DbgSetName="<Use Defaults>"> |
| 192 | + <![CDATA[WXCFG=gcc_lib\mswu]]> |
| 193 | + </Environment> |
| 194 | + <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
| 195 | + <DebuggerSearchPaths/> |
| 196 | + <PostConnectCommands/> |
| 197 | + <StartupCommands/> |
| 198 | + </Debugger> |
| 199 | + <PreBuild/> |
| 200 | + <PostBuild/> |
| 201 | + <CustomBuild Enabled="no"> |
| 202 | + <RebuildCommand/> |
| 203 | + <CleanCommand/> |
| 204 | + <BuildCommand/> |
| 205 | + <PreprocessFileCommand/> |
| 206 | + <SingleFileCommand/> |
| 207 | + <MakefileGenerationCommand/> |
| 208 | + <ThirdPartyToolName>None</ThirdPartyToolName> |
| 209 | + <WorkingDirectory/> |
| 210 | + </CustomBuild> |
| 211 | + <AdditionalRules> |
| 212 | + <CustomPostBuild/> |
| 213 | + <CustomPreBuild/> |
| 214 | + </AdditionalRules> |
| 215 | + <Completion EnableCpp11="no" EnableCpp14="no"> |
| 216 | + <ClangCmpFlagsC/> |
| 217 | + <ClangCmpFlags/> |
| 218 | + <ClangPP/> |
| 219 | + <SearchPaths/> |
| 220 | + </Completion> |
| 221 | + </Configuration> |
| 222 | + </Settings> |
| 223 | +</CodeLite_Project> |
0 commit comments