diff options
Diffstat (limited to 'src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj')
-rw-r--r-- | src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj b/src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj deleted file mode 100644 index 25b2cdb8..00000000 --- a/src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.csproj +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | <Project Sdk="Microsoft.NET.Sdk"> | ||
5 | <PropertyGroup> | ||
6 | <TargetFrameworks>netcoreapp3.1;net472</TargetFrameworks> | ||
7 | <OutputType>Exe</OutputType> | ||
8 | <RootNamespace>WixToolset.Dtf.Tools.MakeSfxCA</RootNamespace> | ||
9 | <AssemblyName>MakeSfxCA</AssemblyName> | ||
10 | <DebugType>embedded</DebugType> | ||
11 | <AppConfig>app.config</AppConfig> | ||
12 | <ApplicationManifest>MakeSfxCA.exe.manifest</ApplicationManifest> | ||
13 | <RollForward>Major</RollForward> | ||
14 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> | ||
15 | </PropertyGroup> | ||
16 | |||
17 | <ItemGroup> | ||
18 | <ProjectReference Include="..\..\WixToolset.Dtf.Compression.Cab\WixToolset.Dtf.Compression.Cab.csproj" /> | ||
19 | <ProjectReference Include="..\..\WixToolset.Dtf.Compression\WixToolset.Dtf.Compression.csproj" /> | ||
20 | <ProjectReference Include="..\..\WixToolset.Dtf.Resources\WixToolset.Dtf.Resources.csproj" /> | ||
21 | </ItemGroup> | ||
22 | |||
23 | <ItemGroup> | ||
24 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> | ||
25 | <PackageReference Include="GitInfo" Version="2.1.2" PrivateAssets="All" /> | ||
26 | </ItemGroup> | ||
27 | </Project> | ||