Skip to content

Instantly share code, notes, and snippets.

@hagbarddenstore
Created October 21, 2013 14:17
Show Gist options
  • Save hagbarddenstore/7084633 to your computer and use it in GitHub Desktop.
Save hagbarddenstore/7084633 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="Api_Web:Package">
<MSBuild
Condition="'%(ProjectReference.Identity)' == '$(SolutionDir)src\Api.Web\Api.Web.csproj'"
Projects="@(ProjectReference)"
Targets="Package"
BuildInParallel="True"
ToolsVersion="4.0"
Properties="BuildingSolutionFile=True; CurrentSolutionConfigurationContents=$(CurrentSolutionConfigurationContents); SolutionDir=$(SolutionDir); SolutionExt=$(SolutionExt); SolutionFileName=$(SolutionFileName); SolutionName=$(SolutionName); SolutionPath=$(SolutionPath)"
SkipNonExistentProjects="%(ProjectReference.SkipNonExistentProjects)" />
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment