diff options
Diffstat (limited to 'src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj')
-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> |