Updated VisualGDB projects with caps file renaming

This commit is contained in:
Dimitris Panokostas 2019-09-03 18:15:28 +02:00
parent d3361f6917
commit bacd1c139b
5 changed files with 10 additions and 9 deletions

View file

@ -7,7 +7,7 @@
<PathStyle>Unknown</PathStyle>
</CustomSourceDirectories>
<DeploymentHost>
<HostName>192.168.1.173</HostName>
<HostName>192.168.1.142</HostName>
<Transport>SSH</Transport>
<UserName>pi</UserName>
</DeploymentHost>
@ -55,6 +55,7 @@
<ProjectFile>Amiberry.vcxproj</ProjectFile>
<RemoteBuildEnvironment>
<Records />
<EnvironmentSetupFiles />
</RemoteBuildEnvironment>
<ParallelJobCount>1</ParallelJobCount>
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>

View file

@ -188,7 +188,7 @@
<ClCompile Include="..\..\src\blkdev_cdimage.cpp" />
<ClCompile Include="..\..\src\bsdsocket.cpp" />
<ClCompile Include="..\..\src\calc.cpp" />
<ClCompile Include="..\..\src\caps\caps_win32.cpp" />
<ClCompile Include="..\..\src\caps\caps_amiberry.cpp" />
<ClCompile Include="..\..\src\cd32_fmv.cpp" />
<ClCompile Include="..\..\src\cd32_fmv_genlock.cpp" />
<ClCompile Include="..\..\src\cdrom.cpp" />

View file

@ -595,12 +595,12 @@
<ClCompile Include="..\..\src\dlopen.cpp">
<Filter>Source files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\caps\caps_win32.cpp">
<Filter>Source files\caps</Filter>
</ClCompile>
<ClCompile Include="..\..\src\osdep\amiberry_whdbooter.cpp">
<Filter>Source files\osdep</Filter>
</ClCompile>
<ClCompile Include="..\..\src\caps\caps_amiberry.cpp">
<Filter>Source files\caps</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\threaddep\thread.h">