File tree 2 files changed +6
-19
lines changed
2 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 63
63
<Reference Include =" System.Xml" />
64
64
</ItemGroup >
65
65
<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 >
66
72
<Compile Include =" ..\GitTfs.VsCommon\TfsHelper.Common.cs" >
67
73
<Link >TfsHelper.Common.cs</Link >
68
74
</Compile >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
- using System . Runtime . CompilerServices ;
3
2
using System . Runtime . InteropServices ;
4
3
5
4
// General Information about an assembly is controlled through the following
8
7
[ assembly: AssemblyTitle ( "GitTfs.Vs11" ) ]
9
8
[ assembly: AssemblyDescription ( "" ) ]
10
9
[ assembly: AssemblyConfiguration ( "" ) ]
11
- [ assembly: AssemblyCompany ( "" ) ]
12
- [ assembly: AssemblyProduct ( "GitTfs.Vs11" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © 2012" ) ]
14
- [ assembly: AssemblyTrademark ( "" ) ]
15
- [ assembly: AssemblyCulture ( "" ) ]
16
10
17
11
// Setting ComVisible to false makes the types in this assembly not visible
18
12
// to COM components. If you need to access a type in this assembly from
21
15
22
16
// The following GUID is for the ID of the typelib if this project is exposed to COM
23
17
[ 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" ) ]
You can’t perform that action at this time.
0 commit comments