Browse Source
Fixed SD2-695. Unsetting a breakpoint when viewing an xml document no longer leaves red text behind. Fixed SD2-693 - ToolstripContainer designer loading problem Fixed SD2-700: Exception when selecting AddIn Manager About option Fixed SD2-687: Cannot build entire solution after importing SharpDevelop 1.1 project Fixed exception when loading a project when a referenced library was missing dependencies. Fixed forum-5455: Importing old Visual Studio projects with non-ASCII characters in system encoding fails. Fixed SD2-662, SD2-664 - Replace all inserting incorrect text or getting stuck in an infinite loop. Fixed SD2-688: Selecting GAC list items in the Add Components dialog Fixed SD2-676: Code completion for a class with many methods can be slow git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1185 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
28 changed files with 399 additions and 177 deletions
@ -1,4 +1 @@
@@ -1,4 +1 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " /> |
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " /> |
||||
</Project> |
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> |
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00 |
||||
# SharpDevelop 2.0.0.1166 |
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SVNChangelogToXml", "SVNChangelogToXml.csproj", "{c6159c5e-f6ef-4a63-b152-0e49159b6059}" |
||||
EndProject |
||||
Global |
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
||||
Debug|Any CPU = Debug|Any CPU |
||||
Release|Any CPU = Release|Any CPU |
||||
EndGlobalSection |
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
||||
{C6159C5E-F6EF-4A63-B152-0E49159B6059}.Debug|Any CPU.Build.0 = Debug|AnyCPU |
||||
{C6159C5E-F6EF-4A63-B152-0E49159B6059}.Debug|Any CPU.ActiveCfg = Debug|AnyCPU |
||||
{C6159C5E-F6EF-4A63-B152-0E49159B6059}.Release|Any CPU.Build.0 = Release|AnyCPU |
||||
{C6159C5E-F6EF-4A63-B152-0E49159B6059}.Release|Any CPU.ActiveCfg = Release|AnyCPU |
||||
EndGlobalSection |
||||
EndGlobal |
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00 |
||||
# SharpDevelop 2.1.0.9999 |
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringResourceToolAddIn", "StringResourceToolAddIn.csproj", "{3648E209-B853-4168-BFB5-7A60EAF316F8}" |
||||
EndProject |
||||
Global |
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
||||
Debug|AnyCPU = Debug|AnyCPU |
||||
Release|AnyCPU = Release|AnyCPU |
||||
EndGlobalSection |
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
||||
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Debug|AnyCPU.Build.0 = Debug|Any CPU |
||||
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU |
||||
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Release|AnyCPU.Build.0 = Release|Any CPU |
||||
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Release|AnyCPU.ActiveCfg = Release|Any CPU |
||||
EndGlobalSection |
||||
EndGlobal |
Loading…
Reference in new issue