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.
133 lines
5.9 KiB
133 lines
5.9 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{1DB3CAD2-38E8-4C5E-8E1B-0E37B1A5C006}</ProjectGuid> |
|
<RootNamespace>ICSharpCode.NAnt</RootNamespace> |
|
<AssemblyName>NAnt.AddIn</AssemblyName> |
|
<OutputType>Library</OutputType> |
|
<WarningLevel>4</WarningLevel> |
|
<NoStdLib>False</NoStdLib> |
|
<NoConfig>False</NoConfig> |
|
<DebugType>Full</DebugType> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>121634816</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
<DebugSymbols>true</DebugSymbols> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
<TargetFrameworkProfile /> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<Optimize>False</Optimize> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<OutputPath>..\..\..\AddIns\Samples\NAnt.AddIn</OutputPath> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<Optimize>True</Optimize> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<OutputPath>..\..\..\AddIns\Samples\NAnt.AddIn</OutputPath> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="ICSharpCode.AvalonEdit"> |
|
<HintPath>..\..\..\bin\ICSharpCode.AvalonEdit.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="ICSharpCode.Core"> |
|
<HintPath>..\..\..\bin\ICSharpCode.Core.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="ICSharpCode.Core.Presentation"> |
|
<HintPath>..\..\..\bin\ICSharpCode.Core.Presentation.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="ICSharpCode.Core.WinForms"> |
|
<HintPath>..\..\..\bin\ICSharpCode.Core.WinForms.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="ICSharpCode.SharpDevelop"> |
|
<HintPath>..\..\..\bin\ICSharpCode.SharpDevelop.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="ICSharpCode.SharpDevelop.Widgets"> |
|
<HintPath>..\..\..\bin\ICSharpCode.SharpDevelop.Widgets.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="PresentationCore" /> |
|
<Reference Include="PresentationFramework" /> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Data" /> |
|
<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" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Src\AddInOptions.cs" /> |
|
<Compile Include="Src\Commands\RunSelectedNAntCleanTargetCommand.cs" /> |
|
<Compile Include="Src\Commands\RunNAntCommand.cs" /> |
|
<Compile Include="Src\Gui\NAntAddInOptionsView.xaml.cs"> |
|
<DependentUpon>NAntAddInOptionsView.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\NAntAddInException.cs" /> |
|
<Compile Include="Src\NAntMessageViewCategoryTextWriter.cs" /> |
|
<Compile Include="Src\NAntRunner.cs" /> |
|
<Compile Include="Src\NAntExitEventArgs.cs" /> |
|
<Compile Include="Src\Commands\RunNAntCleanTargetCommand.cs" /> |
|
<Compile Include="Src\Gui\NAntPadContent.cs" /> |
|
<Compile Include="Src\Gui\NAntPadTreeViewImageList.cs" /> |
|
<Compile Include="Src\Gui\NAntBuildFileTreeNode.cs" /> |
|
<Compile Include="Src\Gui\NAntBuildTargetTreeNode.cs" /> |
|
<Compile Include="Src\Gui\NAntPadTreeView.cs" /> |
|
<Compile Include="Src\Commands\RunSelectedNAntTargetCommand.cs" /> |
|
<Compile Include="Src\Commands\GoToTargetDefinitionCommand.cs" /> |
|
<Compile Include="Src\Commands\OpenNAntBuildFileCommand.cs" /> |
|
<Compile Include="Src\NAntBuildTargetCollection.cs" /> |
|
<Compile Include="Src\NAntBuildFile.cs" /> |
|
<Compile Include="Src\NAntBuildTarget.cs" /> |
|
<Compile Include="Src\NAntBuildFileError.cs" /> |
|
<Compile Include="Src\Gui\NAntBuildFileErrorTreeNode.cs" /> |
|
<Compile Include="Src\Commands\GoToErrorCommand.cs" /> |
|
<Compile Include="Src\Commands\AbstractRunNAntCommand.cs" /> |
|
<Compile Include="Src\NAntOutputParser.cs" /> |
|
<Compile Include="Src\TaskCollection.cs" /> |
|
<Compile Include="Src\NAntRunnerSingleton.cs" /> |
|
<Compile Include="Src\Commands\StopNAntCommand.cs" /> |
|
<None Include="Resources\BitmapResources.resources"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<None Include="NAnt.addin"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<None Include="Templates\EmptyNAntBuildFile.xft"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<Compile Include="Src\Commands\RefreshNantPadCommand.cs" /> |
|
<Compile Include="Src\IsNAntRunningCondition.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Templates" /> |
|
<Folder Include="Src\Gui\" /> |
|
<Folder Include="Src\Commands\" /> |
|
<Folder Include="Resources" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Page Include="Src\Gui\NAntAddInOptionsView.xaml" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |