Skip to content

Commit

Permalink
Removed Tracer.h/cpp from VS files
Browse files Browse the repository at this point in the history
  • Loading branch information
archshift committed Aug 12, 2014
1 parent 9aa7a4d commit c0008b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Core/Core.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="Tracer.cpp" />
<ClCompile Include="VolumeHandler.cpp" />
<ClCompile Include="x64MemTools.cpp" />
</ItemGroup>
Expand Down Expand Up @@ -414,7 +413,6 @@
<ClInclude Include="PowerPC\SignatureDB.h" />
<ClInclude Include="State.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="Tracer.h" />
<ClInclude Include="VolumeHandler.h" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions Source/Core/Core/Core.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
<ClCompile Include="NetPlayServer.cpp" />
<ClCompile Include="PatchEngine.cpp" />
<ClCompile Include="State.cpp" />
<ClCompile Include="Tracer.cpp" />
<ClCompile Include="VolumeHandler.cpp" />
<ClCompile Include="x64MemTools.cpp" />
<ClCompile Include="ActionReplay.cpp">
Expand Down Expand Up @@ -721,7 +720,6 @@
<ClInclude Include="NetPlayServer.h" />
<ClInclude Include="PatchEngine.h" />
<ClInclude Include="State.h" />
<ClInclude Include="Tracer.h" />
<ClInclude Include="VolumeHandler.h" />
<ClInclude Include="ActionReplay.h">
<Filter>ActionReplay</Filter>
Expand Down

0 comments on commit c0008b2

Please sign in to comment.