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.
185 lines
8.9 KiB
185 lines
8.9 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
<PropertyGroup> |
|
<ProjectGuid>{3CA90546-3B4C-4663-9445-C4E9371750A7}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>SharpRefactoring</RootNamespace> |
|
<AssemblyName>SharpRefactoring</AssemblyName> |
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<SourceAnalysisOverrideSettingsFile>"C:\Program Files\SharpDevelop\3.0\bin\..\AddIns\AddIns\Misc\SourceAnalysis\Settings.SourceAnalysis"</SourceAnalysisOverrideSettingsFile> |
|
<OutputPath>..\..\..\..\..\AddIns\Misc\SharpRefactoring\</OutputPath> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<StartAction>Program</StartAction> |
|
<StartProgram>..\SharpDevelop\bin\SharpDevelop.exe</StartProgram> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<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> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
<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.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xaml"> |
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="WindowsBase"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<None Include="SharpRefactoring.addin"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<Compile Include="Src\ClassRefactoringSubmenuBuilder.cs" /> |
|
<Compile Include="Src\ContextActions\AddUsing.cs" /> |
|
<Compile Include="Src\ContextActions\DelegateAction.cs" /> |
|
<Compile Include="Src\ContextActions\Extensions.cs" /> |
|
<Compile Include="Src\ContextActions\FindNodesVisitor.cs" /> |
|
<Compile Include="Src\ContextActions\GenerateMember.cs" /> |
|
<Compile Include="Src\ContextActions\ImplementAbstractClass.cs" /> |
|
<Compile Include="Src\ContextActions\ImplementInterface.cs" /> |
|
<Compile Include="Src\CSharpMethodExtractor.cs" /> |
|
<Compile Include="Src\Extensions.cs" /> |
|
<Compile Include="Src\ExtractMethodCommand.cs" /> |
|
<Compile Include="Src\Forms\ExtractMethodForm.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\Forms\ExtractMethodForm.Designer.cs"> |
|
<DependentUpon>ExtractMethodForm.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\GenerateCode.cs" /> |
|
<Compile Include="Src\Gui\AbstractInlineRefactorDialog.cs" /> |
|
<Compile Include="Src\Gui\CtorParamWrapper.cs" /> |
|
<Compile Include="Src\Gui\InlineRefactorSnippetElement.cs" /> |
|
<Compile Include="Src\Gui\InsertCtorDialog.xaml.cs"> |
|
<DependentUpon>InsertCtorDialog.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\IntroduceMethodDialog.xaml.cs"> |
|
<DependentUpon>IntroduceMethodDialog.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\OverrideEqualsGetHashCodeMethodsDialog.xaml.cs"> |
|
<DependentUpon>OverrideEqualsGetHashCodeMethodsDialog.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\OverrideToStringMethodDialog.xaml.cs"> |
|
<DependentUpon>OverrideToStringMethodDialog.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Wrapper.cs" /> |
|
<Compile Include="Src\InsertCtorSnippetRefactoring.cs" /> |
|
<Compile Include="Src\MenuItemFactories\IntroduceMethod.cs" /> |
|
<Compile Include="Src\MenuItemFactories\ParameterCheckRefactoringMenuBuilder.cs" /> |
|
<Compile Include="Src\MenuItemFactories\ResolveAttribute.cs" /> |
|
<Compile Include="Src\MenuItemFactories\ResolveExtensionMethod.cs" /> |
|
<Compile Include="Src\MethodExtractorBase.cs" /> |
|
<Compile Include="Src\OverrideEqualsGetHashCodeMethodsRefactoring.cs" /> |
|
<Compile Include="Src\OverrideToStringMethodRefactoring.cs" /> |
|
<Compile Include="Src\Options.cs" /> |
|
<Compile Include="Src\RefactoringHelpers.cs" /> |
|
<Compile Include="Src\PropertyRefactoringMenuBuilder.cs" /> |
|
<Compile Include="Src\SwitchBodySnippetElement.cs" /> |
|
<Compile Include="Src\SwitchSnippetProvider.cs" /> |
|
<Compile Include="Src\Visitors\FindJumpInstructionsVisitor.cs" /> |
|
<Compile Include="Src\Visitors\FindMemberVisitor.cs" /> |
|
<Compile Include="Src\Visitors\FindReferenceVisitor.cs" /> |
|
<Compile Include="Src\Visitors\HasAssignmentsVisitor.cs" /> |
|
<Compile Include="Src\Visitors\HasReturnStatementVisitor.cs" /> |
|
<EmbeddedResource Include="Src\Forms\ExtractMethodForm.resx"> |
|
<DependentUpon>ExtractMethodForm.cs</DependentUpon> |
|
</EmbeddedResource> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Src\Gui" /> |
|
<Folder Include="Src\ContextActions" /> |
|
<Folder Include="Src\MenuItemFactories" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Page Include="Src\Gui\InsertCtorDialog.xaml" /> |
|
<Page Include="Src\Gui\IntroduceMethodDialog.xaml" /> |
|
<Page Include="Src\Gui\OverrideEqualsGetHashCodeMethodsDialog.xaml" /> |
|
<Page Include="Src\Gui\OverrideToStringMethodDialog.xaml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\..\..\Libraries\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> |
|
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project> |
|
<Name>ICSharpCode.AvalonEdit</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Libraries\NRefactory\Project\NRefactory.csproj"> |
|
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project> |
|
<Name>NRefactory</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.Presentation\ICSharpCode.Core.Presentation.csproj"> |
|
<Project>{7E4A7172-7FF5-48D0-B719-7CD959DD1AC9}</Project> |
|
<Name>ICSharpCode.Core.Presentation</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj"> |
|
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project> |
|
<Name>ICSharpCode.Core.WinForms</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Dom</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Widgets\Project\ICSharpCode.SharpDevelop.Widgets.csproj"> |
|
<Project>{8035765F-D51F-4A0C-A746-2FD100E19419}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Widgets</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
</Project> |