📄 assemblyscout.csproj
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50215</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{DDD402CD-1D04-4E3F-B563-A4CACC500188}</ProjectGuid>
<AssemblyName>AssemblyScout</AssemblyName>
<OutputTarget>Library</OutputTarget>
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<NoConfig>False</NoConfig>
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent>
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>False</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\AssemblyScout\</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\AssemblyScout\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.XML" />
<Reference Include="ICSharpCode.SharpAssembly">
<HintPath>..\..\..\..\..\bin\ICSharpCode.SharpAssembly.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="ICSharpCode.SharpDevelop">
<HintPath>..\..\..\..\..\bin\ICSharpCode.SharpDevelop.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking">
<HintPath>..\..\..\..\..\bin\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="AssemblyScout.addin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="Src\XmlView.cs" />
<Compile Include="Src\AssemblyScoutBinding.cs" />
<Compile Include="Src\AssemblyScoutCommand.cs" />
<Compile Include="Src\AssemblyScoutCommands.cs" />
<Compile Include="Src\AssemblyScoutOptionPanel.cs" />
<Compile Include="Src\AssemblyScoutViewContent.cs" />
<Compile Include="Src\AssemblyTree.cs" />
<Compile Include="Src\ExtendedPropPanel.cs" />
<Compile Include="Src\ILDasmView.cs" />
<Compile Include="Src\InfoView.cs" />
<Compile Include="Src\SearchPanel.cs" />
<Compile Include="Src\SourceView.cs" />
<Compile Include="Src\TempProject.cs" />
<Compile Include="Src\Nodes\TypeNode.cs" />
<Compile Include="Src\Nodes\AssemblyTreeNode.cs" />
<Compile Include="Src\Nodes\FolderNode.cs" />
<Compile Include="Src\Nodes\MemberNode.cs" />
<Compile Include="Src\Nodes\MethodNode.cs" />
<Compile Include="Src\Nodes\ResourceNode.cs" />
<Compile Include="Src\SharpAssemblyLayer\SharpAssemblyClass.cs" />
<Compile Include="Src\SharpAssemblyLayer\SharpAssemblyEvent.cs" />
<Compile Include="Src\SharpAssemblyLayer\SharpAssemblyField.cs" />
<Compile Include="Src\SharpAssemblyLayer\SharpAssemblyMethod.cs" />
<Compile Include="Src\SharpAssemblyLayer\SharpAssemblyParameter.cs" />
<Compile Include="Src\SharpAssemblyLayer\SharpAssemblyProperty.cs" />
<Compile Include="Src\SharpAssemblyLayer\SharpAssemblyReturnType.cs" />
<Compile Include="Src\SharpAssemblyLayer\SharpAssemblyAttribute.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Configuration" />
<Folder Include="Src" />
<Folder Include="Src\Nodes" />
<Folder Include="Resources" />
<Folder Include="Src\SharpAssemblyLayer" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -