We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6411d5 commit 80c0cd2Copy full SHA for 80c0cd2
Framework/PostSharp.Samples.Profiling/PostSharp.Samples.Profiling.csproj
@@ -59,11 +59,12 @@
59
<Reference Include="System.Xml" />
60
</ItemGroup>
61
<ItemGroup>
62
+ <Compile Include="ExcludedTimeData.cs" />
63
<Compile Include="MethodCallData.cs" />
64
<Compile Include="MetricAccessor.cs" />
65
<Compile Include="MetricData.cs" />
66
<Compile Include="ProfileAttribute.cs" />
- <Compile Include="ProfiledMethod.cs" />
67
+ <Compile Include="MetricMetadata.cs" />
68
<Compile Include="ProfilingServices.cs" />
69
<Compile Include="Program.cs" />
70
<Compile Include="Properties\AssemblyInfo.cs" />
0 commit comments