That is correct, the embedded reference designs are intended for the MSP430 F2274. Since these are different families of the MSP430, porting the code will probably require more changes, as the peripherals are slightly different between families, and your serial connection to ANT will probably be using different lines.
You may have better luck creating a new project for your intended platform and manually porting the code, verifying that all the hardware specific things are adjusted for the new platform. You can also contact TI for further assistance porting code between two MSP430 families.