|
|
@ -53,7 +53,7 @@
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
|
<Reference Include="Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
@ -120,10 +120,6 @@
|
|
|
|
</Reference>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
<Reference Include="System.Data.SQLite, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
|
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
|
|
<HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net40\System.Data.SQLite.dll</HintPath>
|
|
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
@ -384,8 +380,7 @@
|
|
|
|
</PreBuildEvent>
|
|
|
|
</PreBuildEvent>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<PostBuildEvent>
|
|
|
|
<PostBuildEvent>xcopy /s /y "$(SolutionDir)\Libraries\Sqlite\*.*" "$(TargetDir)"</PostBuildEvent>
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
</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.
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|