|
|
|
@ -97,7 +97,7 @@
|
|
|
|
|
<HintPath>..\packages\NLog.2.1.0\lib\net40\NLog.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Omu.ValueInjecter">
|
|
|
|
|
<HintPath>..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll</HintPath>
|
|
|
|
|
<HintPath>..\packages\ValueInjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Prowlin">
|
|
|
|
|
<HintPath>..\packages\Prowlin.0.9.4456.26422\lib\net40\Prowlin.dll</HintPath>
|
|
|
|
@ -171,7 +171,7 @@
|
|
|
|
|
<Compile Include="Datastore\LazyList.cs" />
|
|
|
|
|
<Compile Include="Datastore\MainDatabase.cs" />
|
|
|
|
|
<Compile Include="Datastore\LogDatabase.cs" />
|
|
|
|
|
<Compile Include="Datastore\Migration\001_initialSetup.cs" />
|
|
|
|
|
<Compile Include="Datastore\Migration\001_initial_setup.cs" />
|
|
|
|
|
<Compile Include="Datastore\Migration\002_remove_tvrage_imdb_unique_constraint.cs" />
|
|
|
|
|
<Compile Include="Datastore\Migration\003_remove_clean_title_from_scene_mapping.cs" />
|
|
|
|
|
<Compile Include="Datastore\Migration\004_updated_history.cs" />
|
|
|
|
@ -978,7 +978,7 @@
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.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.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|