added samples
[windows-sources.git] / sdk / samples / WPFSamples / PopupPlacement / csharp / popupplacement.csproj
blobb60900576e61624386ab2fd73d83d2d4764bbe1b
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>{D00AD417-B19E-409A-B785-AC4C313FC1A6}</ProjectGuid>
6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7     <RootNamespace>PopupPlacement</RootNamespace>
8     <AssemblyName>PopupPlacement</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="System.Data" />
49     <Reference Include="System.Xml" />
50     <Reference Include="WindowsBase" />
51     <Reference Include="PresentationCore" />
52     <Reference Include="PresentationFramework" />
53     <Reference Include="UIAutomationProvider" />
54     <Reference Include="UIAutomationTypes" />
55     <Reference Include="ReachFramework" />
56     <Reference Include="System.Printing" />
57     <Reference Include="System.ServiceModel" />
58     <Reference Include="System.Runtime.Serialization" />
59     <Reference Include="System.IdentityModel" />
60   </ItemGroup>
61   <ItemGroup>
62     <ApplicationDefinition Include="App.xaml">
63       <Generator>MSBuild:Compile</Generator>
64       <SubType>Designer</SubType>
65     </ApplicationDefinition>
66     <Page Include="NumericUpDownControl.xaml">
67       <Generator>MSBuild:Compile</Generator>
68       <SubType>Designer</SubType>
69     </Page>
70     <Page Include="Window1.xaml">
71       <Generator>MSBuild:Compile</Generator>
72       <SubType>Designer</SubType>
73     </Page>
74     <Compile Include="App.xaml.cs">
75       <DependentUpon>App.xaml</DependentUpon>
76       <SubType>Code</SubType>
77     </Compile>
78     <Compile Include="Window1.xaml.cs">
79       <DependentUpon>Window1.xaml</DependentUpon>
80       <SubType>Code</SubType>
81     </Compile>
82   </ItemGroup>
83   <ItemGroup>
84     <Compile Include="NumericUpDownControl.xaml.cs">
85       <SubType>Code</SubType>
86       <DependentUpon>NumericUpDownControl.xaml</DependentUpon>
87     </Compile>
88     <AppDesigner Include="Properties\" />
89   </ItemGroup>
90   <ItemGroup>
91     <Folder Include="Properties\" />
92   </ItemGroup>
93   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
94 </Project>