added samples
[windows-sources.git] / sdk / samples / WPFSamples / WPFAddInDataBindingSample / CSharp / HostViews / hostviews.csproj
blobb32778bcbe2fe3356988b2ba069631e62007e0be
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.21022</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{F76C568A-2D37-47B2-AAC0-A384D72F7E78}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>HostViews</RootNamespace>
12     <AssemblyName>HostViews</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <Nonshipping>true</Nonshipping>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\Release\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="PresentationCore">
36       <RequiredTargetFramework>3.0</RequiredTargetFramework>
37     </Reference>
38     <Reference Include="PresentationFramework">
39       <RequiredTargetFramework>3.0</RequiredTargetFramework>
40     </Reference>
41     <Reference Include="System" />
42     <Reference Include="System.AddIn">
43       <RequiredTargetFramework>3.5</RequiredTargetFramework>
44     </Reference>
45     <Reference Include="System.AddIn.Contract">
46       <RequiredTargetFramework>3.5</RequiredTargetFramework>
47     </Reference>
48     <Reference Include="WindowsBase">
49       <RequiredTargetFramework>3.0</RequiredTargetFramework>
50     </Reference>
51   </ItemGroup>
52   <ItemGroup>
53     <Compile Include="Views.cs" />
54   </ItemGroup>
55   <ItemGroup>
56     <Folder Include="Properties\" />
57   </ItemGroup>
58   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
59   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
60        Other similar extension points exist, see Microsoft.Common.targets.
61   <Target Name="BeforeBuild">
62   </Target>
63   <Target Name="AfterBuild">
64   </Target>
65   -->
66 </Project>