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>{982B397B-35F9-42A2-A921-4A252F4B80AD}</ProjectGuid>
6 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7 <RootNamespace>RichTextBoxInputPanel</RootNamespace>
8 <AssemblyName>RichTextBoxInputPanel</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 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
28 <UpgradeBackupLocation>
29 </UpgradeBackupLocation>
30 <OldToolsVersion>2.0</OldToolsVersion>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <Optimize>false</Optimize>
36 <OutputPath>.\bin\Debug\</OutputPath>
37 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40 <DebugSymbols>false</DebugSymbols>
41 <Optimize>true</Optimize>
42 <OutputPath>.\bin\Release\</OutputPath>
43 <DefineConstants>TRACE</DefineConstants>
46 <Reference Include="System" />
47 <Reference Include="System.Data" />
48 <Reference Include="System.Xml" />
49 <Reference Include="WindowsBase" />
50 <Reference Include="PresentationCore" />
51 <Reference Include="PresentationFramework" />
52 <Reference Include="UIAutomationProvider" />
53 <Reference Include="UIAutomationTypes" />
54 <Reference Include="ReachFramework" />
55 <Reference Include="System.Printing" />
56 <Reference Include="System.ServiceModel" />
57 <Reference Include="System.Runtime.Serialization" />
58 <Reference Include="System.IdentityModel" />
61 <ApplicationDefinition Include="App.xaml">
62 <Generator>MSBuild:Compile</Generator>
63 <SubType>Designer</SubType>
64 </ApplicationDefinition>
65 <Page Include="Window1.xaml">
66 <Generator>MSBuild:Compile</Generator>
67 <SubType>Designer</SubType>
69 <Compile Include="App.xaml.cs">
70 <DependentUpon>App.xaml</DependentUpon>
71 <SubType>Code</SubType>
73 <Compile Include="Window1.xaml.cs">
74 <DependentUpon>Window1.xaml</DependentUpon>
75 <SubType>Code</SubType>
79 <Resource Include="Images\CharacterGrowFont.png" />
80 <Resource Include="Images\CharacterShrinkFont.png" />
81 <Resource Include="Images\EditCopy.png" />
82 <Resource Include="Images\EditCut.png" />
83 <Resource Include="Images\EditPaste.png" />
84 <Resource Include="Images\EditRedo.png" />
85 <Resource Include="Images\EditUndo.png" />
86 <Resource Include="Images\FileOpen.png" />
87 <Resource Include="Images\FileSave.png" />
88 <Resource Include="Images\ListBullets.png" />
89 <Resource Include="Images\ListNumbering.png" />
90 <Resource Include="Images\ParagraphCenterJustify.png" />
91 <Resource Include="Images\ParagraphDecreaseIndentation.png" />
92 <Resource Include="Images\ParagraphFullJustify.png" />
93 <Resource Include="Images\ParagraphIncreaseIndentation.png" />
94 <Resource Include="Images\ParagraphLeftJustify.png" />
95 <Resource Include="Images\ParagraphRightJustify.png" />
97 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />