|
@ -52,6 +52,15 @@ |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath> |
|
|
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath> |
|
|
</Reference> |
|
|
</Reference> |
|
|
|
|
|
<Reference Include="Microsoft.Owin"> |
|
|
|
|
|
<HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="Microsoft.Owin.Host.SystemWeb"> |
|
|
|
|
|
<HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.2.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="Owin"> |
|
|
|
|
|
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> |
|
|
|
|
|
</Reference> |
|
|
<Reference Include="ServiceStack.Text"> |
|
|
<Reference Include="ServiceStack.Text"> |
|
|
<HintPath>..\packages\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll</HintPath> |
|
|
<HintPath>..\packages\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll</HintPath> |
|
|
</Reference> |
|
|
</Reference> |
|
@ -76,7 +85,6 @@ |
|
|
<Compile Include="Avalin.cs" /> |
|
|
<Compile Include="Avalin.cs" /> |
|
|
<Compile Include="AvalinViewModel.cs" /> |
|
|
<Compile Include="AvalinViewModel.cs" /> |
|
|
<Compile Include="ChangePasswordViewModel.cs" /> |
|
|
<Compile Include="ChangePasswordViewModel.cs" /> |
|
|
<Compile Include="Helpers\ScheduledTasks\TestJob.cs" /> |
|
|
|
|
|
<Compile Include="Helpers\ScheduledTasks\ExpiringJob.cs" /> |
|
|
<Compile Include="Helpers\ScheduledTasks\ExpiringJob.cs" /> |
|
|
<Compile Include="Helpers\ScheduledTasks\NewJob.cs" /> |
|
|
<Compile Include="Helpers\ScheduledTasks\NewJob.cs" /> |
|
|
<Compile Include="Helpers\ScheduledTasks\NewApplication.cs" /> |
|
|
<Compile Include="Helpers\ScheduledTasks\NewApplication.cs" /> |
|
|