Browse Source
Fixed crash when a pad could not be loaded. Added publisher policy. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@233 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
16 changed files with 157 additions and 50 deletions
@ -0,0 +1,22 @@
@@ -0,0 +1,22 @@
|
||||
<configuration> |
||||
<runtime> |
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
||||
<dependentAssembly> |
||||
<assemblyIdentity name="ICSharpCode.Core" publicKeyToken="f829da5c02be14ee" culture="neutral"/> |
||||
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/> |
||||
</dependentAssembly> |
||||
<dependentAssembly> |
||||
<assemblyIdentity name="ICSharpCode.SharpDevelop" publicKeyToken="f829da5c02be14ee" culture="neutral"/> |
||||
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/> |
||||
</dependentAssembly> |
||||
<dependentAssembly> |
||||
<assemblyIdentity name="ICSharpCode.TextEditor" publicKeyToken="4d61825e8dd49f1a" culture="neutral"/> |
||||
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/> |
||||
</dependentAssembly> |
||||
<dependentAssembly> |
||||
<assemblyIdentity name="ICSharpCode.NRefactory" publicKeyToken="efe927acf176eea2" culture="neutral"/> |
||||
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/> |
||||
</dependentAssembly> |
||||
</assemblyBinding> |
||||
</runtime> |
||||
</configuration> |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Read doc/technotes/Versioning.html |
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00 |
||||
# SharpDevelop 2.0.0.232 |
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpdateAssemblyInfo", "UpdateAssemblyInfo.csproj", "{605C8CDB-F0AD-4A21-9F4A-959B8DECB0F3}" |
||||
EndProject |
||||
Global |
||||
EndGlobal |
Loading…
Reference in new issue