Skip to content

Commit

Permalink
Add missing file to nanoCLR (#438)
Browse files Browse the repository at this point in the history
Signed-off-by: José Simões <jose.simoes@eclo.solutions>
  • Loading branch information
josesimoes authored Aug 21, 2017
1 parent 3e9956a commit 3a3491f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/CLR/CorLib/CorLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<ClCompile Include="corlib_native_System_Collections_ArrayList.cpp" />
<ClCompile Include="corlib_native_System_Collections_Queue.cpp" />
<ClCompile Include="corlib_native_System_Collections_Stack.cpp" />
<ClCompile Include="corlib_native_System_Console.cpp" />
<ClCompile Include="corlib_native_System_Convert.cpp" />
<ClCompile Include="corlib_native_System_DateTime.cpp" />
<ClCompile Include="corlib_native_System_Delegate.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions src/CLR/CorLib/CorLib.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,8 @@
<ClCompile Include="corlib_native.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="corlib_native_System_Console.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>

0 comments on commit 3a3491f

Please sign in to comment.