Skip to content

Commit

Permalink
Core: Updated projects to use log2net from NuGet, removed old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahFowler committed Oct 12, 2018
1 parent 2dd670b commit 3991854
Show file tree
Hide file tree
Showing 24 changed files with 57 additions and 58,871 deletions.
6 changes: 4 additions & 2 deletions SuperFlexiBusiness/SuperFlexiBusiness.csproj
Expand Up @@ -82,9 +82,8 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net">
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -172,6 +171,9 @@
<Name>SuperFlexiData.SQLite</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 4 additions & 0 deletions SuperFlexiBusiness/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.3" targetFramework="net462" />
</packages>
Binary file removed _libs/log4net.dll
Binary file not shown.
28,655 changes: 0 additions & 28,655 deletions _libs/log4net.xml

This file was deleted.

Binary file removed _libs/log4net1-2-11/log4net.dll
Binary file not shown.
30,205 changes: 0 additions & 30,205 deletions _libs/log4net1-2-11/log4net.xml

This file was deleted.

Expand Up @@ -110,7 +110,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\_libs\GCheckout1.3.2\GCheckout.dll</HintPath>
</Reference>
<Reference Include="log4net">
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 4 additions & 0 deletions mojoPortal.Business.WebHelpers/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.3" targetFramework="net462" />
</packages>
2 changes: 1 addition & 1 deletion mojoPortal.Business/mojoPortal.Business.csproj
Expand Up @@ -155,7 +155,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net">
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
Expand Down
4 changes: 4 additions & 0 deletions mojoPortal.Business/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.3" targetFramework="net462" />
</packages>
4 changes: 3 additions & 1 deletion mojoPortal.Data.MSSQL/mojoPortal.Data.MSSQL.csproj
Expand Up @@ -64,7 +64,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -142,6 +141,9 @@
<Compile Include="SqlHelper.cs" />
<Compile Include="SQLParameterHelper.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
Expand Down
4 changes: 4 additions & 0 deletions mojoPortal.Data.MSSQL/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.3" targetFramework="net462" />
</packages>
1 change: 0 additions & 1 deletion mojoPortal.Data.MySql/mojoPortal.Data.MySql.csproj
Expand Up @@ -144,7 +144,6 @@
<HintPath>..\packages\Google.Protobuf.3.5.1\lib\net45\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
Expand Down
1 change: 1 addition & 0 deletions mojoPortal.Data.MySql/packages.config
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Google.Protobuf" version="3.5.1" targetFramework="net462" />
<package id="log4net" version="2.0.3" targetFramework="net462" />
<package id="MySql.Data" version="8.0.12" targetFramework="net462" />
</packages>
4 changes: 3 additions & 1 deletion mojoPortal.Data.SQLite/mojoPortal.Data.SQLite.csproj
Expand Up @@ -52,7 +52,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Mono.Data.Sqlite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=138411798f1650f6, processorArchitecture=MSIL">
Expand Down Expand Up @@ -134,6 +133,9 @@
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
Expand Down
4 changes: 4 additions & 0 deletions mojoPortal.Data.SQLite/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.3" targetFramework="net462" />
</packages>
4 changes: 3 additions & 1 deletion mojoPortal.Data.pgsql/mojoPortal.Data.pgsql.csproj
Expand Up @@ -59,7 +59,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Npgsql, Version=2.0.7.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
Expand Down Expand Up @@ -146,6 +145,9 @@
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
Expand Down
4 changes: 4 additions & 0 deletions mojoPortal.Data.pgsql/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.3" targetFramework="net462" />
</packages>
Expand Up @@ -106,7 +106,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net">
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -193,6 +193,9 @@
<Name>mojoPortal.Features.Data.SQLite</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 4 additions & 0 deletions mojoPortal.Features.Business/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.3" targetFramework="net462" />
</packages>
1 change: 0 additions & 1 deletion mojoPortal.Net/mojoPortal.Net.csproj
Expand Up @@ -116,7 +116,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 4 additions & 0 deletions mojoPortal.Net/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.3" targetFramework="net462" />
</packages>
2 changes: 1 addition & 1 deletion mojoPortal.Web.Editor/mojoPortal.Web.Editor.csproj
Expand Up @@ -107,7 +107,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net">
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 4 additions & 0 deletions mojoPortal.Web.Editor/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.3" targetFramework="net462" />
</packages>

0 comments on commit 3991854

Please sign in to comment.