Install the ‘Remote Tools’ on Target device Run the ‘Remote Tools’ ‘Configure remote debugging’ Set debug options for Target Project properties ‘Start options’ – ‘Target device’ : Remote Machine ‘Find’ – ‘Auto Detected’ Tab : ‘Select’ Target device ‘Start Debugging’ Refer link : https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging
1. 개요 오랜만에 시간이 생겨 Windows Template Studio[note]Microsoft 에서 제공하는 UWP App Template 로서, 몇가지 간단한 설정으로 UWP App의 구조를 잡아주며, Helper 클래스도 사용하게 해주는 Template Tool 이다.[/note]로 프로젝트를 하나 생성하여 가지고 놀았다. App을 생성하면 지역화 기능도 포함되어, ‘Strings/en-us/Resources.resw’ 파일이 추가되어 있다. App을 실행하면, App의 Project 명으로 App의 이름이 설정된다. 이 App의 이름이 각 나라별로 변경되도록 설정하고 싶었다. 예를 들면,… Read more »
[wp_ad_camp_1] 1. 개요 WPF기반에 Bluetooth Low Energy 관련하여 프로젝트를 하게 되었다. 응용프로그램에 Bluetooth 통신을 하려면 관련 Library의 집합체인 Bluetooth Stack 이라는 것을 활용해야 했다. 현재 사용할 수 있는 Bluetooth Stack은 아주 제한적이며 몇개 되지도 않았다. 그나마 범용적으로 사용할 수 있는게 Microsoft Bluetooth Stack. 하지만 이 녀석은 Windows 10 의 UWP 에서만 제공이 되었다. 그리하여 UWP가 아닌 C# 프로젝트에서 UWP를 사용할 수 있는… Read more »