Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix references for OGL, SW and D3D.
  • Loading branch information
Parlane committed Oct 9, 2013
1 parent 935ed81 commit fbcc41c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Source/Core/VideoBackends/D3D/D3D.vcxproj
Expand Up @@ -177,11 +177,6 @@
<AdditionalDependencies>dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\VideoCommon\VideoCommon.vcxproj">
<Project>{3e5c4e02-1ba9-4776-bdbe-e3f91ffa34cf}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="Src\D3DBase.cpp" />
<ClCompile Include="Src\D3DBlob.cpp" />
Expand Down Expand Up @@ -237,6 +232,11 @@
<ClInclude Include="Src\VideoBackend.h" />
<ClInclude Include="Src\XFBEncoder.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\VideoCommon\VideoCommon.vcxproj">
<Project>{3e5c4e02-1ba9-4776-bdbe-e3f91ffa34cf}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
4 changes: 2 additions & 2 deletions Source/Core/VideoBackends/OGL/OGL.vcxproj
Expand Up @@ -237,10 +237,10 @@
<None Include="CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Externals\zlib\zlib.vcxproj">
<ProjectReference Include="..\..\..\..\Externals\zlib\zlib.vcxproj">
<Project>{3e1339f5-9311-4122-9442-369702e8fcad}</Project>
</ProjectReference>
<ProjectReference Include="..\..\Core\VideoCommon\VideoCommon.vcxproj">
<ProjectReference Include="..\..\VideoCommon\VideoCommon.vcxproj">
<Project>{3e5c4e02-1ba9-4776-bdbe-e3f91ffa34cf}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion Source/Core/VideoBackends/OGL/OGL.vcxproj.filters
Expand Up @@ -45,6 +45,7 @@
<ClCompile Include="Src\PerfQuery.cpp">
<Filter>Render</Filter>
</ClCompile>
<ClCompile Include="Src\SamplerCache.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Src\Globals.h" />
Expand Down Expand Up @@ -81,6 +82,8 @@
<ClInclude Include="Src\PerfQuery.h">
<Filter>Render</Filter>
</ClInclude>
<ClInclude Include="Src\SamplerCache.h" />
<ClInclude Include="Src\StreamBuffer.h" />
</ItemGroup>
<ItemGroup>
<None Include="CMakeLists.txt" />
Expand All @@ -99,4 +102,4 @@
<UniqueIdentifier>{aaa16061-dca9-4155-be44-f77538e839fc}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>
</Project>
8 changes: 4 additions & 4 deletions Source/Core/VideoBackends/Software/Software.vcxproj
Expand Up @@ -231,12 +231,12 @@
<ClInclude Include="Src\XFMemLoader.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\VideoCommon\VideoCommon.vcxproj">
<Project>{3e5c4e02-1ba9-4776-bdbe-e3f91ffa34cf}</Project>
</ProjectReference>
<None Include="CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<None Include="CMakeLists.txt" />
<ProjectReference Include="..\..\VideoCommon\VideoCommon.vcxproj">
<Project>{3e5c4e02-1ba9-4776-bdbe-e3f91ffa34cf}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down

0 comments on commit fbcc41c

Please sign in to comment.