This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
forked from brentspell/NuBuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.2.0-a1 (VS2010 and WP7 compatible, not only VS2012 and VS2013)
- Supporting .Net451, .Net452, SL40WP70 and SL40WP71 projects - Default TargetFrameworkVersion is 4.0 to properly support VS2010 - supporting PreBuildEvent and PostBuildEvent brentspell#39 (transform on build is removed) - .nuspec templates are UTF-8 brentspell#52 - VSSDK.Shell.10 NuGet package is added to Package.csproj to properly build for VS2010 under VS2012 - NuGet.Core updated from 2.8.0 to 2.8.1 - Proper handling of OutputPath and OutDir properties in NuBuild.targets - detailed error messages during build Issues: - serialization exception during VS2010 build - automatic dependency calculation screws up with mixed SL40WP7x project types
- Loading branch information
lmagyar
committed
May 24, 2014
1 parent
9e917f5
commit 4959e96
Showing
19 changed files
with
363 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Web.Xdt" version="1.0.0" targetFramework="net40" /> | ||
<package id="NuGet.Core" version="2.8.0" targetFramework="net40" /> | ||
<package id="Microsoft.Web.Xdt" version="2.1.1" targetFramework="net40" /> | ||
<package id="NuGet.Core" version="2.8.1" targetFramework="net40" /> | ||
</packages> |
Binary file not shown.
Oops, something went wrong.