Skip to content

Commit 188de63

Browse files
committed
More adjustments
1 parent 23c5d3e commit 188de63

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Xamarin.Android.Build.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<Compile Remove="Expected\**" />
3636
<Compile Include="..\..\..\..\tools\xabuild\SymbolicLink.cs" />
3737
<Compile Include="..\..\..\..\tools\xapp\Xamarin.Android.Application.AssemblyStore\AssemblyStore*.cs" />
38+
<Compile Include="..\..\..\..\tools\xapp\Xamarin.Android.Application\Constants.cs" />
39+
<Compile Include="..\..\..\..\tools\xapp\Xamarin.Android.Application.Utilities\ILogger.cs" />
40+
<Compile Include="..\..\..\..\tools\xapp\Xamarin.Android.Application.Utilities\LogLevel.cs" />
41+
<Compile Include="..\..\..\..\tools\xapp\Xamarin.Android.Application.Utilities\Util.cs" />
3842
<Content Include="Expected\GenerateDesignerFileExpected.cs">
3943
<Link>..\Expected\GenerateDesignerFileExpected.cs</Link>
4044
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<ItemGroup>
2727
<Compile Remove="Resources\**\*.cs" />
2828
<Compile Include="..\..\tools\xapp\Xamarin.Android.Application.AssemblyStore\AssemblyStore*.cs" />
29+
<Compile Include="..\..\tools\xapp\Xamarin.Android.Application\Constants.cs" />
30+
<Compile Include="..\..\tools\xapp\Xamarin.Android.Application.Utilities\ILogger.cs" />
31+
<Compile Include="..\..\tools\xapp\Xamarin.Android.Application.Utilities\LogLevel.cs" />
32+
<Compile Include="..\..\tools\xapp\Xamarin.Android.Application.Utilities\Util.cs" />
2933
<EmbeddedResource Include="Resources\LinkDescTest\*.*" />
3034
</ItemGroup>
3135
<ItemGroup>

tools/xapp/Xamarin.Android.Application.Utilities/XamarinLoggingHelper.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33

44
namespace Xamarin.Android.Application.Utilities;
55

6-
enum LogLevel
7-
{
8-
Error,
9-
Warning,
10-
Info,
11-
Message,
12-
Debug,
13-
Verbose,
14-
}
15-
166
class XamarinLoggingHelper : ILogger
177
{
188
static readonly object consoleLock = new object ();

0 commit comments

Comments
 (0)