added samples
[windows-sources.git] / sdk / samples / WPFSamples / TextAnimationSample / xaml / textanimationsample.csproj
blobfaa3a68cb0e02ac0831070035fcd2862a6da3d15
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     <RootNamespace>SDKSample</RootNamespace>
6     <AssemblyName>SDKSample.TextAnimationSample</AssemblyName>
7     <WarningLevel>4</WarningLevel>
8     <OutputType>winexe</OutputType>
9     <ApplicationVersion>1.0.0.*</ApplicationVersion>
10     <OutputPath>.\bin\Debug\</OutputPath>
11     <SchemaVersion>2.0</SchemaVersion>
12     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
13     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14     <FileUpgradeFlags>
15     </FileUpgradeFlags>
16     <UpgradeBackupLocation>
17     </UpgradeBackupLocation>
18     <OldToolsVersion>2.0</OldToolsVersion>
19   </PropertyGroup>
20   <ItemGroup>
21     <Reference Include="PresentationCore" />
22     <Reference Include="PresentationFramework" />
23     <Reference Include="System" />
24     <Reference Include="UIAutomationProvider" />
25     <Reference Include="UIAutomationTypes" />
26     <Reference Include="WindowsBase" />
27   </ItemGroup>
28   <ItemGroup>
29     <ApplicationDefinition Include="app.xaml">
30       <Generator>MSBuild:Compile</Generator>
31       <SubType>Designer</SubType>
32     </ApplicationDefinition>
33     <Page Include="Window1.xaml">
34       <Generator>MSBuild:Compile</Generator>
35       <SubType>Designer</SubType>
36     </Page>
37   </ItemGroup>
38   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
39 </Project>