108 lines
4.5 KiB
XML
108 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CodeLite_Project Name="microAES" Version="11000" InternalType="Console">
|
|
<Plugins>
|
|
<Plugin Name="qmake">
|
|
<![CDATA[00020001N0005Debug0000000000000001N0007Release000000000000]]>
|
|
</Plugin>
|
|
</Plugins>
|
|
<Description/>
|
|
<Dependencies/>
|
|
<VirtualDirectory Name="src">
|
|
<File Name="micro_aes.h"/>
|
|
<File Name="micro_aes.c"/>
|
|
<File Name="main.c"/>
|
|
</VirtualDirectory>
|
|
<Dependencies Name="Debug"/>
|
|
<Dependencies Name="Release"/>
|
|
<Settings Type="Executable">
|
|
<GlobalSettings>
|
|
<Compiler Options="" C_Options="" Assembler="">
|
|
<IncludePath Value="."/>
|
|
</Compiler>
|
|
<Linker Options="">
|
|
<LibraryPath Value="."/>
|
|
</Linker>
|
|
<ResourceCompiler Options=""/>
|
|
</GlobalSettings>
|
|
<Configuration Name="Debug" CompilerType="clang" DebuggerType="LLDB Debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
|
|
<Compiler Options="-g;-O0;-Wall" C_Options="-pedantic-errors;-g;-O0;-ansi;-W" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
|
|
<IncludePath Value="."/>
|
|
</Compiler>
|
|
<Linker Options="" Required="yes"/>
|
|
<ResourceCompiler Options="" Required="no"/>
|
|
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" 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>None</ThirdPartyToolName>
|
|
<WorkingDirectory/>
|
|
</CustomBuild>
|
|
<AdditionalRules>
|
|
<CustomPostBuild/>
|
|
<CustomPreBuild/>
|
|
</AdditionalRules>
|
|
<Completion EnableCpp11="no" EnableCpp14="no">
|
|
<ClangCmpFlagsC/>
|
|
<ClangCmpFlags/>
|
|
<ClangPP/>
|
|
<SearchPaths/>
|
|
</Completion>
|
|
</Configuration>
|
|
<Configuration Name="Release" CompilerType="clang" DebuggerType="LLDB Debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
|
|
<Compiler Options="-O2;-Wall" C_Options="-pedantic-errors;-Os;-ansi;-fexpensive-optimizations;-W" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
|
|
<IncludePath Value="."/>
|
|
<Preprocessor Value="NDEBUG"/>
|
|
</Compiler>
|
|
<Linker Options="" Required="yes"/>
|
|
<ResourceCompiler Options="" Required="no"/>
|
|
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" 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>None</ThirdPartyToolName>
|
|
<WorkingDirectory/>
|
|
</CustomBuild>
|
|
<AdditionalRules>
|
|
<CustomPostBuild/>
|
|
<CustomPreBuild/>
|
|
</AdditionalRules>
|
|
<Completion EnableCpp11="no" EnableCpp14="no">
|
|
<ClangCmpFlagsC/>
|
|
<ClangCmpFlags/>
|
|
<ClangPP/>
|
|
<SearchPaths/>
|
|
</Completion>
|
|
</Configuration>
|
|
</Settings>
|
|
</CodeLite_Project>
|