added samples
[windows-sources.git] / sdk / samples / WPFSamples / BrowserInteropHelperSample / csharp / winappclient / winappclient.csproj
blob6bedcd97329f2edf6df106399fdf307ae9eb6d9c
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProjectGuid>{ABB914FA-F5F6-4C00-AF64-EB010058856F}</ProjectGuid>
6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7     <RootNamespace>WinAppClient</RootNamespace>
8     <AssemblyName>WinAppClient</AssemblyName>
9     <WarningLevel>4</WarningLevel>
10     <OutputType>winexe</OutputType>
11     <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
12     <Install>true</Install>
13     <InstallFrom>Web</InstallFrom>
14     <UpdateEnabled>true</UpdateEnabled>
15     <UpdateMode>Foreground</UpdateMode>
16     <UpdateInterval>7</UpdateInterval>
17     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
18     <UpdatePeriodically>false</UpdatePeriodically>
19     <UpdateRequired>false</UpdateRequired>
20     <MapFileExtensions>false</MapFileExtensions>
21     <ApplicationVersion>1.0.0.*</ApplicationVersion>
22     <IsWebBootstrapper>true</IsWebBootstrapper>
23     <BootstrapperEnabled>true</BootstrapperEnabled>
24     <PublishUrl>Publish\</PublishUrl>
25     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
26     <FileUpgradeFlags>
27     </FileUpgradeFlags>
28     <UpgradeBackupLocation>
29     </UpgradeBackupLocation>
30     <OldToolsVersion>2.0</OldToolsVersion>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33     <DebugSymbols>true</DebugSymbols>
34     <DebugType>full</DebugType>
35     <Optimize>false</Optimize>
36     <OutputPath>.\bin\Debug\</OutputPath>
37     <DefineConstants>DEBUG;TRACE</DefineConstants>
38   </PropertyGroup>
39   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40     <DebugSymbols>false</DebugSymbols>
41     <Optimize>true</Optimize>
42     <OutputPath>.\bin\Release\</OutputPath>
43     <DefineConstants>TRACE</DefineConstants>
44   </PropertyGroup>
45   <ItemGroup>
46     <Reference Include="mscorlib" />
47     <Reference Include="System" />
48     <Reference Include="WindowsBase" />
49     <Reference Include="PresentationCore" />
50     <Reference Include="PresentationFramework" />
51   </ItemGroup>
52   <ItemGroup>
53     <ApplicationDefinition Include="App.xaml">
54       <Generator>MSBuild:Compile</Generator>
55       <SubType>Designer</SubType>
56     </ApplicationDefinition>
57   </ItemGroup>
58   <ItemGroup>
59     <Compile Include="Properties\AssemblyInfo.cs" />
60     <AppDesigner Include="Properties\" />
61   </ItemGroup>
62   <ItemGroup>
63     <Page Include="MainWindow.xaml">
64       <Generator>MSBuild:Compile</Generator>
65       <SubType>Designer</SubType>
66     </Page>
67   </ItemGroup>
68   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
69 </Project>