Move WixToolset to separate folder now that it supports .NET Standard

This commit is contained in:
Matt Nadareski
2021-09-09 10:51:18 -07:00
parent 23c79d4452
commit 126e8827de
3 changed files with 12 additions and 7 deletions

2
.gitmodules vendored
View File

@@ -11,5 +11,5 @@
path = BurnOutSharp/External/stormlibsharp
url = https://github.com/robpaveza/stormlibsharp.git
[submodule "BurnOutSharp/External/WixToolset"]
path = BurnOutSharp/External/WixToolset
path = WixToolset
url = https://github.com/wixtoolset/Dtf.git

View File

@@ -24,6 +24,10 @@
<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.28.3" />
<PackageReference Include="Teronis.MSBuild.Packaging.ProjectBuildInPackage" Version="0.1.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="UnshieldSharp" Version="1.6.5" />
<PackageReference Include="WiseUnpacker" Version="1.0.2" />
</ItemGroup>
@@ -40,12 +44,7 @@
External\libmspack4n\lib\**\*;
External\libmspack4n\libmspack4ntest\**\*;
External\stormlibsharp\lib\**;
External\stormlibsharp\TestConsole\**;
External\WixToolset\src\Samples\**;
External\WixToolset\src\Tools\**;
External\WixToolset\src\WixToolset.Dtf.MSBuild\**;
External\WixToolset\src\WixToolset.Dtf.Resources\**;
External\WixToolset\src\WixToolsetTests.*\**
External\stormlibsharp\TestConsole\**
</DefaultItemExcludes>
</PropertyGroup>
@@ -61,4 +60,10 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WixToolset\src\WixToolset.Dtf.WindowsInstaller\WixToolset.Dtf.WindowsInstaller.csproj">
<PrivateAssets>all</PrivateAssets>
</ProjectReference>
</ItemGroup>
</Project>