diff options
| -rw-r--r-- | ports/windows/micropython.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/windows/micropython.vcxproj b/ports/windows/micropython.vcxproj index 4fa0c47df..0294b9fa7 100644 --- a/ports/windows/micropython.vcxproj +++ b/ports/windows/micropython.vcxproj @@ -21,6 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{740F3C30-EB6C-4B59-9C50-AE4D5A4A9D12}</ProjectGuid> <RootNamespace>micropython</RootNamespace> + <ReadOnlyProject>true</ReadOnlyProject> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
