Skip to content

Instantly share code, notes, and snippets.

@tugberkugurlu
Created June 8, 2012 13:46
Show Gist options
  • Save tugberkugurlu/2895683 to your computer and use it in GitHub Desktop.
Save tugberkugurlu/2895683 to your computer and use it in GitHub Desktop.
<Target Name="Compile" DependsOnTargets="Init">
<MSBuild Projects="@(MainSolutionfile)" Targets="Rebuild" Properties="OutDir=%(OutputDir.FullPath);Configuration=$(Configuration)" />
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment