diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-26 11:31:05 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 11:14:01 -0700 |
commit | df016066100df955d5ff98811e113fb2b1bd4b8a (patch) | |
tree | a27b35a3651ca7b1d8c4bb7c7483ec2f92583e08 /src/ext/DifxApp/wixext | |
parent | dc6022da6cdbb9d7ca54c4a36485ceead07feaaf (diff) | |
download | wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.gz wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.bz2 wix-df016066100df955d5ff98811e113fb2b1bd4b8a.zip |
Implement integrated build process
Diffstat (limited to 'src/ext/DifxApp/wixext')
-rw-r--r-- | src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj b/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj index 50d3debf..4000d4b3 100644 --- a/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj +++ b/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj | |||
@@ -10,19 +10,17 @@ | |||
10 | <IsTool>true</IsTool> | 10 | <IsTool>true</IsTool> |
11 | <ContentTargetFolders>build</ContentTargetFolders> | 11 | <ContentTargetFolders>build</ContentTargetFolders> |
12 | </PropertyGroup> | 12 | </PropertyGroup> |
13 | |||
13 | <ItemGroup> | 14 | <ItemGroup> |
14 | <Content Include="$(MSBuildThisFileName).targets" /> | 15 | <Content Include="$(MSBuildThisFileName).targets" /> |
15 | <EmbeddedResource Include="$(OutputPath)..\difxapp.wixlib" /> | 16 | <EmbeddedResource Include="$(OutputPath)..\difxapp.wixlib" /> |
16 | </ItemGroup> | 17 | </ItemGroup> |
17 | <ItemGroup> | ||
18 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" PrivateAssets="all" /> | ||
19 | </ItemGroup> | ||
20 | 18 | ||
21 | <ItemGroup> | 19 | <ItemGroup> |
22 | <ProjectReference Include="..\wixlib\difxapp.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> | 20 | <ProjectReference Include="..\wixlib\difxapp.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> |
23 | </ItemGroup> | 21 | </ItemGroup> |
24 | 22 | ||
25 | <ItemGroup> | 23 | <ItemGroup> |
26 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" /> | 24 | <PackageReference Include="WixToolset.Extensibility" PrivateAssets="all" /> |
27 | </ItemGroup> | 25 | </ItemGroup> |
28 | </Project> | 26 | </Project> |