⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ncommons.csproj

📁 ajax patterns 这是关于ajax设计模式方面的原代码
💻 CSPROJ
字号:
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
    <PropertyGroup>
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
        <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
        <ProductVersion>8.0.30703</ProductVersion>
        <SchemaVersion>2.0</SchemaVersion>
        <ProjectGuid>{674BC4DB-EA37-4935-B5D5-0B3D8350C3E2}</ProjectGuid>
        <OutputType>Library</OutputType>
        <RootNamespace>Devspace.NCommons</RootNamespace>
        <AssemblyName>NCommons</AssemblyName>
        <WarningLevel>4</WarningLevel>
        <StartupObject/>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
        <DebugSymbols>true</DebugSymbols>
        <DebugType>full</DebugType>
        <Optimize>false</Optimize>
        <OutputPath>..\..\website\ROOT\assemblies\</OutputPath>
        <DefineConstants>DEBUG;TRACE;LOGCONSOLE</DefineConstants>
        <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
        <DebugSymbols>false</DebugSymbols>
        <Optimize>true</Optimize>
        <OutputPath>bin\Release\</OutputPath>
        <DefineConstants>TRACE</DefineConstants>
        <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    </PropertyGroup>
    <ItemGroup>
        <Reference Include="nunit.framework, Version=2.2.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
            <HintPath>..\..\ajax\framework\trunk\nunit\nunit.framework.dll</HintPath>
        </Reference>
        <Reference Include="System"/>
        <Reference Include="System.Data"/>
        <Reference Include="System.Xml"/>
    </ItemGroup>
    <ItemGroup>
        <Compile Include="Automators\hashutilities.cs"/>
        <Compile Include="Logging.cs"/>
        <Compile Include="Tracer\GenerateOutput.cs"/>
        <Compile Include="Tracer\ToStringTracer.cs"/>
    </ItemGroup>
    <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets"/>
</Project>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -