📄 core.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.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C353A35C-86D0-4154-9500-4F88CAAB29C3}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ScrewTurn.Wiki</RootNamespace>
<AssemblyName>Core</AssemblyName>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BreadcrumbsManager.cs" />
<Compile Include="Collectors.cs" />
<Compile Include="Content.cs" />
<Compile Include="DiffTools.cs" />
<Compile Include="EmailSender.cs" />
<Compile Include="Formatter.cs" />
<Compile Include="FormattingPipeline.cs" />
<Compile Include="Hash.cs" />
<Compile Include="Host.cs" />
<Compile Include="ITranslator.cs" />
<Compile Include="LocalPageInfo.cs" />
<Compile Include="LocalUserInfo.cs" />
<Compile Include="Log.cs" />
<Compile Include="MimeTypes.cs" />
<Compile Include="NavigationPaths.cs" />
<Compile Include="Pages.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="PagesStorageProvider.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Exchanger.cs" />
<Compile Include="ProviderCollector.cs" />
<Compile Include="ProviderLoader.cs" />
<Compile Include="RecentChange.cs" />
<Compile Include="RecentChanges.cs" />
<Compile Include="Redirections.cs" />
<Compile Include="SearchTools.cs" />
<Compile Include="SessionFacade.cs" />
<Compile Include="Settings.cs" />
<Compile Include="Snippets.cs" />
<Compile Include="Tools.cs" />
<Compile Include="Translator.cs" />
<Compile Include="TranslatorFlex.cs" />
<Compile Include="Users.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UsersStorageProvider.cs" />
<Compile Include="ZipFile.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Exchange\Exchange.csproj">
<Project>{2EEFB466-B9BC-4E8E-8B90-E638D06FDDDF}</Project>
<Name>Exchange</Name>
</ProjectReference>
<ProjectReference Include="..\PluginFramework\PluginFramework.csproj">
<Project>{531A83D6-76F9-4014-91C5-295818E2D948}</Project>
<Name>PluginFramework</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -