You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							87 lines
						
					
					
						
							3.5 KiB
						
					
					
				
			
		
		
	
	
							87 lines
						
					
					
						
							3.5 KiB
						
					
					
				<?xml version="1.0" encoding="utf-8"?> | 
						|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> | 
						|
  <PropertyGroup> | 
						|
    <ProjectGuid>{AF8CA20E-58AC-423E-95A8-5AA464938D19}</ProjectGuid> | 
						|
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 
						|
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 
						|
    <OutputType>WinExe</OutputType> | 
						|
    <RootNamespace>XmlDOM</RootNamespace> | 
						|
    <AssemblyName>XmlDOM</AssemblyName> | 
						|
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | 
						|
    <AppDesignerFolder>Properties</AppDesignerFolder> | 
						|
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | 
						|
    <NoStdLib>False</NoStdLib> | 
						|
    <WarningLevel>4</WarningLevel> | 
						|
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | 
						|
  </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> | 
						|
    <StartAction>Project</StartAction> | 
						|
  </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> | 
						|
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> | 
						|
    <RegisterForComInterop>False</RegisterForComInterop> | 
						|
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> | 
						|
    <BaseAddress>4194304</BaseAddress> | 
						|
    <PlatformTarget>AnyCPU</PlatformTarget> | 
						|
    <FileAlignment>4096</FileAlignment> | 
						|
  </PropertyGroup> | 
						|
  <ItemGroup> | 
						|
    <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.Xaml"> | 
						|
      <RequiredTargetFramework>4.0</RequiredTargetFramework> | 
						|
    </Reference> | 
						|
    <Reference Include="System.Xml" /> | 
						|
    <Reference Include="WindowsBase"> | 
						|
      <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="Properties\AssemblyInfo.cs" /> | 
						|
    <Compile Include="Properties\WPFAssemblyInfo.cs" /> | 
						|
    <Compile Include="TextMarkerService.cs" /> | 
						|
    <Compile Include="Window1.xaml.cs"> | 
						|
      <SubType>Code</SubType> | 
						|
      <DependentUpon>Window1.xaml</DependentUpon> | 
						|
    </Compile> | 
						|
  </ItemGroup> | 
						|
  <ItemGroup> | 
						|
    <Page Include="Window1.xaml" /> | 
						|
  </ItemGroup> | 
						|
  <ItemGroup> | 
						|
    <ProjectReference Include="..\..\src\Libraries\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> | 
						|
      <Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project> | 
						|
      <Name>ICSharpCode.AvalonEdit</Name> | 
						|
    </ProjectReference> | 
						|
  </ItemGroup> | 
						|
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> | 
						|
</Project> |