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.
		
		
		
		
		
			
		
			
				
					
					
						
							69 lines
						
					
					
						
							2.9 KiB
						
					
					
				
			
		
		
	
	
							69 lines
						
					
					
						
							2.9 KiB
						
					
					
				<?xml version="1.0" encoding="utf-8"?> | 
						|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | 
						|
  <PropertyGroup> | 
						|
    <OutputType>Library</OutputType> | 
						|
    <RootNamespace>CodonCreation</RootNamespace> | 
						|
    <AssemblyName>CodonCreation</AssemblyName> | 
						|
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 
						|
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 
						|
    <ProjectGuid>{F60D18F4-D293-43FE-8FE2-A2CE565B3AB5}</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> | 
						|
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | 
						|
  </PropertyGroup> | 
						|
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | 
						|
    <OutputPath>..\..\AddIns\Samples\CodonCreation</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\CodonCreation</OutputPath> | 
						|
    <Optimize>True</Optimize> | 
						|
    <DefineConstants>TRACE</DefineConstants> | 
						|
    <DebugSymbols>false</DebugSymbols> | 
						|
    <DebugType>None</DebugType> | 
						|
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | 
						|
  </PropertyGroup> | 
						|
  <ItemGroup> | 
						|
    <Reference Include="System" /> | 
						|
    <Reference Include="System.Core"> | 
						|
      <RequiredTargetFramework>3.5</RequiredTargetFramework> | 
						|
    </Reference> | 
						|
    <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.Drawing" /> | 
						|
    <Reference Include="System.Windows.Forms" /> | 
						|
    <Reference Include="System.Xml.Linq"> | 
						|
      <RequiredTargetFramework>3.5</RequiredTargetFramework> | 
						|
    </Reference> | 
						|
  </ItemGroup> | 
						|
  <ItemGroup> | 
						|
    <Compile Include="AssemblyInfo.cs" /> | 
						|
    <Compile Include="ReadTestCodonCommand.cs" /> | 
						|
    <Compile Include="TestCodon.cs" /> | 
						|
    <None Include="CodonCreation.addin"> | 
						|
      <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 
						|
    </None> | 
						|
    <Compile Include="TestDoozer.cs" /> | 
						|
  </ItemGroup> | 
						|
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> | 
						|
</Project> |