aboutsummaryrefslogtreecommitdiff
path: root/src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj')
-rw-r--r--src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj b/src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj
index c6982532..858db59c 100644
--- a/src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj
+++ b/src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj
@@ -15,19 +15,13 @@
15 </PropertyGroup> 15 </PropertyGroup>
16 16
17 <ItemGroup> 17 <ItemGroup>
18 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
19 </ItemGroup>
20
21 <ItemGroup>
22 <ProjectReference Include="..\..\WixToolset.Dtf.Compression.Cab\WixToolset.Dtf.Compression.Cab.csproj" /> 18 <ProjectReference Include="..\..\WixToolset.Dtf.Compression.Cab\WixToolset.Dtf.Compression.Cab.csproj" />
23 <ProjectReference Include="..\..\WixToolset.Dtf.Compression\WixToolset.Dtf.Compression.csproj" /> 19 <ProjectReference Include="..\..\WixToolset.Dtf.Compression\WixToolset.Dtf.Compression.csproj" />
24 <ProjectReference Include="..\..\WixToolset.Dtf.Resources\WixToolset.Dtf.Resources.csproj" /> 20 <ProjectReference Include="..\..\WixToolset.Dtf.Resources\WixToolset.Dtf.Resources.csproj" />
25 </ItemGroup> 21 </ItemGroup>
26 22
27 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> 23 <ItemGroup>
28 <PropertyGroup> 24 <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
29 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> 25 <PackageReference Include="GitInfo" Version="2.1.2" PrivateAssets="All" />
30 </PropertyGroup> 26 </ItemGroup>
31 <Error Condition="!Exists('..\..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets'))" />
32 </Target>
33</Project> 27</Project>