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 <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>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 <OldToolsVersion>2.0</OldToolsVersion>
21 <Reference Include="PresentationCore" />
22 <Reference Include="PresentationFramework" />
23 <Reference Include="System" />
24 <Reference Include="UIAutomationProvider" />
25 <Reference Include="UIAutomationTypes" />
26 <Reference Include="WindowsBase" />
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>
38 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />