Commit 1f7ed2d6ae114eced58870ccf82a8184d1220aa0

Authored by Nikita Kulshreshtha
1 parent 756604af

removed nlog refrence.

400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj
... ... @@ -59,10 +59,6 @@
59 59 <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
60 60 <Private>True</Private>
61 61 </Reference>
62   - <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
63   - <HintPath>..\packages\NLog.4.4.0\lib\net45\NLog.dll</HintPath>
64   - <Private>True</Private>
65   - </Reference>
66 62 <Reference Include="System.Net.Http" />
67 63 <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
68 64 <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
... ...
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... ... @@ -43373,10 +43373,6 @@
43373 43373 <HintPath>..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath>
43374 43374 <Private>True</Private>
43375 43375 </Reference>
43376   - <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
43377   - <HintPath>..\packages\NLog.4.4.0\lib\net45\NLog.dll</HintPath>
43378   - <Private>True</Private>
43379   - </Reference>
43380 43376 </ItemGroup>
43381 43377 <PropertyGroup>
43382 43378 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
... ...