File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 16
16
<ItemGroup >
17
17
<ProjectReference Include =" ..\..\..\Plugins\Gerrit\Gerrit.csproj" />
18
18
<ProjectReference Include =" ..\..\..\ResourceManager\ResourceManager.csproj" />
19
+ <ProjectReference Include =" ..\..\CommonTestUtils\CommonTestUtils.csproj" />
19
20
</ItemGroup >
20
21
21
22
</Project >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
using System . Runtime . InteropServices ;
3
+ using CommonTestUtils ;
3
4
4
5
// General Information about an assembly is controlled through the following
5
6
// set of attributes. Change these attribute values to modify the information
33
34
// [assembly: AssemblyVersion("1.0.*")]
34
35
[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
35
36
[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
37
+
38
+ [ assembly: TestAppSettings ]
You can’t perform that action at this time.
0 commit comments