全部だとけっこうな量なのでWaveをビルドしたときのエラーを貼り付けてみると

Main.obj : error LNK2001: 外部シンボル ""struct Artemis::<unnamed-type-arSound> * __stdcall Artemis::Sound_Load(char const *,unsigned long)" (?Sound_Load@Artemis@@YGPAU<unnamed-type-arSound>@1@PBDK@Z)" は未解決です。
Main.obj : error LNK2001: 外部シンボル ""void __stdcall Artemis::Sound_Release(struct Artemis::<unnamed-type-arSound> *)" (?Sound_Release@Artemis@@YGXPAU<unnamed-type-arSound>@1@@Z)" は未解決です。
Main.obj : error LNK2001: 外部シンボル ""bool __stdcall Artemis::Sound_IsLoaded(struct Artemis::<unnamed-type-arSound> *)" (?Sound_IsLoaded@Artemis@@YG_NPAU<unnamed-type-arSound>@1@@Z)" は未解決です。
Main.obj : error LNK2001: 外部シンボル ""void __stdcall Artemis::Sound_Play(struct Artemis::<unnamed-type-arSound> *,long,bool)" (?Sound_Play@Artemis@@YGXPAU<unnamed-type-arSound>@1@J_N@Z)" は未解決です。
..\..\..\Bin\Wave.exe : fatal error LNK1120: 外部参照 4 が未解決です。

他のプロジェクトで未解決といわれるのは
Artemis::Stream_Load, Artemis::Stream_Play, Artemis::Stream_IsLoaded, Artemis::Stream_Release
Artemis::Texture_Release, Artemis::Texture_Load, Artemis::Draw_QuadWithTexture
Artemis::Draw_QuadRotateWithTexture, Artemis::Texture_IsLoaded

サウンドとグラフィック関係がまるごと抜けているような感じ?