Skip to content

Commit e5a8849

Browse files
committed
Rename source file in Runtime.Native
- For consistency with generated code. ***NO_CI***
1 parent 046251c commit e5a8849

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CMake/Modules/FindNF_CoreCLR.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/nanoFramework.Runtime.Native/Runtime.Native.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
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>
@@ -163,4 +163,4 @@
163163
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
164164
<ImportGroup Label="ExtensionTargets">
165165
</ImportGroup>
166-
</Project>
166+
</Project>

src/nanoFramework.Runtime.Native/Runtime.Native.vcxproj.filters

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
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>
@@ -38,5 +35,8 @@
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>

0 commit comments

Comments
 (0)