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>{B53B0AE2-F79F-4A81-9C2A-9926F8EDB2D4}</ProjectGuid>
6 <AssemblyName>DocViewerAnnotationsXml</AssemblyName>
7 <RootNamespace>SDKSample</RootNamespace>
8 <WarningLevel>4</WarningLevel>
9 <OutputType>winexe</OutputType>
10 <ApplicationVersion>1.0.0.*</ApplicationVersion>
11 <!-- Most people will use Publish dialog in Visual Studio to increment this -->
12 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
13 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16 <OldToolsVersion>2.0</OldToolsVersion>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>.\bin\Debug\</OutputPath>
25 <DefineConstants>DEBUG;TRACE</DefineConstants>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugSymbols>false</DebugSymbols>
29 <Optimize>true</Optimize>
30 <OutputPath>.\bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
34 <Reference Include="System" />
35 <Reference Include="System.Data" />
36 <Reference Include="System.Printing" />
37 <Reference Include="System.Windows.Forms" />
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" />
47 <ApplicationDefinition Include="app.xaml">
48 <Generator>MSBuild:Compile</Generator>
49 <SubType>Designer</SubType>
50 </ApplicationDefinition>
51 <Page Include="Window1.xaml">
52 <Generator>MSBuild:Compile</Generator>
53 <SubType>Designer</SubType>
55 <Compile Include="app.xaml.cs">
56 <DependentUpon>app.xaml</DependentUpon>
57 <SubType>Code</SubType>
59 <Compile Include="Window1.xaml.cs">
60 <DependentUpon>Window1.xaml</DependentUpon>
61 <SubType>Code</SubType>
64 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />