added samples
[windows-sources.git] / sdk / samples / WPFSamples / InkAnalysisCanvas / csharp / inkanalysiscanvassample.csproj
blob094d8189bd88111f5a16ac43767e94eaefa9f344
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
5     <ProjectGuid>{1D85B988-032C-4508-9D16-72B42CF1E0B4}</ProjectGuid>
6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7     <RootNamespace>InkAnalysisCanvasSample</RootNamespace>
8     <AssemblyName>InkAnalysisCanvasSample</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   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
27     <DebugSymbols>true</DebugSymbols>
28     <DebugType>full</DebugType>
29     <Optimize>false</Optimize>
30     <OutputPath>bin\x86\Debug\</OutputPath>
31     <DefineConstants>DEBUG;TRACE</DefineConstants>
32     <PlatformTarget>x86</PlatformTarget>
33   </PropertyGroup>
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
35     <DebugSymbols>false</DebugSymbols>
36     <Optimize>true</Optimize>
37     <OutputPath>bin\x86\Release\</OutputPath>
38     <DefineConstants>TRACE</DefineConstants>
39     <PlatformTarget>x86</PlatformTarget>
40   </PropertyGroup>
41   <ItemGroup>
42     <Reference Include="IAWinFX, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=x86">
43     </Reference>
44     <Reference Include="System" />
45     <Reference Include="System.Xml" />
46     <Reference Include="WindowsBase" />
47     <Reference Include="PresentationCore" />
48     <Reference Include="PresentationFramework" />
49     <Reference Include="UIAutomationProvider" />
50     <Reference Include="UIAutomationTypes" />
51     <Reference Include="ReachFramework" />
52     <Reference Include="System.Printing" />
53     <Reference Include="System.ServiceModel" />
54     <Reference Include="System.Runtime.Serialization" />
55     <Reference Include="System.IdentityModel" />
56   </ItemGroup>
57   <ItemGroup>
58     <ApplicationDefinition Include="App.xaml" />
59     <Page Include="Window1.xaml" />
60     <Compile Include="App.xaml.cs">
61       <DependentUpon>App.xaml</DependentUpon>
62       <SubType>Code</SubType>
63     </Compile>
64     <Compile Include="Window1.xaml.cs">
65       <DependentUpon>Window1.xaml</DependentUpon>
66       <SubType>Code</SubType>
67     </Compile>
68   </ItemGroup>
69   <ItemGroup>
70     <Compile Include="InkAnalysisCanvas.cs" />
71     <Compile Include="InkAnalysisFeedbackAdorner.cs" />
72     <Compile Include="Properties\AssemblyInfo.cs" />
73     <EmbeddedResource Include="Properties\Resources.resx">
74       <Generator>ResXFileCodeGenerator</Generator>
75       <LastGenOutput>Resources.cs</LastGenOutput>
76       <SubType>Designer</SubType>
77     </EmbeddedResource>
78     <Compile Include="Properties\Resources.cs">
79       <AutoGen>True</AutoGen>
80       <DependentUpon>Resources.resx</DependentUpon>
81     </Compile>
82     <None Include="Properties\Settings.settings">
83       <Generator>SettingsSingleFileGenerator</Generator>
84       <LastGenOutput>Settings.cs</LastGenOutput>
85     </None>
86     <Compile Include="Properties\Settings.cs">
87       <AutoGen>True</AutoGen>
88       <DependentUpon>Settings.settings</DependentUpon>
89     </Compile>
90     <AppDesigner Include="Properties\" />
91   </ItemGroup>
92   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
93   <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
94 </Project>