c2e8a5acd2
The xmlns attribute is required for older msbuild version (e.g. for VS2015). Add it where needed, and reorder the attributes so all files look the same.
7 lines
214 B
XML
7 lines
214 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
|
|
<PropertyGroup>
|
|
<PyProg>micropython-dev</PyProg>
|
|
</PropertyGroup>
|
|
</Project>
|