Browse Source

Revert some changes

pull/624/head
olegbevz 11 years ago
parent
commit
c81f307638
  1. 12
      src/AddIns/Analysis/Profiler/Frontend/AddIn/Properties/AssemblyInfo.cs
  2. 8
      src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj
  3. 4
      src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj

12
src/AddIns/Analysis/Profiler/Frontend/AddIn/Properties/AssemblyInfo.cs

@ -18,15 +18,16 @@ @@ -18,15 +18,16 @@
#region Using directives
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
#endregion
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
using System.Reflection;
using System.Resources;
[assembly: AssemblyTitle("Profiler.AddIn")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
@ -49,7 +50,4 @@ using System.Resources; @@ -49,7 +50,4 @@ using System.Resources;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.*")]
[assembly: NeutralResourcesLanguage("af")]
[assembly: AssemblyFlags(AssemblyNameFlags.EnableJITcompileOptimizer)]
[assembly: AssemblyVersion("1.0.*")]

8
src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj

@ -420,7 +420,7 @@ @@ -420,7 +420,7 @@
<Compile Include="Src\Gui\Dialogs\ExtractInterfaceDialog.Designer.cs">
<DependentUpon>ExtractInterfaceDialog.cs</DependentUpon>
</Compile>
<Compile Include="Src\Gui\Dialogs\GotoDialog.cs" >
<Compile Include="Src\Gui\Dialogs\GotoDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Src\Gui\Dialogs\NewProjectDialog.cs" />
@ -679,7 +679,7 @@ @@ -679,7 +679,7 @@
<Compile Include="Src\Gui\Dialogs\SharpDevelopAboutPanels.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Src\Gui\Dialogs\TabbedOptions.cs" >
<Compile Include="Src\Gui\Dialogs\TabbedOptions.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Src\Gui\Dialogs\WordCountDialog.cs">
@ -846,9 +846,7 @@ @@ -846,9 +846,7 @@
<Compile Include="Src\Gui\Pads\TaskList\TaskListPad.cs" />
<Compile Include="Src\Gui\FormLocationHelper.cs" />
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\AddWebReferenceDialog.cs" />
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\WebServicesView.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\WebServicesView.cs" />
<Compile Include="Src\Project\Items\WebReferencesProjectItem.cs" />
<Compile Include="Src\Gui\Pads\ProjectBrowser\NodeBuilder\WebReferenceNodeBuilder.cs" />
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\WebReferencesFolderNode.cs" />

4
src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj

@ -193,7 +193,9 @@ @@ -193,7 +193,9 @@
<EmbeddedResource Include="mime_utf-16_be_test.txt" />
<EmbeddedResource Include="mime_utf-16_le_test.txt" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="ProcessRunner" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="mime_bug1.txt" />
</ItemGroup>

Loading…
Cancel
Save