1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProjectGuid>{AD3E3BA0-0F3B-4982-892F-97BFBAABF7EF}</ProjectGuid>
6 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7 <RootNamespace>NonRectangularWindowSample</RootNamespace>
8 <AssemblyName>NonRectangularWindowSample</AssemblyName>
9 <WarningLevel>4</WarningLevel>
10 <OutputType>winexe</OutputType>
11 <!-- Most people will use Publish dialog in Visual Studio to increment this -->
12 <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
13 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 <OldToolsVersion>2.0</OldToolsVersion>
19 <PublishUrl>publish\</PublishUrl>
20 <Install>true</Install>
21 <InstallFrom>Disk</InstallFrom>
22 <UpdateEnabled>false</UpdateEnabled>
23 <UpdateMode>Foreground</UpdateMode>
24 <UpdateInterval>7</UpdateInterval>
25 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26 <UpdatePeriodically>false</UpdatePeriodically>
27 <UpdateRequired>false</UpdateRequired>
28 <MapFileExtensions>true</MapFileExtensions>
29 <ApplicationRevision>0</ApplicationRevision>
30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31 <IsWebBootstrapper>false</IsWebBootstrapper>
32 <UseApplicationTrust>false</UseApplicationTrust>
33 <BootstrapperEnabled>false</BootstrapperEnabled>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36 <DebugSymbols>true</DebugSymbols>
37 <DebugType>full</DebugType>
38 <Optimize>false</Optimize>
39 <OutputPath>.\bin\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
43 <DebugSymbols>false</DebugSymbols>
44 <Optimize>true</Optimize>
45 <OutputPath>.\bin\Release\</OutputPath>
46 <DefineConstants>TRACE</DefineConstants>
49 <Reference Include="System" />
50 <Reference Include="WindowsBase">
51 <RequiredTargetFramework>3.0</RequiredTargetFramework>
53 <Reference Include="PresentationCore">
54 <RequiredTargetFramework>3.0</RequiredTargetFramework>
56 <Reference Include="PresentationFramework">
57 <RequiredTargetFramework>3.0</RequiredTargetFramework>
61 <ApplicationDefinition Include="App.xaml">
62 <Generator>MSBuild:Compile</Generator>
63 <SubType>Designer</SubType>
64 </ApplicationDefinition>
65 <Page Include="CustomChromeWindow.xaml">
66 <Generator>MSBuild:Compile</Generator>
67 <SubType>Designer</SubType>
69 <Compile Include="CustomChromeWindow.xaml.cs">
70 <DependentUpon>CustomChromeWindow.xaml</DependentUpon>
71 <SubType>Code</SubType>
75 <AppDesigner Include="Properties\" />
78 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
79 <Visible>False</Visible>
80 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
81 <Install>false</Install>
82 </BootstrapperPackage>
83 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
84 <Visible>False</Visible>
85 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
86 <Install>true</Install>
87 </BootstrapperPackage>
88 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
89 <Visible>False</Visible>
90 <ProductName>.NET Framework 3.5</ProductName>
91 <Install>false</Install>
92 </BootstrapperPackage>
93 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
94 <Visible>False</Visible>
95 <ProductName>Windows Installer 3.1</ProductName>
96 <Install>true</Install>
97 </BootstrapperPackage>
100 <Folder Include="Properties\" />
102 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />