aboutsummaryrefslogtreecommitdiff
path: root/src/test/dtf/EmbeddedUI/EmbeddedUI.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/dtf/EmbeddedUI/EmbeddedUI.csproj')
-rw-r--r--src/test/dtf/EmbeddedUI/EmbeddedUI.csproj43
1 files changed, 9 insertions, 34 deletions
diff --git a/src/test/dtf/EmbeddedUI/EmbeddedUI.csproj b/src/test/dtf/EmbeddedUI/EmbeddedUI.csproj
index 9f745a19..a6339220 100644
--- a/src/test/dtf/EmbeddedUI/EmbeddedUI.csproj
+++ b/src/test/dtf/EmbeddedUI/EmbeddedUI.csproj
@@ -1,49 +1,24 @@
1<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1<Project Sdk="Microsoft.NET.Sdk">
2 <PropertyGroup> 2 <PropertyGroup>
3 <ProjectGuid>{864B8C50-7895-4485-AC89-900D86FD8C0D}</ProjectGuid> 3 <TargetFramework>net35</TargetFramework>
4 <OutputType>Library</OutputType> 4 <Description>Sample managed embedded external UI</Description>
5 <RootNamespace>WixToolset.Samples.EmbeddedUI</RootNamespace> 5 <UseWPF>true</UseWPF>
6 <AssemblyName>WixToolset.Samples.EmbeddedUI</AssemblyName>
7 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
8 <FileAlignment>512</FileAlignment>
9 </PropertyGroup> 6 </PropertyGroup>
10 7
11 <ItemGroup> 8 <ItemGroup>
12 <Compile Include="AssemblyInfo.cs" /> 9 <Content Include="EmbeddedUI.config" CopyToOutputDirectory="PreserveNewest" />
13 <Compile Include="InstallProgressCounter.cs" />
14 <Compile Include="SampleEmbeddedUI.cs" />
15 <Compile Include="SetupWizard.xaml.cs">
16 <DependentUpon>SetupWizard.xaml</DependentUpon>
17 </Compile>
18 </ItemGroup> 10 </ItemGroup>
19 11
20 <ItemGroup> 12 <ItemGroup>
21 <Page Include="SetupWizard.xaml"> 13 <Reference Include="PresentationCore" />
22 <Generator>MSBuild:Compile</Generator> 14 <Reference Include="PresentationFramework" />
23 <SubType>Designer</SubType>
24 </Page>
25 </ItemGroup>
26
27 <ItemGroup>
28 <Reference Include="PresentationCore">
29 <RequiredTargetFramework>3.0</RequiredTargetFramework>
30 </Reference>
31 <Reference Include="PresentationFramework">
32 <RequiredTargetFramework>3.0</RequiredTargetFramework>
33 </Reference>
34 <Reference Include="System" /> 15 <Reference Include="System" />
35 <Reference Include="System.Core"> 16 <Reference Include="System.Core" />
36 <RequiredTargetFramework>3.5</RequiredTargetFramework>
37 </Reference>
38 <Reference Include="System.Xml" /> 17 <Reference Include="System.Xml" />
39 <Reference Include="WindowsBase"> 18 <Reference Include="WindowsBase" />
40 <RequiredTargetFramework>3.0</RequiredTargetFramework>
41 </Reference>
42 </ItemGroup> 19 </ItemGroup>
43 20
44 <ItemGroup> 21 <ItemGroup>
45 <PackageReference Include="WixToolset.Dtf.CustomAction" /> 22 <PackageReference Include="WixToolset.Dtf.CustomAction" />
46 </ItemGroup> 23 </ItemGroup>
47
48 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
49</Project> 24</Project>