diff options
Diffstat (limited to 'src/test/WixToolsetTest.BuildTasks/data/SimpleMsiPackage/MsiPackage/MsiPackage.wixproj')
-rw-r--r-- | src/test/WixToolsetTest.BuildTasks/data/SimpleMsiPackage/MsiPackage/MsiPackage.wixproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.BuildTasks/data/SimpleMsiPackage/MsiPackage/MsiPackage.wixproj b/src/test/WixToolsetTest.BuildTasks/data/SimpleMsiPackage/MsiPackage/MsiPackage.wixproj index de3fce83..9c19a73d 100644 --- a/src/test/WixToolsetTest.BuildTasks/data/SimpleMsiPackage/MsiPackage/MsiPackage.wixproj +++ b/src/test/WixToolsetTest.BuildTasks/data/SimpleMsiPackage/MsiPackage/MsiPackage.wixproj | |||
@@ -33,13 +33,20 @@ | |||
33 | <PlatformName>$(Platform)</PlatformName> | 33 | <PlatformName>$(Platform)</PlatformName> |
34 | <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> | 34 | <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
35 | </PropertyGroup> | 35 | </PropertyGroup> |
36 | |||
36 | <ItemGroup> | 37 | <ItemGroup> |
37 | <Compile Include="Package.wxs" /> | 38 | <Compile Include="Package.wxs" /> |
38 | <Compile Include="PackageComponents.wxs" /> | 39 | <Compile Include="PackageComponents.wxs" /> |
39 | </ItemGroup> | 40 | </ItemGroup> |
41 | |||
40 | <ItemGroup> | 42 | <ItemGroup> |
41 | <EmbeddedResource Include="Package.en-us.wxl" /> | 43 | <EmbeddedResource Include="Package.en-us.wxl" /> |
42 | </ItemGroup> | 44 | </ItemGroup> |
45 | |||
46 | <ItemGroup> | ||
47 | <BindInputPaths Include="data" /> | ||
48 | </ItemGroup> | ||
49 | |||
43 | <Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " /> | 50 | <Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " /> |
44 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\wix.targets') " /> | 51 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\wix.targets') " /> |
45 | <Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' "> | 52 | <Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' "> |