Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <PropertyGroup> |
| 4 | <ProjectGuid>{91C99298-8E2E-4422-A5AF-CC4FFF9A58D3}</ProjectGuid> |
| 5 | <SchemaVersion>2.0</SchemaVersion> |
| 6 | <OutputName>pip</OutputName> |
| 7 | <OutputType>Package</OutputType> |
| 8 | <SuppressIces>ICE71</SuppressIces> |
| 9 | </PropertyGroup> |
| 10 | <Import Project="..\msi.props" /> |
| 11 | <ItemGroup> |
| 12 | <Compile Include="*.wxs" /> |
| 13 | </ItemGroup> |
| 14 | <ItemGroup> |
| 15 | <EmbeddedResource Include="*.wxl" /> |
| 16 | </ItemGroup> |
| 17 | |
| 18 | <Import Project="..\msi.targets" /> |
| 19 | </Project> |