diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2022-07-19 15:17:10 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2022-07-20 08:53:56 -0500 |
| commit | 913b6238417dceeb8440315e4669990756d17655 (patch) | |
| tree | a9e3552ea124d2025e30436afc8629f071c01ed4 /src/test/dtf/EmbeddedUI/EmbeddedUI.csproj | |
| parent | 93bb820eff547f8de304f05249f572da861256fb (diff) | |
| download | wix-913b6238417dceeb8440315e4669990756d17655.tar.gz wix-913b6238417dceeb8440315e4669990756d17655.tar.bz2 wix-913b6238417dceeb8440315e4669990756d17655.zip | |
Add WixInternalUIBootstrapperApplication as a new built-in BA.
Implements 6835
Diffstat (limited to 'src/test/dtf/EmbeddedUI/EmbeddedUI.csproj')
| -rw-r--r-- | src/test/dtf/EmbeddedUI/EmbeddedUI.csproj | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/test/dtf/EmbeddedUI/EmbeddedUI.csproj b/src/test/dtf/EmbeddedUI/EmbeddedUI.csproj deleted file mode 100644 index a6339220..00000000 --- a/src/test/dtf/EmbeddedUI/EmbeddedUI.csproj +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | <Project Sdk="Microsoft.NET.Sdk"> | ||
| 2 | <PropertyGroup> | ||
| 3 | <TargetFramework>net35</TargetFramework> | ||
| 4 | <Description>Sample managed embedded external UI</Description> | ||
| 5 | <UseWPF>true</UseWPF> | ||
| 6 | </PropertyGroup> | ||
| 7 | |||
| 8 | <ItemGroup> | ||
| 9 | <Content Include="EmbeddedUI.config" CopyToOutputDirectory="PreserveNewest" /> | ||
| 10 | </ItemGroup> | ||
| 11 | |||
| 12 | <ItemGroup> | ||
| 13 | <Reference Include="PresentationCore" /> | ||
| 14 | <Reference Include="PresentationFramework" /> | ||
| 15 | <Reference Include="System" /> | ||
| 16 | <Reference Include="System.Core" /> | ||
| 17 | <Reference Include="System.Xml" /> | ||
| 18 | <Reference Include="WindowsBase" /> | ||
| 19 | </ItemGroup> | ||
| 20 | |||
| 21 | <ItemGroup> | ||
| 22 | <PackageReference Include="WixToolset.Dtf.CustomAction" /> | ||
| 23 | </ItemGroup> | ||
| 24 | </Project> | ||
