개정판 b510b99d
BuildClient.bat 수정
Change-Id: I3d8a6785728b66ac16d07367843504e6e17e5acc
MarkusAutoUpdate/SetupWix/SetupWix.wixproj | ||
---|---|---|
98 | 98 |
</ProjectReference> |
99 | 99 |
</ItemGroup> |
100 | 100 |
<ItemGroup> |
101 |
<Folder Include="Resources" /> |
|
102 |
</ItemGroup> |
|
103 |
<ItemGroup> |
|
104 | 101 |
<WixExtension Include="WixUIExtension"> |
105 | 102 |
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath> |
106 | 103 |
<Name>WixUIExtension</Name> |
... | ... | |
114 | 111 |
<Name>WixNetFxExtension</Name> |
115 | 112 |
</WixExtension> |
116 | 113 |
</ItemGroup> |
114 |
<ItemGroup> |
|
115 |
<Folder Include="Resources\" /> |
|
116 |
</ItemGroup> |
|
117 | 117 |
<Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " /> |
118 | 118 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " /> |
119 | 119 |
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' "> |
내보내기 Unified diff