mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-10 14:52:58 +02:00
Added in the GSDX Build (VS2010 side) the proper link to the DirectX libraries Updated the GSDXGui project to VS2010. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3120 96395faa-99c1-11dd-bbfe-3dabce05a288
19 lines
793 B
XML
19 lines
793 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<section name="GSDumpGUI.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
|
</sectionGroup>
|
|
</configSections>
|
|
<userSettings>
|
|
<GSDumpGUI.Properties.Settings>
|
|
<setting name="GSDXDir" serializeAs="String">
|
|
<value/>
|
|
</setting>
|
|
<setting name="DumpDir" serializeAs="String">
|
|
<value/>
|
|
</setting>
|
|
</GSDumpGUI.Properties.Settings>
|
|
</userSettings>
|
|
<startup/></configuration>
|