Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 90a62d4

Browse files
Replaced Catel by LibLog
1 parent 71b4941 commit 90a62d4

17 files changed

+2108
-99
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Weavers>
33
<ModuleInit/>
4-
<Catel/>
54
</Weavers>

src/GitTools.Core.Tests/GitTools.Core.Tests.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@
3535
<NoWarn>1591;1998</NoWarn>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Catel.Core, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\..\lib\Catel.Core.4.1.0\lib\net45\Catel.Core.dll</HintPath>
40-
<Private>True</Private>
41-
</Reference>
42-
<Reference Include="Catel.Fody.Attributes, Version=2.5.0.0, Culture=neutral, PublicKeyToken=1c8163524cbe02e6, processorArchitecture=MSIL">
43-
<HintPath>..\..\lib\Catel.Fody.2.5.0\lib\portable-net4+sl4+wp7+win8+wpa81+MonoAndroid14+MonoTouch40\Catel.Fody.Attributes.dll</HintPath>
44-
<Private>True</Private>
45-
</Reference>
4638
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
4739
<HintPath>..\..\lib\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
4840
<Private>True</Private>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using Catel.Logging;
2-
using NUnit.Framework;
1+
using NUnit.Framework;
32

43
[SetUpFixture]
54
public class GlobalInitialization
@@ -8,7 +7,7 @@ public class GlobalInitialization
87
public static void SetUp()
98
{
109
#if DEBUG
11-
LogManager.AddDebugListener(true);
10+
//LogManager.AddDebugListener(true);
1211
#endif
1312
}
1413
}

src/GitTools.Core.Tests/packages.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Catel.Core" version="4.1.0" targetFramework="net45" />
4-
<package id="Catel.Fody" version="2.5.0" targetFramework="net45" developmentDependency="true" />
53
<package id="Fody" version="1.28.3" targetFramework="net45" developmentDependency="true" />
64
<package id="ModuleInit.Fody" version="1.5.6.0" targetFramework="net45" developmentDependency="true" />
75
<package id="NUnit" version="2.6.4" targetFramework="net45" />

0 commit comments

Comments
 (0)