ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.RVAScratchPad/app.config
Revision: 786
Committed: Fri Jun 21 04:52:39 2013 UTC (9 years, 11 months ago) by william
File size: 300 byte(s)
Log Message:
* remove 3rdparty\* from probing privatePath in app.config

File Contents

# Content
1 <?xml version="1.0"?>
2 <configuration>
3 <runtime>
4 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5 <probing privatePath="plugins\"/>
6 </assemblyBinding>
7 </runtime>
8 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>