ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.RVAScratchPad/app.config
Revision: 718
Committed: Tue Jun 18 11:32:00 2013 UTC (10 years, 5 months ago) by william
File size: 300 byte(s)
Log Message:
Add proding path to app.config: <probing privatePath="plugins\"/>
** fixes issues with plugin assemblies not being found

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>