summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
diff options
context:
space:
mode:
authorMatthew Parlane <parlane@gmail.com>2013-10-09 23:49:00 +1300
committerMatthew Parlane <parlane@gmail.com>2013-10-09 23:49:00 +1300
commitfbcc41c18e209edd6c5303f3254a0985d2bc31db (patch)
treeda83952c9cccee54b43ac402dc657b2d96728607 /Source/Core/VideoBackends/Software
parent935ed814eaff19094c96fdd38642b980e85c078f (diff)
Fix references for OGL, SW and D3D.
Diffstat (limited to 'Source/Core/VideoBackends/Software')
-rw-r--r--Source/Core/VideoBackends/Software/Software.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Core/VideoBackends/Software/Software.vcxproj b/Source/Core/VideoBackends/Software/Software.vcxproj
index e0ff7e8e61..481b92f916 100644
--- a/Source/Core/VideoBackends/Software/Software.vcxproj
+++ b/Source/Core/VideoBackends/Software/Software.vcxproj
@@ -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">