File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/nanoFramework.Runtime.Native Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ set(NF_CoreCLR_SRCS
129129
130130 # Runtime.Native
131131 nf_rt_native.cpp
132- nf_rt_native_nanoFramework_Runtime_Hardware_SystemInfo .cpp
132+ nf_rt_native_nanoFramework_Runtime_Native_SystemInfo .cpp
133133 nf_rt_native_nanoFramework_Runtime_Native_ExecutionConstraint.cpp
134134 nf_rt_native_nanoFramework_Runtime_Native_Power.cpp
135135 nf_rt_native_nanoFramework_Runtime_Native_Rtc_stubs.cpp
Original file line number Diff line number Diff line change 1919 </ProjectConfiguration >
2020 </ItemGroup >
2121 <ItemGroup >
22- <ClCompile Include =" nf_rt_native_nanoFramework_Runtime_Hardware_SystemInfo.cpp" />
2322 <ClCompile Include =" nf_rt_native_nanoFramework_Runtime_Native_ExecutionConstraint.cpp" />
2423 <ClCompile Include =" nf_rt_native_nanoFramework_Runtime_Native_Power.cpp" />
2524 <ClCompile Include =" nf_rt_native_nanoFramework_Runtime_Native_Rtc_stubs.cpp" />
25+ <ClCompile Include =" nf_rt_native_nanoFramework_Runtime_Native_SystemInfo.cpp" />
2626 <ClCompile Include =" nf_rt_native_System_Environment.cpp" />
2727 <ClCompile Include =" nf_rt_native.cpp" />
2828 </ItemGroup >
163163 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
164164 <ImportGroup Label =" ExtensionTargets" >
165165 </ImportGroup >
166- </Project >
166+ </Project >
Original file line number Diff line number Diff line change 2020 </ClInclude >
2121 </ItemGroup >
2222 <ItemGroup >
23- <ClCompile Include =" nf_rt_native_nanoFramework_Runtime_Hardware_SystemInfo.cpp" >
24- <Filter >Source Files</Filter >
25- </ClCompile >
2623 <ClCompile Include =" nf_rt_native_nanoFramework_Runtime_Native_ExecutionConstraint.cpp" >
2724 <Filter >Source Files</Filter >
2825 </ClCompile >
3835 <ClCompile Include =" nf_rt_native.cpp" >
3936 <Filter >Source Files</Filter >
4037 </ClCompile >
38+ <ClCompile Include =" nf_rt_native_nanoFramework_Runtime_Native_SystemInfo.cpp" >
39+ <Filter >Source Files</Filter >
40+ </ClCompile >
4141 </ItemGroup >
4242</Project >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments