Beispiel #1
0
 // TODO: remove after we change VS to set the cache descriptor via build parameters.
 internal static ProjectCacheDescriptor FromVisualStudioWorkaround(ProjectCacheItem projectCacheItem)
 {
     return(new ProjectCacheDescriptor(projectCacheItem));
 }
Beispiel #2
0
 private ProjectCacheDescriptor(ProjectCacheItem projectCacheItem)
 {
     VsWorkaround       = true;
     PluginAssemblyPath = projectCacheItem.PluginPath;
     PluginSettings     = projectCacheItem.PluginSettings;
 }