Skip to content

Commit

Permalink
Problem fixed with VS addin
Browse files Browse the repository at this point in the history
  • Loading branch information
KindDragon committed May 18, 2012
1 parent 09e85bc commit 39436a8
Show file tree
Hide file tree
Showing 35 changed files with 113 additions and 32 deletions.
7 changes: 0 additions & 7 deletions CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand All @@ -14,11 +12,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// Version information for an assembly consists of the following four values:
//
// Major Version
Expand Down
1 change: 1 addition & 0 deletions GitCommands/GitCommands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<Compile Include="Config\ConfigSection.cs" />
<Compile Include="Git\GitCommandCache.cs" />
<Compile Include="Patch\PatchProcessor.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Repository\Repository.cs" />
<Compile Include="Repository\RepositoryCategory.cs" />
<Compile Include="Git\GitBlame.cs" />
Expand Down
6 changes: 6 additions & 0 deletions GitCommands/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions GitCommandsTests/GitCommandsTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<Compile Include="FindValidworkingDirTest.cs" />
<Compile Include="PatchManagerTest.cs" />
<Compile Include="ConfigFileTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TestResource.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
Expand Down
6 changes: 6 additions & 0 deletions GitCommandsTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions GitExtensions/GitExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
Expand Down
6 changes: 6 additions & 0 deletions GitExtensions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions GitPlugin/GitPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<Compile Include="DebugLogHandler.cs" />
<Compile Include="Log.cs" />
<Compile Include="Plugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
Expand Down
5 changes: 5 additions & 0 deletions GitPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
using System.Reflection;

[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
1 change: 1 addition & 0 deletions GitUI/GitUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@
<Compile Include="Google.cs" />
<Compile Include="Lemmings.cs" />
<Compile Include="ProcessOutputTimer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RepoHosting\CreatePullRequestForm.cs">
<SubType>Form</SubType>
</Compile>
Expand Down
6 changes: 6 additions & 0 deletions GitUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions Gravatar/Gravatar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<Compile Include="IImageCache.cs" />
<Compile Include="IsolatedStorageImageCache.cs" />
<Compile Include="MD5.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
Expand Down
6 changes: 6 additions & 0 deletions Gravatar/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions Plugins/AutoCheckForUpdates/AutoCheckForUpdates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="AutoCheckForUpdates.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Updates.cs">
<SubType>Form</SubType>
</Compile>
Expand Down
26 changes: 1 addition & 25 deletions Plugins/AutoCheckForUpdates/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// 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.
[assembly: AssemblyTitle("GitExtensions")]
[assembly: AssemblyDescription("GitExtensions is a graphical interface for Git")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("GitExtensions")]
[assembly: AssemblyProduct("GitExtensions")]
[assembly: AssemblyCopyright("Copyright © 2012 Henk Westhuis")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.32")]
[assembly: AssemblyFileVersion("2.32")]
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="AutoCompileSubModules.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\GitUIPluginInterfaces\GitUIPluginInterfaces.csproj">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions Plugins/CreateLocalBranches/CreateLocalBranches.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<DependentUpon>CreateLocalBranchesForm.cs</DependentUpon>
</Compile>
<Compile Include="CreateLocalBranchesPlugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Plugins\GitUIPluginInterfaces\GitUIPluginInterfaces.csproj">
Expand Down
6 changes: 6 additions & 0 deletions Plugins/CreateLocalBranches/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions Plugins/DeleteUnusedBranches/DeleteUnusedBranches.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<Compile Include="DeleteUnusedBranchesForm.Designer.cs">
<DependentUpon>DeleteUnusedBranchesForm.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SortableBranchesList.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions Plugins/DeleteUnusedBranches/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions Plugins/FindLargeFiles/FindLargeFiles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<Compile Include="FindLargeFilesForm.Designer.cs">
<DependentUpon>FindLargeFilesForm.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SortableObjectsList.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions Plugins/FindLargeFiles/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions Plugins/GitUIPluginInterfaces/GitUIPluginInterfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
</Compile>
<Compile Include="IGitPluginForRepository.cs" />
<Compile Include="IGitCommands.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RepositoryHosts\IRepositoryHostPlugin.cs" />
<Compile Include="IGitPlugin.cs" />
<Compile Include="IGitPluginSettingsContainer.cs" />
Expand Down
6 changes: 6 additions & 0 deletions Plugins/GitUIPluginInterfaces/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions Plugins/Github/Github.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<Compile Include="GithubPullRequestInformation.cs" />
<Compile Include="GithubHostedRemoteInformation.cs" />
<Compile Include="MiscHelpers.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PullRequestDiscussion.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions Plugins/Github/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions Plugins/Gource/Gource.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<Compile Include="GourceStart.Designer.cs">
<DependentUpon>GourceStart.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Plugins\GitUIPluginInterfaces\GitUIPluginInterfaces.csproj">
Expand Down
6 changes: 6 additions & 0 deletions Plugins/Gource/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions Plugins/Statistics/GitImpact/GitImpact.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<Compile Include="ImpactControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\GitCommands\GitCommands.csproj">
Expand Down
6 changes: 6 additions & 0 deletions Plugins/Statistics/GitImpact/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions Plugins/Statistics/GitStatistics/GitStatistics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<Compile Include="PieChart\SliceSelectedArgs.cs" />
<Compile Include="PieChart\ShadowStyle.cs" />
<Compile Include="PieChart\SliceSelectedHandler.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\GitCommands\GitCommands.csproj">
Expand Down
6 changes: 6 additions & 0 deletions Plugins/Statistics/GitStatistics/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
6 changes: 6 additions & 0 deletions ResourceManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
1 change: 1 addition & 0 deletions ResourceManager/ResourceManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="ITranslate.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Translate.cs" />
<Compile Include="Translation.cs" />
<Compile Include="TranslationCategory.cs" />
Expand Down

0 comments on commit 39436a8

Please sign in to comment.