다음을 통해 공유


ResourcesGenerator.OutputPath 속성

정의

출력 디렉터리의 경로를 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::String ^ OutputPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string OutputPath { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.OutputPath : string with get, set
Public Property OutputPath As String

속성 값

특성

설명

출력 디렉터리의 경로입니다. 경로가 절대 경로가 아니면 루트 프로젝트 디렉터리의 상대 경로로 처리됩니다.

적용 대상