mirror of https://github.com/BOINC/boinc.git
Merge pull request #2076 from BOINC/win_sln
Add new files to VS2010 project files
This commit is contained in:
commit
e0a78686f7
|
@ -363,6 +363,7 @@
|
|||
<ClCompile Include="..\lib\gui_rpc_client.cpp" />
|
||||
<ClCompile Include="..\lib\gui_rpc_client_ops.cpp" />
|
||||
<ClCompile Include="..\lib\hostinfo.cpp" />
|
||||
<ClCompile Include="..\lib\keyword.cpp" />
|
||||
<ClCompile Include="..\lib\md5.cpp" />
|
||||
<ClCompile Include="..\lib\md5_file.cpp" />
|
||||
<ClCompile Include="..\lib\mfile.cpp" />
|
||||
|
@ -391,6 +392,7 @@
|
|||
<ClInclude Include="..\lib\filesys.h" />
|
||||
<ClInclude Include="..\lib\gui_rpc_client.h" />
|
||||
<ClInclude Include="..\lib\hostinfo.h" />
|
||||
<ClInclude Include="..\lib\keyword.h" />
|
||||
<ClInclude Include="..\lib\md5.h" />
|
||||
<ClInclude Include="..\lib\md5_file.h" />
|
||||
<ClInclude Include="..\lib\mfile.h" />
|
||||
|
|
|
@ -299,12 +299,14 @@
|
|||
<ClCompile Include="..\lib\gui_rpc_client_ops.cpp" />
|
||||
<ClCompile Include="..\clientscr\ss_app.cpp" />
|
||||
<ClCompile Include="..\api\ttfont.cpp" />
|
||||
<ClCompile Include="..\lib\keyword.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\lib\cc_config.h" />
|
||||
<ClInclude Include="..\clientscr\boinc_ss_opengl.h" />
|
||||
<ClInclude Include="..\clientscr\ss_app.h" />
|
||||
<ClInclude Include="..\api\ttfont.h" />
|
||||
<ClInclude Include="..\lib\keyword.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="..\clientscr\boinc_ss_opengl.rc" />
|
||||
|
|
Loading…
Reference in New Issue