nantaddin.csproj
来自「SharpDevelop2.0.0 c#开发免费工具」· CSPROJ 代码 · 共 93 行
CSPROJ
93 行
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1DB3CAD2-38E8-4C5E-8E1B-0E37B1A5C006}</ProjectGuid>
<RootNamespace>NAntAddIn</RootNamespace>
<AssemblyName>NAntAddIn</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>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Optimize>False</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\NAntAddIn\</OutputPath>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\NAntAddIn\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Src\AddInOptions.cs" />
<Compile Include="Src\Gui\NAntAddInOptionPanel.cs" />
<Compile Include="Src\Commands\RunNAntCommand.cs" />
<Compile Include="Src\NAntAddInException.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" />
<EmbeddedResource Include="Resources\NAntAddInOptionPanel.xfrm" />
<Compile Include="Configuration\AssemblyInfo.cs" />
<None Include="NAnt.addin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Compile Include="Src\Commands\RefreshNantPadCommand.cs" />
<Compile Include="Src\IsNAntRunningCondition.cs" />
</ItemGroup>
<ItemGroup>
<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>
<Folder Include="Src\Gui\" />
<Folder Include="Src\Commands\" />
<Folder Include="Resources" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?