diff options
Diffstat (limited to 'src/samples/Dtf/EmbeddedUI/EmbeddedUI.csproj')
-rw-r--r-- | src/samples/Dtf/EmbeddedUI/EmbeddedUI.csproj | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/src/samples/Dtf/EmbeddedUI/EmbeddedUI.csproj b/src/samples/Dtf/EmbeddedUI/EmbeddedUI.csproj new file mode 100644 index 00000000..e4c52a26 --- /dev/null +++ b/src/samples/Dtf/EmbeddedUI/EmbeddedUI.csproj | |||
@@ -0,0 +1,56 @@ | |||
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 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
4 | <PropertyGroup> | ||
5 | <ProjectGuid>{864B8C50-7895-4485-AC89-900D86FD8C0D}</ProjectGuid> | ||
6 | <OutputType>Library</OutputType> | ||
7 | <RootNamespace>WixToolset.Dtf.Samples.EmbeddedUI</RootNamespace> | ||
8 | <AssemblyName>WixToolset.Dtf.Samples.EmbeddedUI</AssemblyName> | ||
9 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | ||
10 | <FileAlignment>512</FileAlignment> | ||
11 | </PropertyGroup> | ||
12 | <ItemGroup> | ||
13 | <Compile Include="AssemblyInfo.cs" /> | ||
14 | <Compile Include="InstallProgressCounter.cs" /> | ||
15 | <Compile Include="SampleEmbeddedUI.cs" /> | ||
16 | <Compile Include="SetupWizard.xaml.cs"> | ||
17 | <DependentUpon>SetupWizard.xaml</DependentUpon> | ||
18 | </Compile> | ||
19 | </ItemGroup> | ||
20 | <ItemGroup> | ||
21 | <Page Include="SetupWizard.xaml"> | ||
22 | <Generator>MSBuild:Compile</Generator> | ||
23 | <SubType>Designer</SubType> | ||
24 | </Page> | ||
25 | </ItemGroup> | ||
26 | <ItemGroup> | ||
27 | <Reference Include="PresentationCore"> | ||
28 | <RequiredTargetFramework>3.0</RequiredTargetFramework> | ||
29 | </Reference> | ||
30 | <Reference Include="PresentationFramework"> | ||
31 | <RequiredTargetFramework>3.0</RequiredTargetFramework> | ||
32 | </Reference> | ||
33 | <Reference Include="System" /> | ||
34 | <Reference Include="System.Core"> | ||
35 | <RequiredTargetFramework>3.5</RequiredTargetFramework> | ||
36 | </Reference> | ||
37 | <Reference Include="System.Xml" /> | ||
38 | <Reference Include="WindowsBase"> | ||
39 | <RequiredTargetFramework>3.0</RequiredTargetFramework> | ||
40 | </Reference> | ||
41 | </ItemGroup> | ||
42 | <ItemGroup> | ||
43 | <ProjectReference Include="..\..\WixToolset.Dtf.WindowsInstaller\WixToolset.Dtf.WindowsInstaller.csproj"> | ||
44 | <Project>{24121677-0ed0-41b5-833f-1b9a18e87bf4}</Project> | ||
45 | <Name>WixToolset.Dtf.WindowsInstaller</Name> | ||
46 | </ProjectReference> | ||
47 | </ItemGroup> | ||
48 | |||
49 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
50 | <!-- | ||
51 | <PropertyGroup> | ||
52 | <PostBuildEvent>"$(TargetDir)..\x86\MakeSfxCA.exe" "$(TargetPath)" "$(TargetDir)SfxCA.dll" "$(IntermediateOutputPath)$(TargetFileName)" "$(TargetDir)WixToolset.Dtf.WindowsInstaller.dll"</PostBuildEvent> | ||
53 | </PropertyGroup> | ||
54 | --> | ||
55 | |||
56 | </Project> | ||