<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> <PropertyGroup> <ProjectGuid>{13A5B497-BA12-45AE-9033-22620C3153FB}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">x86</Platform> <OutputType>WinExe</OutputType> <RootNamespace>AvalonEdit.Sample</RootNamespace> <AssemblyName>AvalonEdit.Sample</AssemblyName> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <AppDesignerFolder>Properties</AppDesignerFolder> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Platform)' == 'x86' "> <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <OutputPath>bin\Debug\</OutputPath> <DebugSymbols>True</DebugSymbols> <DebugType>Full</DebugType> <Optimize>False</Optimize> <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> <DefineConstants>DEBUG;TRACE</DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <OutputPath>bin\Release\</OutputPath> <DebugSymbols>False</DebugSymbols> <DebugType>None</DebugType> <Optimize>True</Optimize> <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> <DefineConstants>TRACE</DefineConstants> </PropertyGroup> <ItemGroup> <Reference Include="ICSharpCode.AvalonEdit"> <HintPath>..\..\bin\ICSharpCode.AvalonEdit.dll</HintPath> </Reference> <Reference Include="ICSharpCode.NRefactory"> <HintPath>..\..\bin\ICSharpCode.NRefactory.dll</HintPath> </Reference> <Reference Include="PresentationCore"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> <Reference Include="PresentationFramework"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> <Reference Include="System" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Data" /> <Reference Include="System.Data.DataSetExtensions"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xaml"> <RequiredTargetFramework>4.0</RequiredTargetFramework> </Reference> <Reference Include="System.Xml" /> <Reference Include="System.Xml.Linq"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="WindowsBase"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> <Reference Include="WindowsFormsIntegration"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> </ItemGroup> <ItemGroup> <ApplicationDefinition Include="App.xaml" /> </ItemGroup> <ItemGroup> <Compile Include="App.xaml.cs"> <SubType>Code</SubType> <DependentUpon>App.xaml</DependentUpon> </Compile> <Compile Include="BraceFoldingStrategy.cs" /> <Compile Include="MyCompletionData.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\WPFAssemblyInfo.cs" /> <Compile Include="Window1.xaml.cs"> <SubType>Code</SubType> <DependentUpon>Window1.xaml</DependentUpon> </Compile> </ItemGroup> <ItemGroup> <Page Include="Window1.xaml" /> </ItemGroup> <ItemGroup> <Resource Include="Images\Copy.png" /> <Resource Include="Images\Cut.png" /> <Resource Include="Images\Delete.png" /> <Resource Include="Images\Open.png" /> <Resource Include="Images\Paste.png" /> <Resource Include="Images\Redo.png" /> <Resource Include="Images\Save.png" /> <Resource Include="Images\Undo.png" /> <Resource Include="Images\WordWrap.png" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="CustomHighlighting.xshd" /> </ItemGroup> <ItemGroup> <None Include="app.config" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> </Project>