Visual Studio 에서 유니버설 앱(Universal App) 프로젝트 생성 후 작업을 하면, 컴파일 때마다 다음과 같은 warning이 뜰 때가 있습니다.
APPX4001: Build property AppxBundlePlatforms is not explicitly set and is calculated based on currently building architecture. Use ‘Create App Package’ wizard or edit project file to set it.
원인은 간단한데, 말 그대로 ‘AppxBundlePlatforms’ 가 설정되지 않았다는 문제입니다.
[해결책]
1. ‘프로젝트 > 스토어 > 앱 패키지 만들기’ 에서 설정하여 경고 제거 (개발자 계정 필요)
2. 직접 해당 프로젝트.csproj 파일을 열어, 안에
neutral
문구를 삽입