(MSVC) Add some more files to project solution

This commit is contained in:
twinaphex 2014-08-17 19:12:49 +02:00
parent 5435883e40
commit 260d550654
2 changed files with 16 additions and 10 deletions

View File

@ -319,6 +319,7 @@
</ClCompile> </ClCompile>
<ClCompile Include="..\..\frontend\frontend_context.c"> <ClCompile Include="..\..\frontend\frontend_context.c">
</ClCompile> </ClCompile>
<ClCompile Include="..\..\record\ffemu.c" />
<ClCompile Include="..\..\retroarch.c"> <ClCompile Include="..\..\retroarch.c">
</ClCompile> </ClCompile>
<ClCompile Include="..\..\location\nulllocation.c"> <ClCompile Include="..\..\location\nulllocation.c">
@ -337,8 +338,7 @@
</ClCompile> </ClCompile>
<ClCompile Include="..\..\settings.c"> <ClCompile Include="..\..\settings.c">
</ClCompile> </ClCompile>
<ClCompile Include="..\..\settings_data.c"> <ClCompile Include="..\..\settings_data.c" />
</ClCompile>
<ClCompile Include="..\..\thread.c"> <ClCompile Include="..\..\thread.c">
</ClCompile> </ClCompile>
</ItemGroup> </ItemGroup>
@ -351,4 +351,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>

View File

@ -23,8 +23,6 @@
<ClCompile Include="..\..\location\nulllocation.c" /> <ClCompile Include="..\..\location\nulllocation.c" />
<ClCompile Include="..\..\camera\nullcamera.c" /> <ClCompile Include="..\..\camera\nullcamera.c" />
<ClCompile Include="..\..\gfx\nullgfx.c" /> <ClCompile Include="..\..\gfx\nullgfx.c" />
<ClCompile Include="..\..\gfx\nullaudio.c" />
<ClCompile Include="..\..\gfx\nullinput.c" />
<ClCompile Include="..\..\rewind.c" /> <ClCompile Include="..\..\rewind.c" />
<ClCompile Include="..\..\screenshot.c" /> <ClCompile Include="..\..\screenshot.c" />
<ClCompile Include="..\..\settings.c" /> <ClCompile Include="..\..\settings.c" />
@ -224,9 +222,6 @@
<ClCompile Include="..\..\frontend\menu\menu_navigation.c"> <ClCompile Include="..\..\frontend\menu\menu_navigation.c">
<Filter>frontend\menu</Filter> <Filter>frontend\menu</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\frontend\info\core_info.c">
<Filter>frontend\menu\info</Filter>
</ClCompile>
<ClCompile Include="..\..\gfx\context\d3d_ctx.cpp"> <ClCompile Include="..\..\gfx\context\d3d_ctx.cpp">
<Filter>gfx\context</Filter> <Filter>gfx\context</Filter>
</ClCompile> </ClCompile>
@ -239,7 +234,6 @@
<ClCompile Include="..\..\frontend\menu\backend\menu_common_backend.c"> <ClCompile Include="..\..\frontend\menu\backend\menu_common_backend.c">
<Filter>frontend\menu\backend</Filter> <Filter>frontend\menu\backend</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\settings_data.c" />
<ClCompile Include="..\..\gfx\shader_common.c"> <ClCompile Include="..\..\gfx\shader_common.c">
<Filter>gfx</Filter> <Filter>gfx</Filter>
</ClCompile> </ClCompile>
@ -252,6 +246,15 @@
<ClCompile Include="..\..\audio\dsp_filter.c"> <ClCompile Include="..\..\audio\dsp_filter.c">
<Filter>audio</Filter> <Filter>audio</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\playlist.c" />
<ClCompile Include="..\..\file_list.c" />
<ClCompile Include="..\..\core_info.c" />
<ClCompile Include="..\..\audio\nullaudio.c" />
<ClCompile Include="..\..\input\nullinput.c" />
<ClCompile Include="..\..\settings_data.c" />
<ClCompile Include="..\..\record\ffemu.c">
<Filter>record</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="resource.h" /> <ClInclude Include="resource.h" />
@ -326,5 +329,8 @@
<Filter Include="gfx\image"> <Filter Include="gfx\image">
<UniqueIdentifier>{4a5338d9-92ad-4d07-bb1a-97bd6eb475e4}</UniqueIdentifier> <UniqueIdentifier>{4a5338d9-92ad-4d07-bb1a-97bd6eb475e4}</UniqueIdentifier>
</Filter> </Filter>
<Filter Include="record">
<UniqueIdentifier>{5a80dd03-b4d7-4118-92ff-55a601fd80fc}</UniqueIdentifier>
</Filter>
</ItemGroup> </ItemGroup>
</Project> </Project>