NETMF_Autopilot/PlaneOnBoardSoftware.csproj...

7 lines
328 B
Plaintext
Raw Normal View History

2018-12-05 09:50:00 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DeployTransport>USB</DeployTransport>
<DeployDevice>USBizi</DeployDevice>
</PropertyGroup>
</Project>