Build/repo tweaks
- Ignore .vs directory (new Dev14 directory for IDE cache/.suo files). - Add project reference for multiproc build. - Don't build compressed bundle in debug (save cabbing time)
This commit is contained in:
Родитель
c472a291ab
Коммит
1e749b0eed
|
@ -1,6 +1,7 @@
|
||||||
[Bb]uild/
|
[Bb]uild/
|
||||||
[Pp]ackages/
|
[Pp]ackages/
|
||||||
ipch/
|
ipch/
|
||||||
|
.vs/
|
||||||
|
|
||||||
*.chw
|
*.chw
|
||||||
*.suo
|
*.suo
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\..\DTF\Libraries\WindowsInstaller\WindowsInstaller.csproj" />
|
<ProjectReference Include="..\..\..\DTF\Libraries\WindowsInstaller\WindowsInstaller.csproj" />
|
||||||
|
<ProjectReference Include="..\..\..\DTF\Tools\MakeSfxCA\MakeSfxCA.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
|
||||||
|
|
|
@ -239,7 +239,10 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- Global setting to control when the bundle is compressed. -->
|
<!-- Global setting to control when the bundle is compressed. -->
|
||||||
<PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
|
<WixBundleCompressed>no</WixBundleCompressed>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||||
<WixBundleCompressed>yes</WixBundleCompressed>
|
<WixBundleCompressed>yes</WixBundleCompressed>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче