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

📄 devspace.ajax.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.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{5558CA99-24B5-4301-8083-C7760D98E35F}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Devspace.Ajax</RootNamespace>
    <AssemblyName>devspace.ajax</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="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Web" />
    <Reference Include="System.Web.Services" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="CacheController\Books\definitions.cs" />
    <Compile Include="CacheController\Books\implementations.cs" />
    <Compile Include="CacheController\Books\librarian.cs" />
    <Compile Include="CacheController\simpleetag.cs" />
    <Compile Include="DecoupledNavigation\ConvertCase.cs" />
    <Compile Include="definitions.cs" />
    <Compile Include="implementations.cs" />
    <Compile Include="InfiniteData\PrimeNumberCalculator\misc.cs" />
    <Compile Include="InfiniteData\PrimeNumberCalculator\PrimeNumber.cs" />
    <Compile Include="InfiniteData\PrimeNumberHandler.cs" />
    <Compile Include="InfiniteData\TaskManager.cs" />
    <Compile Include="Logging\LogBuffer.cs" />
    <Compile Include="Permutations.cs" />
    <Compile Include="Permutations\ConfigurationRewrite.cs" />
    <Compile Include="Permutations\definitions.cs" />
    <Compile Include="Permutations\FileDirectory.cs" />
    <Compile Include="Permutations\SlashPeriod.cs" />
    <Compile Include="PersistentCommunications\definitions.cs" />
    <Compile Include="PersistentCommunications\presence.cs" />
    <Compile Include="PersistentCommunications\serverpush.cs" />
    <Compile Include="PersistentCommunications\status.cs" />
    <Compile Include="RestMVC\definitions.cs" />
    <Compile Include="RestMVC\Translation\Translation.cs" />
    <Compile Include="StateNavigation\definitions.cs" />
    <Compile Include="StateNavigation\implementation.cs" />
    <Compile Include="StateNavigation\statemanager.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\NCommons\NCommons.csproj">
      <Project>{674BC4DB-EA37-4935-B5D5-0B3D8350C3E2}</Project>
      <Name>NCommons</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>

⌨️ 快捷键说明

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