Making dynamic compilation project hash aware of dependencies.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2011-03-21 12:50:19 -07:00
parent daadf90cd3
commit 6a4e5f1c34
10 changed files with 61 additions and 17 deletions

View File

@@ -191,7 +191,7 @@ Features:
throw new NotImplementedException();
}
public IEnumerable<string> GetFileDependencies(DependencyDescriptor dependency, string virtualPath) {
public IEnumerable<string> GetDynamicModuleDependencies(DependencyDescriptor dependency, string virtualPath) {
throw new NotImplementedException();
}