ResolveAssemblyReference.AssemblyInformationCacheOutputPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If not null, serializes information about AssemblyFiles inputs to the named file. This overrides the usual outputs, so do not use this unless you are building an SDK with many references.
public:
property System::String ^ AssemblyInformationCacheOutputPath { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyInformationCacheOutputPath { get; set; }
member this.AssemblyInformationCacheOutputPath : string with get, set
Public Property AssemblyInformationCacheOutputPath As String