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

📄 emergetk.csproj

📁 一种.net实现ajax方法的类库
💻 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>{864879C4-9DD7-47B9-AD7B-D4675B0ED6D8}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>EmergeTk</RootNamespace>
    <AssemblyName>EmergeTk</AssemblyName>
  </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>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="ICSharpCode.SharpZipLib, Version=0.81.0.1407, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\WebSites\Oberon\Bin\ICSharpCode.SharpZipLib.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.JScript" />
    <Reference Include="Microsoft.Vsa" />
    <Reference Include="MySql.Data, Version=2.0.8.0, Culture=neutral, PublicKeyToken=33a1c5bf06bf72d7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\WebSites\Oberon\Bin\MySql.Data.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Data.SQLite, Version=1.0.27.1, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Web" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ContextHistoryFrame.cs" />
    <Compile Include="Model\SqlServerRecord.cs" />
    <Compile Include="Model\SqlServerProvider.cs" />
    <Compile Include="Model\MySqlRecord.cs" />
    <Compile Include="Model\MySqlProvider.cs" />
    <Compile Include="Model\IRecord.cs" />
    <Compile Include="Model\ToolkitModels\WikiPage.cs" />
    <Compile Include="Tests\TabPaneTest.cs" />
    <Compile Include="Tests\TextBox.cs" />
    <Compile Include="Widgets\Html\DynamicContext.cs" />
    <Compile Include="Widgets\Html\Browser.cs" />
    <Compile Include="Widgets\Html\CodeView.cs" />
    <Compile Include="CometClient.cs" />
    <Compile Include="CometServer.cs" />
    <Compile Include="Widgets\Html\Comet.cs" />
    <Compile Include="ContextMenu.cs" />
    <Compile Include="Debug.cs" />
    <Compile Include="FlashCometWriter.cs" />
    <Compile Include="FlashContext.cs" />
    <Compile Include="Widgets\Html\FlashPane.cs" />
    <Compile Include="HtmlCometWriter.cs" />
    <Compile Include="IBindReceiver.cs" />
    <Compile Include="ICometWriter.cs" />
    <Compile Include="IDataSource.cs" />
    <Compile Include="Widgets\Html\List.cs" />
    <Compile Include="Widgets\Html\ListItem.cs" />
    <Compile Include="Widgets\Html\MenuItem.cs" />
    <Compile Include="Model\RecordListT.cs" />
    <Compile Include="Model\IRecordList.cs" />
    <Compile Include="Widgets\Html\RecordSelect.cs" />
    <Compile Include="Scaffold\AvailableRecordInfo.cs" />
    <Compile Include="Widgets\Html\SelectItem.cs" />
    <Compile Include="Widgets\Html\SelectList.cs" />
    <Compile Include="IDataBindable.cs" />
    <Compile Include="Model\Binding.cs" />
    <Compile Include="Widgets\Html\Button.cs" />
    <Compile Include="ButtonHandler.cs" />
    <Compile Include="Widgets\Html\Chart.cs" />
    <Compile Include="Config\User.cs" />
    <Compile Include="Context.cs" />
    <Compile Include="ContextHandler.cs" />
    <Compile Include="Widgets\Html\SlideShow.cs" />
    <Compile Include="Widgets\Html\Toolbar.cs" />
    <Compile Include="Widgets\Html\Tree.cs" />
    <Compile Include="Widgets\Html\TreeNode.cs" />
    <Compile Include="Widget.cs" />
    <Compile Include="WidgetCollection.cs" />
    <Compile Include="Model\ColumnInfoManager.cs" />
    <Compile Include="Model\DataProvider.cs" />
    <Compile Include="Model\AbstractRecord.cs" />
    <Compile Include="Model\ColumnInfo.cs" />
    <Compile Include="Model\IRecordListT.cs" />
    <Compile Include="Model\PropertyConverter.cs" />
    <Compile Include="Model\SQLiteProvider.cs" />
    <Compile Include="Model\XMLRecord.cs" />
    <Compile Include="Model\XMLTypeBuilder.cs" />
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
      <DependentUpon>Settings.settings</DependentUpon>
    </Compile>
    <Compile Include="Widgets\Html\Slider.cs" />
    <Compile Include="Widgets\Html\SplitPane.cs" />
    <Compile Include="DataGrid\DataGrid.cs" />
    <Compile Include="Widgets\Html\DatePicker.cs" />
    <Compile Include="Model\FilterInfo.cs" />
    <Compile Include="Model\SortInfo.cs" />
    <Compile Include="Tests\DataGridTester.cs" />
    <Compile Include="JSON.cs" />
    <Compile Include="Widgets\Html\LabeledControl.cs" />
    <Compile Include="DataGrid\DataGridColumn.cs" />
    <Compile Include="Widgets\Html\DateField.cs" />
    <Compile Include="Widgets\Html\DropDown.cs" />
    <Compile Include="Widgets\Html\FadingAlert.cs" />
    <Compile Include="Global.asax.cs" />
    <Compile Include="HtmlSurface.cs" />
    <Compile Include="ILocatable.cs" />
    <Compile Include="Widgets\Html\Image.cs" />
    <Compile Include="Widgets\Html\ImageButton.cs" />
    <Compile Include="Widgets\Html\ImageList.cs" />
    <Compile Include="Widgets\Html\Label.cs" />
    <Compile Include="Widgets\Html\WikiLink.cs" />
    <Compile Include="Widgets\Html\WikiPane.cs" />
    <Compile Include="Widgets\Svg\LineConnector.cs" />
    <Compile Include="Widgets\Html\Link.cs" />
    <Compile Include="Widgets\Html\LinkButton.cs" />
    <Compile Include="Widgets\Html\Literal.cs" />
    <Compile Include="Widgets\Html\MessageBox.cs" />
    <Compile Include="Model\DataType.cs" />
    <Compile Include="Model\ToolkitModels\ImageRecord.cs" />
    <Compile Include="Model\SQLiteRecord.cs" />
    <Compile Include="Model\RecordComparer.cs" />
    <Compile Include="Model\RecordList.cs" />
    <Compile Include="Model\TableNotFoundException.cs" />
    <Compile Include="Model\ToolkitModels\User.cs" />
    <Compile Include="Widgets\Html\Pane.cs" />
    <Compile Include="Widgets\Html\PlaceHolder.cs" />
    <Compile Include="Widgets\Html\Poller.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Widgets\Html\Repeater.cs" />
    <Compile Include="Widgets\Html\RequiresLogin.cs" />
    <Compile Include="Router.cs" />
    <Compile Include="Scaffold\Scaffold.cs" />
    <Compile Include="Scaffold\DataTypeFieldBuilder.cs" />
    <Compile Include="Scaffold\ModelFormHandler.cs" />
    <Compile Include="Scaffold\ModelForm.cs" />
    <Compile Include="StringSurface.cs" />
    <Compile Include="Surface.cs" />
    <Compile Include="Widgets\Svg\Circle.cs" />
    <Compile Include="Widgets\Svg\Group.cs" />
    <Compile Include="Widgets\Svg\Host.cs" />
    <Compile Include="Widgets\Svg\Image.cs" />
    <Compile Include="Widgets\Svg\Line.cs" />
    <Compile Include="Widgets\Svg\Gradient.cs" />
    <Compile Include="Widgets\Svg\Rect.cs" />
    <Compile Include="Widgets\Svg\Text.cs" />
    <Compile Include="Widgets\Svg\Path.cs" />
    <Compile Include="Widgets\Html\TabPane.cs" />
    <Compile Include="Widgets\Html\Template.cs" />
    <Compile Include="Tests\SliderTester.cs" />
    <Compile Include="Widgets\Html\TextBox.cs" />
    <Compile Include="TypeLoader.cs" />
    <Compile Include="Util.cs" />
    <Compile Include="Vector.cs" />
    <Compile Include="Widgets\Html\Window.cs" />
    <Compile Include="XmlHttpSurface.cs" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="client_master.js" />
    <Content Include="styles.css" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="ClassDiagram1.cd" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
  </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 + -