added samples
[windows-sources.git] / sdk / samples / WPFSamples / DocViewerAnnotationsXml / csharp / docviewerannotationsxml.csproj
blob4860d35363eda722b12d95caee9df75e1bd5acb3
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>{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>
14     <FileUpgradeFlags>
15     </FileUpgradeFlags>
16     <OldToolsVersion>2.0</OldToolsVersion>
17     <UpgradeBackupLocation>
18     </UpgradeBackupLocation>
19   </PropertyGroup>
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>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugSymbols>false</DebugSymbols>
29     <Optimize>true</Optimize>
30     <OutputPath>.\bin\Release\</OutputPath>
31     <DefineConstants>TRACE</DefineConstants>
32   </PropertyGroup>
33   <ItemGroup>
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" />
45   </ItemGroup>
46   <ItemGroup>
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>
54     </Page>
55     <Compile Include="app.xaml.cs">
56       <DependentUpon>app.xaml</DependentUpon>
57       <SubType>Code</SubType>
58     </Compile>
59     <Compile Include="Window1.xaml.cs">
60       <DependentUpon>Window1.xaml</DependentUpon>
61       <SubType>Code</SubType>
62     </Compile>
63   </ItemGroup>
64   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
65 </Project>