; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectName="Echo"
ProjectDir="C:\ti\myprojects\echo\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\c6000\cgtools\lib\rts6701.lib"
Source="c6xdskinit.c"
Source="echo.c"
Source="vectors_11.asm"
Source="C6xdsk.cmd"

["Compiler" Settings: "Debug"]
Options=-g -k -fr"C:\ti\myprojects\Echo"

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\ti\myprojects\Echo\Release" -mv6700

["DspBiosBuilder" Settings: "Debug"]
Options=-v6x

["DspBiosBuilder" Settings: "Release"]
Options=-v6x

["Linker" Settings: "Debug"]
Options=-q -c -o"Echo.out" -x

["Linker" Settings: "Release"]
Options=-q -c -o".\Release\Echo.out" -x