File tree 30 files changed +203
-333
lines changed
30 files changed +203
-333
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<startup >
4
4
<supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.5" />
5
5
</startup >
6
+ <runtime >
7
+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
8
+ <dependentAssembly >
9
+ <assemblyIdentity name =" System.Composition.AttributedModel" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
10
+ <bindingRedirect oldVersion =" 0.0.0.0-1.0.30.0" newVersion =" 1.0.30.0" />
11
+ </dependentAssembly >
12
+ <dependentAssembly >
13
+ <assemblyIdentity name =" System.Composition.Runtime" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
14
+ <bindingRedirect oldVersion =" 0.0.0.0-1.0.30.0" newVersion =" 1.0.30.0" />
15
+ </dependentAssembly >
16
+ <dependentAssembly >
17
+ <assemblyIdentity name =" System.Composition.TypedParts" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
18
+ <bindingRedirect oldVersion =" 0.0.0.0-1.0.30.0" newVersion =" 1.0.30.0" />
19
+ </dependentAssembly >
20
+ <dependentAssembly >
21
+ <assemblyIdentity name =" System.Composition.Hosting" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
22
+ <bindingRedirect oldVersion =" 0.0.0.0-1.0.30.0" newVersion =" 1.0.30.0" />
23
+ </dependentAssembly >
24
+ </assemblyBinding >
25
+ </runtime >
6
26
</configuration >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- using MetricsExtractor . CodeMetrics ;
1
+ using ArchiMetrics . Common . Metrics ;
2
2
3
3
namespace MetricsExtractor
4
4
{
5
5
internal class MetodoComTipo
6
6
{
7
- public NamespaceType Tipo { get ; set ; }
7
+ public ITypeMetric Tipo { get ; set ; }
8
8
9
- public Member Metodo { get ; set ; }
9
+ public IMemberMetric Metodo { get ; set ; }
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments