Browse Source

Fix ref paths in AnimationContent

Nikos Kastellanos 8 years ago
parent
commit
f38297c4dd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Samples/AnimationContent/Content.mgcb

+ 2 - 2
Samples/AnimationContent/Content.mgcb

@@ -10,8 +10,8 @@
 
 
 #-------------------------------- References --------------------------------#
 #-------------------------------- References --------------------------------#
 
 
-/reference:..\..\..\..\..\Aether.Extras\bin\Debug\Windows\Aether.Content.Pipeline.AnimationImporters.dll
-/reference:..\..\..\..\..\Aether.Extras\bin\Debug\Windows\Aether.Content.Pipeline.GraphicsImporters.dll
+/reference:..\..\bin\Debug\Windows\Aether.Content.Pipeline.AnimationImporters.dll
+/reference:..\..\bin\Debug\Windows\Aether.Content.Pipeline.GraphicsImporters.dll
 
 
 #---------------------------------- Content ---------------------------------#
 #---------------------------------- Content ---------------------------------#