<ItemGroupCondition="'$(Configuration)' == 'Debug' Or '$(Configuration)' == 'Release'">
<NoneInclude="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroupCondition="'$(Configuration)' == 'Debug-Net45' Or '$(Configuration)' == 'Release-Net45'">
<NoneInclude="packages-Net45.config"/>
</ItemGroup>
<ItemGroup>
<NoneInclude="makecert.exe">
...
...
@@ -125,11 +146,11 @@
<ErrorCondition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')"Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567."HelpKeyword="BCLBUILD2001"/>
<ErrorCondition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')"Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568."HelpKeyword="BCLBUILD2002"/>
</Target>
<!-- 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">
</Target>
<Target Name="AfterBuild">
</Target>
<!-- 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.