#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
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.
 
 
 
 
 
 

181 lines
9.5 KiB

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>ICSharpCode.SharpDevelop.Dom</RootNamespace>
<AssemblyName>ICSharpCode.SharpDevelop.Dom</AssemblyName>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</ProjectGuid>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile>
<DelaySign>False</DelaySign>
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
<OutputPath>..\..\..\..\bin\</OutputPath>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>132644864</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
<IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
<IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
<Reference Include="Mono.Cecil">
<HintPath>..\..\..\Libraries\Mono.Cecil\Mono.Cecil.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="log4net">
<HintPath>..\..\..\Libraries\log4net\bin\net\2.0\release\log4net.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="..\..\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Src\Implementations\AbstractDecoration.cs" />
<Compile Include="Src\Implementations\AbstractMember.cs" />
<Compile Include="Src\Implementations\AbstractNamedEntity.cs" />
<Compile Include="Src\Implementations\AbstractReturnType.cs" />
<Compile Include="Src\Implementations\AnonymousMethodReturnType.cs" />
<Compile Include="Src\Implementations\ArrayReturnType.cs" />
<Compile Include="Src\Implementations\AttributeReturnType.cs" />
<Compile Include="Src\Implementations\CombinedReturnType.cs" />
<Compile Include="Src\Implementations\CompoundClass.cs" />
<Compile Include="Src\Implementations\ConstructedReturnType.cs" />
<Compile Include="Src\Implementations\DecoratingReturnType.cs" />
<Compile Include="Src\Implementations\DefaultAttribute.cs" />
<Compile Include="Src\Implementations\DefaultClass.cs" />
<Compile Include="Src\Implementations\DefaultComment.cs" />
<Compile Include="Src\Implementations\DefaultCompilationUnit.cs" />
<Compile Include="Src\Implementations\DefaultEvent.cs" />
<Compile Include="Src\Implementations\DefaultField.cs" />
<Compile Include="Src\Implementations\DefaultMethod.cs" />
<Compile Include="Src\Implementations\DefaultParameter.cs" />
<Compile Include="Src\Implementations\DefaultProperty.cs" />
<Compile Include="Src\Implementations\DefaultReturnType.cs" />
<Compile Include="Src\Implementations\DefaultTypeParameter.cs" />
<Compile Include="Src\Implementations\DefaultUsing.cs" />
<Compile Include="Src\Implementations\ElementReturnType.cs" />
<Compile Include="Src\Implementations\GenericReturnType.cs" />
<Compile Include="Src\Implementations\GetClassReturnType.cs" />
<Compile Include="Src\Implementations\NullReturnType.cs" />
<Compile Include="Src\Implementations\ProxyReturnType.cs" />
<Compile Include="Src\Implementations\SearchClassReturnType.cs" />
<Compile Include="Src\Implementations\SystemTypes.cs" />
<Compile Include="Src\Interfaces\ExplicitInterfaceImplementation.cs" />
<Compile Include="Src\LazyList.cs" />
<Compile Include="Src\NRefactoryResolver\CSharpToVBNetConvertVisitor.cs" />
<Compile Include="Src\NRefactoryResolver\InferredReturnType.cs" />
<Compile Include="Src\NRefactoryResolver\NRefactoryASTConvertVisitor.cs" />
<Compile Include="Src\NRefactoryResolver\NRefactoryInformationProvider.cs" />
<Compile Include="Src\NRefactoryResolver\NRefactoryResolver.cs" />
<Compile Include="Src\NRefactoryResolver\TypeVisitor.cs" />
<Compile Include="Src\NRefactoryResolver\VBNetToCSharpConvertVisitor.cs" />
<Compile Include="Src\ProjectContent\DomAssemblyName.cs" />
<Compile Include="Src\Refactoring\CodeGeneratorOptions.cs" />
<Compile Include="Src\Refactoring\TextFinder.cs" />
<Compile Include="Src\ReflectionLayer\DomPersistence.cs" />
<Compile Include="Src\ReflectionLayer\ReflectionClass.cs" />
<Compile Include="Src\ReflectionLayer\ReflectionEvent.cs" />
<Compile Include="Src\ReflectionLayer\ReflectionField.cs" />
<Compile Include="Src\ReflectionLayer\ReflectionLoader.cs" />
<Compile Include="Src\ReflectionLayer\ReflectionMethod.cs" />
<Compile Include="Src\ReflectionLayer\ReflectionParameter.cs" />
<Compile Include="Src\ReflectionLayer\ReflectionProperty.cs" />
<Compile Include="Src\ReflectionLayer\ReflectionReturnType.cs" />
<Compile Include="Src\CecilReader.cs" />
<Compile Include="Src\ExpressionContext.cs" />
<Compile Include="Src\FilePosition.cs" />
<Compile Include="Src\FoldingRegion.cs" />
<Compile Include="Src\IComment.cs" />
<Compile Include="Src\XmlDoc.cs" />
<Compile Include="Src\Tag.cs" />
<Compile Include="Src\ResolveResult.cs" />
<Compile Include="Src\MemberLookupHelper.cs" />
<Compile Include="Src\LanguageProperties.cs" />
<Compile Include="Src\IResolver.cs" />
<Compile Include="Src\IExpressionFinder.cs" />
<Compile Include="Src\Interfaces\ClassType.cs" />
<Compile Include="Src\Interfaces\IAttribute.cs" />
<Compile Include="Src\Interfaces\IClass.cs" />
<Compile Include="Src\Interfaces\ICompilationUnit.cs" />
<Compile Include="Src\Interfaces\IDecoration.cs" />
<Compile Include="Src\Interfaces\IEvent.cs" />
<Compile Include="Src\Interfaces\IField.cs" />
<Compile Include="Src\Interfaces\IMember.cs" />
<Compile Include="Src\Interfaces\IMethod.cs" />
<Compile Include="Src\Interfaces\IParameter.cs" />
<Compile Include="Src\Interfaces\IProperty.cs" />
<Compile Include="Src\Interfaces\IReturnType.cs" />
<Compile Include="Src\Interfaces\IUsing.cs" />
<Compile Include="Src\Interfaces\ModifierEnum.cs" />
<Compile Include="Src\Interfaces\ParameterModifiers.cs" />
<Compile Include="Src\Interfaces\Region.cs" />
<Compile Include="Src\Interfaces\ITypeParameter.cs" />
<Compile Include="Src\ProjectContent\DefaultProjectContent.cs" />
<Compile Include="Src\ProjectContent\IProjectContent.cs" />
<Compile Include="Src\ProjectContent\ReflectionProjectContent.cs" />
<Compile Include="Src\LoggingService.cs" />
<Compile Include="Src\ProjectContent\ProjectContentRegistry.cs" />
<Compile Include="Src\FusionNative.cs" />
<Compile Include="Src\DiffUtility.cs" />
<Compile Include="Src\ProjectContent\ParseInformation.cs" />
<Compile Include="Src\HostCallback.cs" />
<Compile Include="Src\Refactoring\CodeGenerator.cs" />
<Compile Include="Src\Refactoring\IDocument.cs" />
<Compile Include="Src\ClassFinder.cs" />
<Compile Include="Src\Refactoring\NRefactoryCodeGenerator.cs" />
<Compile Include="Src\Refactoring\RefactoringProvider.cs" />
<Compile Include="Src\Refactoring\NRefactoryRefactoringProvider.cs" />
<Compile Include="Src\GacInterop.cs" />
<Compile Include="Src\CtrlSpaceResolveHelper.cs" />
<Compile Include="Src\CSharp\CSharpAmbience.cs" />
<Compile Include="Src\Ambience.cs" />
<Compile Include="Src\CSharp\ExpressionFinder.cs" />
<Compile Include="Src\VBNet\VBNetAmbience.cs" />
<Compile Include="Src\VBNet\ExpressionFinder.cs" />
<Compile Include="Src\EasyCodeDom.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Configuration" />
<Folder Include="Src" />
<ProjectReference Include="..\..\..\Libraries\NRefactory\Project\NRefactory.csproj">
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project>
<Name>NRefactory</Name>
</ProjectReference>
<Folder Include="Src\Implementations" />
<Folder Include="Src\NRefactoryResolver" />
<Folder Include="Src\ReflectionLayer" />
<Folder Include="Src\Interfaces" />
<Folder Include="Src\ProjectContent" />
<Folder Include="Src\Refactoring" />
<Folder Include="Src\CSharp" />
<Folder Include="Src\VBNet" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>