<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <OutputType>Library</OutputType> <RootNamespace>AlternateEditor</RootNamespace> <AssemblyName>AlternateEditor</AssemblyName> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{2DCF1D56-2362-4C44-B0CE-C635B0B4BB7C}</ProjectGuid> <AllowUnsafeBlocks>False</AllowUnsafeBlocks> <NoStdLib>False</NoStdLib> <RegisterForComInterop>False</RegisterForComInterop> <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> <BaseAddress>4194304</BaseAddress> <PlatformTarget>AnyCPU</PlatformTarget> <FileAlignment>4096</FileAlignment> <WarningLevel>4</WarningLevel> <TreatWarningsAsErrors>false</TreatWarningsAsErrors> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <OutputPath>..\..\..\AddIns\Samples\AlternateEditor\</OutputPath> <Optimize>False</Optimize> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugSymbols>true</DebugSymbols> <DebugType>Full</DebugType> <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <OutputPath>..\..\..\AddIns\Samples\AlternateEditor\</OutputPath> <Optimize>True</Optimize> <DefineConstants>TRACE</DefineConstants> <DebugSymbols>false</DebugSymbols> <DebugType>None</DebugType> <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Xml" /> <Reference Include="ICSharpCode.SharpDevelop"> <HintPath>..\..\..\bin\ICSharpCode.SharpDevelop.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> <Reference Include="ICSharpCode.Core"> <HintPath>..\..\..\bin\ICSharpCode.Core.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> <Reference Include="System.Windows.Forms" /> </ItemGroup> <ItemGroup> <Compile Include="Editor.cs" /> <Compile Include="AssemblyInfo.cs" /> <None Include="AlternateEditor.addin"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> <Compile Include="AlternateEditorDisplayBinding.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> </Project>