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

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

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

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

@ -49,6 +49,9 @@
<Reference Include="System.Configuration" /> <Reference Include="System.Configuration" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Configuration\AssemblyInfo.cs" /> <Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="Src\Debug\Debugger.cs" /> <Compile Include="Src\Debug\Debugger.cs" />
<Compile Include="Src\ObjectBrowser\ActionMenuHelper.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;
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: AssemblyCopyright("2005-2008 David Srbecký")] [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 @@
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<EmbeddedResource Include="Resources\Settings.SourceAnalysis"> <EmbeddedResource Include="Resources\Settings.SourceAnalysis">
<CopyToOutputDirectory>Never</CopyToOutputDirectory> <CopyToOutputDirectory>Never</CopyToOutputDirectory>
</EmbeddedResource> </EmbeddedResource>

Loading…
Cancel
Save