Skip to content

Commit 1ebd818

Browse files
committed
Fix GitTfs.Vs11 AssemblyInfo.
1 parent c5d6ea9 commit 1ebd818

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

GitTfs.Vs11/GitTfs.Vs11.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
<Reference Include="System.Xml" />
6464
</ItemGroup>
6565
<ItemGroup>
66+
<Compile Include="..\CommonAssemblyInfo.cs">
67+
<Link>Properties\CommonAssemblyInfo.cs</Link>
68+
</Compile>
69+
<Compile Include="..\Version.cs">
70+
<Link>Properties\Version.cs</Link>
71+
</Compile>
6672
<Compile Include="..\GitTfs.VsCommon\TfsHelper.Common.cs">
6773
<Link>TfsHelper.Common.cs</Link>
6874
</Compile>
Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
@@ -8,11 +7,6 @@
87
[assembly: AssemblyTitle("GitTfs.Vs11")]
98
[assembly: AssemblyDescription("")]
109
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("GitTfs.Vs11")]
13-
[assembly: AssemblyCopyright("Copyright © 2012")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1610

1711
// Setting ComVisible to false makes the types in this assembly not visible
1812
// to COM components. If you need to access a type in this assembly from
@@ -21,16 +15,3 @@
2115

2216
// The following GUID is for the ID of the typelib if this project is exposed to COM
2317
[assembly: Guid("d2c68247-a04a-464a-899d-a906c6828174")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)