99 <IISExpressAnonymousAuthentication />
1010 <IISExpressWindowsAuthentication />
1111 <IISExpressUseClassicPipelineMode />
12+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\src\</SolutionDir >
1213 </PropertyGroup >
1314 <PropertyGroup >
1415 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
4849 <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
4950 </PropertyGroup >
5051 <ItemGroup >
51- <Reference Include =" log4net, Version=1.2.10 .0, Culture=neutral, PublicKeyToken=1b44e1d426115821 , processorArchitecture=MSIL" >
52+ <Reference Include =" log4net, Version=1.2.11 .0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a , processorArchitecture=MSIL" >
5253 <SpecificVersion >False</SpecificVersion >
53- <HintPath >..\..\lib\log4net.dll</HintPath >
54+ <HintPath >..\..\src\packages\log4net.2.0.0\ lib\net40-full \log4net.dll</HintPath >
5455 </Reference >
5556 <Reference Include =" System" />
5657 <Reference Include =" System.Data" />
310311 <Folder Include =" App_Data\" />
311312 <Folder Include =" bin\" />
312313 </ItemGroup >
314+ <ItemGroup >
315+ <Content Include =" packages.config" />
316+ </ItemGroup >
313317 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
314318 <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
315319 <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
340344 </VisualStudio >
341345 </ProjectExtensions >
342346 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition =" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " />
347+ <Import Project =" $(SolutionDir)\.nuget\nuget.targets" />
343348</Project >
0 commit comments