Browse Source

[1.6>master] [MERGE #3168 @Cellule] Fix PAL VS project and add newer files

Merge pull request #3168 from Cellule:users/micfer/pal

This should stop VS from asking to upgrade pal.vcxproj the first time you open the solution (or after git clean)
Michael Ferris 8 years ago
parent
commit
5984cc0cbd
1 changed files with 7 additions and 1 deletions
  1. 7 1
      pal/pal.vcxproj.filters

+ 7 - 1
pal/pal.vcxproj.filters

@@ -191,5 +191,11 @@
     <None Include="src\thread\pal_thread.cpp" />
     <None Include="src\thread\process.cpp" />
     <None Include="src\thread\threadsusp.cpp" />
+    <None Include="src\locale\UnicodeData.txt" />
+    <None Include="src\arch\arm\asmconstants.h" />
+    <None Include="src\arch\arm\processor.cpp" />
+    <None Include="src\cruntime\runtime_proxy.cpp" />
+    <None Include="src\cruntime\runtime_proxy.h" />
+    <None Include="inc\unixasmmacrosarm.inc" />
   </ItemGroup>
-</Project>
+</Project>