mirror of https://github.com/PCSX2/pcsx2.git
gsdx-ogl-wnd: update the MS build system. Not sure I got all verions.
git-svn-id: http://pcsx2.googlecode.com/svn/branches/gsdx-ogl-wnd@5499 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
f95d9bd989
commit
4d90ad17a1
|
@ -618,6 +618,7 @@
|
|||
<ClCompile Include="GSVertexSW.cpp" />
|
||||
<ClCompile Include="GSVertexTrace.cpp" />
|
||||
<ClCompile Include="GSWnd.cpp" />
|
||||
<ClCompile Include="GSWndDX.cpp" />
|
||||
<ClCompile Include="stdafx.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug SSE2|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug SSE2|x64'">Create</PrecompiledHeader>
|
||||
|
@ -1632,6 +1633,7 @@
|
|||
<ClInclude Include="GSVertexSW.h" />
|
||||
<ClInclude Include="GSVertexTrace.h" />
|
||||
<ClInclude Include="GSWnd.h" />
|
||||
<ClInclude Include="GSWndDX.h" />
|
||||
<ClInclude Include="stdafx.h" />
|
||||
<ClInclude Include="svnrev.h" />
|
||||
<ClInclude Include="resource.h" />
|
||||
|
|
|
@ -177,6 +177,9 @@
|
|||
<ClCompile Include="GSWnd.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="GSWndDX.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="stdafx.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -479,6 +482,9 @@
|
|||
<ClInclude Include="GSWnd.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="GSWndDX.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="stdafx.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
@ -634,6 +634,7 @@
|
|||
<ClCompile Include="GSVertexSW.cpp" />
|
||||
<ClCompile Include="GSVertexTrace.cpp" />
|
||||
<ClCompile Include="GSWnd.cpp" />
|
||||
<ClCompile Include="GSWndDX.cpp" />
|
||||
<ClCompile Include="stdafx.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug SSE2|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug SSE2|x64'">Create</PrecompiledHeader>
|
||||
|
@ -1648,6 +1649,7 @@
|
|||
<ClInclude Include="GSVertexSW.h" />
|
||||
<ClInclude Include="GSVertexTrace.h" />
|
||||
<ClInclude Include="GSWnd.h" />
|
||||
<ClInclude Include="GSWndDX.h" />
|
||||
<ClInclude Include="stdafx.h" />
|
||||
<ClInclude Include="svnrev.h" />
|
||||
<ClInclude Include="resource.h" />
|
||||
|
@ -1710,4 +1712,4 @@
|
|||
<UserProperties RESOURCE_FILE="GSdx.rc" />
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -177,6 +177,9 @@
|
|||
<ClCompile Include="GSWnd.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="GSWndDX.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="stdafx.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -479,6 +482,9 @@
|
|||
<ClInclude Include="GSWnd.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="GSWndDX.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="stdafx.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
@ -1237,6 +1237,10 @@
|
|||
RelativePath=".\GSWnd.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\GSWndDX.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\stdafx.cpp"
|
||||
>
|
||||
|
@ -1643,6 +1647,10 @@
|
|||
RelativePath=".\GSWnd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\GSWndDX.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\stdafx.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue