| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project> |
| 3 | <Import Project="$(WixMSBuildProps)" /> |
| 4 | |
| 5 | <PropertyGroup> |
| 6 | <OutputType>Library</OutputType> |
| 7 | </PropertyGroup> |
| 8 | |
| 9 | <ItemGroup> |
| 10 | <Compile Include="Library.wxs" /> |
| 11 | </ItemGroup> |
| 12 | |
| 13 | <ItemGroup> |
| 14 | <WixExtension Include="DoesNotExist.wixext.dll" /> |
| 15 | </ItemGroup> |
| 16 | |
| 17 | <Import Project="$(WixTargetsPath)" /> |
| 18 | </Project> |