remove deprecated files from the project

git-svn-id: https://svn.code.sf.net/p/vbam/code/branches/bgk-link@1133 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
squall-leonhart 2012-09-17 14:06:51 +00:00
parent 4508a913c8
commit 50fe276a0f
2 changed files with 0 additions and 8 deletions

View File

@ -201,7 +201,6 @@
<ClInclude Include="..\..\src\common\SoundDriver.h" />
<ClInclude Include="..\..\src\gba\gbalink.h" />
<ClInclude Include="..\..\src\gba\GBASockClient.h" />
<ClInclude Include="..\..\src\win32\JoybusOptions.h" />
<ClInclude Include="..\..\src\win32\LinkOptions.h" />
<ClInclude Include="..\..\src\win32\stdafx.h" />
<ClInclude Include="..\..\src\win32\targetver.h" />
@ -347,7 +346,6 @@
<ClCompile Include="..\..\src\gba\GBASockClient.cpp">
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include="..\..\src\win32\JoybusOptions.cpp" />
<ClCompile Include="..\..\src\win32\LinkOptions.cpp" />
<ClCompile Include="..\..\src\win32\stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>

View File

@ -205,9 +205,6 @@
<ClInclude Include="..\..\src\gba\GBASockClient.h">
<Filter>Linking</Filter>
</ClInclude>
<ClInclude Include="..\..\src\win32\JoybusOptions.h">
<Filter>Linking</Filter>
</ClInclude>
<ClInclude Include="..\..\src\win32\LinkOptions.h">
<Filter>Linking</Filter>
</ClInclude>
@ -610,9 +607,6 @@
<ClCompile Include="..\..\src\gba\GBASockClient.cpp">
<Filter>Linking</Filter>
</ClCompile>
<ClCompile Include="..\..\src\win32\JoybusOptions.cpp">
<Filter>Linking</Filter>
</ClCompile>
<ClCompile Include="..\..\src\win32\LinkOptions.cpp">
<Filter>Linking</Filter>
</ClCompile>