~halega/+junk/sqlinstaller

« back to all changes in this revision

Viewing changes to SQLInstaller.msbuild

  • Committer: sk
  • Date: 2011-09-10 05:32:36 UTC
  • Revision ID: halega@halega.com-20110910053236-1877r3p0k4a64bgx
Tags: 1.2.2
1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" ?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
        <Target Name="Build">
 
4
                <MSBuild Projects="SQL Installer.NET.sln" Targets="Clean;Rebuild" />
 
5
                <MSBuild Projects="SQLInstaller.Setup\SQLInstaller.Setup.wixproj" Targets="Clean;Build" />
 
6
        </Target>
 
7
</Project>
 
8