|
70 | 70 | <Reference Include="EPPlus, Version=4.5.2.1, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL"> |
71 | 71 | <HintPath>..\packages\EPPlus.4.5.2.1\lib\net40\EPPlus.dll</HintPath> |
72 | 72 | </Reference> |
| 73 | + <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath> |
| 75 | + </Reference> |
| 76 | + <Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath> |
| 78 | + </Reference> |
| 79 | + <Reference Include="Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 80 | + <HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath> |
| 81 | + </Reference> |
| 82 | + <Reference Include="Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 83 | + <HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath> |
| 84 | + </Reference> |
| 85 | + <Reference Include="Microsoft.Owin.Security, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 86 | + <HintPath>..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath> |
| 87 | + </Reference> |
| 88 | + <Reference Include="Microsoft.Owin.Security.Cookies, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 89 | + <HintPath>..\packages\Microsoft.Owin.Security.Cookies.2.1.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath> |
| 90 | + </Reference> |
| 91 | + <Reference Include="Microsoft.Owin.Security.OAuth, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 92 | + <HintPath>..\packages\Microsoft.Owin.Security.OAuth.2.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath> |
| 93 | + </Reference> |
73 | 94 | <Reference Include="Microting.eForm, Version=2.1.280.0, Culture=neutral, processorArchitecture=MSIL"> |
74 | 95 | <HintPath>..\packages\Microting.eForm.2.1.280\lib\net45\Microting.eForm.dll</HintPath> |
75 | 96 | </Reference> |
|
83 | 104 | <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
84 | 105 | </Reference> |
85 | 106 | <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"> |
86 | | - <HintPath>..\packages\NLog.4.3.11\lib\net45\NLog.dll</HintPath> |
| 107 | + <HintPath>..\packages\NLog.4.5.6\lib\net45\NLog.dll</HintPath> |
| 108 | + </Reference> |
| 109 | + <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL"> |
| 110 | + <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> |
87 | 111 | </Reference> |
88 | 112 | <Reference Include="PresentationCore" /> |
89 | 113 | <Reference Include="Rebus, Version=4.2.1.0, Culture=neutral, processorArchitecture=MSIL"> |
|
100 | 124 | <Reference Include="System.Configuration" /> |
101 | 125 | <Reference Include="System.Core" /> |
102 | 126 | <Reference Include="System.Drawing" /> |
| 127 | + <Reference Include="System.IO.Compression" /> |
103 | 128 | <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
104 | 129 | <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
105 | 130 | </Reference> |
106 | 131 | <Reference Include="System.Runtime.Remoting" /> |
| 132 | + <Reference Include="System.Runtime.Serialization" /> |
107 | 133 | <Reference Include="System.Security" /> |
| 134 | + <Reference Include="System.ServiceModel" /> |
108 | 135 | <Reference Include="System.Transactions" /> |
109 | 136 | <Reference Include="System.Web" /> |
110 | 137 | <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
120 | 147 | <ItemGroup> |
121 | 148 | <Compile Include="Consts\EformRoles.cs" /> |
122 | 149 | <Compile Include="Helpers\LocaleHelper.cs" /> |
| 150 | + <Compile Include="Infrastructure\Data\BaseDbContext.cs" /> |
| 151 | + <Compile Include="Infrastructure\Data\Base\BaseEntity.cs" /> |
| 152 | + <Compile Include="Infrastructure\Data\Entities\EformRole.cs" /> |
| 153 | + <Compile Include="Infrastructure\Data\Entities\EformRoleStore.cs" /> |
| 154 | + <Compile Include="Infrastructure\Data\Entities\EformUser.cs" /> |
| 155 | + <Compile Include="Infrastructure\Data\Entities\EformUserClaim.cs" /> |
| 156 | + <Compile Include="Infrastructure\Data\Entities\EformUserLogin.cs" /> |
| 157 | + <Compile Include="Infrastructure\Data\Entities\EformUserRole.cs" /> |
| 158 | + <Compile Include="Infrastructure\Data\Entities\EformUserStore.cs" /> |
123 | 159 | <Compile Include="Infrastructure\Handlers\GenerateJasperFilesHandler.cs" /> |
124 | 160 | <Compile Include="Infrastructure\EFormCoreHelper.cs" /> |
125 | 161 | <Compile Include="Infrastructure\Installers\RebusInstaller.cs" /> |
|
0 commit comments