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>{095B42D4-408C-4C75-A44B-A39D7D2770F7}</ProjectGuid>
6 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7 <RootNamespace>ApplicationShutdownSample</RootNamespace>
8 <AssemblyName>ApplicationShutdownSample</AssemblyName>
9 <WarningLevel>4</WarningLevel>
10 <OutputType>winexe</OutputType>
11 <ApplicationVersion>1.0.0.*</ApplicationVersion>
12 <!-- Most people will use Publish dialog in Visual Studio to increment this -->
13 <BootstrapperEnabled>false</BootstrapperEnabled>
14 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <OldToolsVersion>2.0</OldToolsVersion>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <Optimize>false</Optimize>
25 <OutputPath>.\bin\Debug\</OutputPath>
26 <DefineConstants>DEBUG;TRACE</DefineConstants>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugSymbols>false</DebugSymbols>
30 <Optimize>true</Optimize>
31 <OutputPath>.\bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
35 <Reference Include="mscorlib" />
36 <Reference Include="System" />
37 <Reference Include="System.Data" />
38 <Reference Include="System.Xml" />
39 <Reference Include="WindowsBase" />
40 <Reference Include="PresentationCore" />
41 <Reference Include="PresentationFramework" />
42 <Reference Include="UIAutomationProvider" />
43 <Reference Include="UIAutomationTypes" />
44 <Reference Include="ReachFramework" />
45 <Reference Include="System.Printing" />
46 <Reference Include="System.ServiceModel" />
47 <Reference Include="System.Runtime.Serialization" />
50 <ApplicationDefinition Include="App.xaml">
51 <Generator>MSBuild:Compile</Generator>
52 <SubType>Designer</SubType>
53 </ApplicationDefinition>
54 <Page Include="ChildWindow.xaml">
55 <Generator>MSBuild:Compile</Generator>
56 <SubType>Designer</SubType>
58 <Page Include="MainWindow.xaml">
59 <Generator>MSBuild:Compile</Generator>
60 <SubType>Designer</SubType>
62 <Compile Include="App.xaml.cs">
63 <DependentUpon>App.xaml</DependentUpon>
64 <SubType>Code</SubType>
66 <Compile Include="ChildWindow.xaml.cs">
67 <DependentUpon>ChildWindow.xaml</DependentUpon>
68 <SubType>Code</SubType>
72 <Compile Include="MainWindow.xaml.cs">
73 <DependentUpon>MainWindow.xaml</DependentUpon>
74 <SubType>Code</SubType>
76 <Compile Include="Properties\AssemblyInfo.cs" />
77 <AppDesigner Include="Properties\" />
79 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />