Browse Source

Add missing GlobalAssemblyInfo.cs references.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4311 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 16 years ago
parent
commit
ea250dd7e2
  1. 7
      src/AddIns/DisplayBindings/SettingsEditor/Project/SettingsEditor.addin
  2. 3
      src/AddIns/Misc/ComponentInspector/ComponentInspector.AddIn/ComponentInspector.AddIn.csproj
  3. 3
      src/AddIns/Misc/ComponentInspector/ComponentInspector.Core/ComponentInspector.Core.csproj
  4. 2
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs
  5. 3
      src/AddIns/Misc/SourceAnalysis/SourceAnalysis.csproj

7
src/AddIns/DisplayBindings/SettingsEditor/Project/SettingsEditor.addin

@ -1,7 +1,12 @@ @@ -1,7 +1,12 @@
<AddIn name = "Settings Editor"
author = "Daniel Grunwald"
copyright = "prj:///doc/copyright.txt"
description = "Edits project settings">
description = "Edits project settings"
addInManagerHidden = "preinstalled">
<Manifest>
<Identity name = "ICSharpCode.SettingsEditor"/>
</Manifest>
<Runtime>
<Import assembly = "SettingsEditor.dll"/>

3
src/AddIns/Misc/ComponentInspector/ComponentInspector.AddIn/ComponentInspector.AddIn.csproj

@ -43,6 +43,9 @@ @@ -43,6 +43,9 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Configuration\AssemblyInfo.cs" />
<None Include="ComponentInspector.addin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

3
src/AddIns/Misc/ComponentInspector/ComponentInspector.Core/ComponentInspector.Core.csproj

@ -49,6 +49,9 @@ @@ -49,6 +49,9 @@
<Reference Include="System.Configuration" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="Src\Debug\Debugger.cs" />
<Compile Include="Src\ObjectBrowser\ActionMenuHelper.cs" />

2
src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs

@ -18,4 +18,4 @@ using System.Reflection; @@ -18,4 +18,4 @@ using System.Reflection;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyCopyright("2005-2008 David Srbecký")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyVersion("4.0.0.0")]

3
src/AddIns/Misc/SourceAnalysis/SourceAnalysis.csproj

@ -44,6 +44,9 @@ @@ -44,6 +44,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<EmbeddedResource Include="Resources\Settings.SourceAnalysis">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</EmbeddedResource>

Loading…
Cancel
Save