|
@@ -30,6 +30,26 @@
|
30
|
30
|
<WarningLevel>4</WarningLevel>
|
31
|
31
|
</PropertyGroup>
|
32
|
32
|
<ItemGroup>
|
|
33
|
+ <Reference Include="Logs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
34
|
+ <HintPath>..\packages\Logs.dll.1.2.5\lib\net45\Logs.dll</HintPath>
|
|
35
|
+ <Private>True</Private>
|
|
36
|
+ </Reference>
|
|
37
|
+ <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
38
|
+ <HintPath>..\packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
|
|
39
|
+ <Private>True</Private>
|
|
40
|
+ </Reference>
|
|
41
|
+ <Reference Include="Microsoft.Practices.EnterpriseLibrary.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
42
|
+ <HintPath>..\packages\EnterpriseLibrary.Data.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
|
|
43
|
+ <Private>True</Private>
|
|
44
|
+ </Reference>
|
|
45
|
+ <Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
46
|
+ <HintPath>..\packages\EnterpriseLibrary.Logging.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath>
|
|
47
|
+ <Private>True</Private>
|
|
48
|
+ </Reference>
|
|
49
|
+ <Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging.Database, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
50
|
+ <HintPath>..\packages\EnterpriseLibrary.Logging.Database.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Logging.Database.dll</HintPath>
|
|
51
|
+ <Private>True</Private>
|
|
52
|
+ </Reference>
|
33
|
53
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
34
|
54
|
<SpecificVersion>False</SpecificVersion>
|
35
|
55
|
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
|