📄 ajaxpro.csproj
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9AD42568-07A4-4D8B-9C6D-1FD54683EF4B}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>AjaxPro</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>AjaxPro</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<SignAssembly>false</SignAssembly>
<OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE;DEBUG;NET20</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE;NET20</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System">
<Name>System</Name>
</Reference>
<Reference Include="System.configuration" />
<Reference Include="System.Data">
<Name>System.Data</Name>
</Reference>
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web">
<Name>System.Web</Name>
</Reference>
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Attributes\AjaxCacheAttribute.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Attributes\AjaxMethodAttribute.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Attributes\AjaxNamespaceAttribute.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Attributes\AjaxNonSerializableAttribute.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Attributes\AjaxPropertyAttribute.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Attributes\HttpSessionStateRequirement.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Attributes\JavaScriptConverterAttribute.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Attributes\AjaxNoTypeUsageAttribute.cs" />
<Compile Include="Attributes\__AjaxClassAttribute.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Attributes\__AjaxEnumAttribute.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Configuration\AjaxSettingsSectionHandler.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Handler\AjaxAsyncHttpHandler.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Handler\AjaxHandlerFactory.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Handler\AjaxProcessors\IFrameProcessor.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Handler\AjaxProcessors\XmlHttpRequestProcessor.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Handler\AjaxProcHelper.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Handler\AjaxSyncHttpHandler.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Handler\ConverterJavaScriptHandler.cs" />
<Compile Include="Handler\EmbeddedJavaScriptHandler.cs" />
<Compile Include="Handler\HttpCompressionModule.cs" />
<Compile Include="Handler\AjaxRequestModule.cs" />
<Compile Include="Handler\Security\AjaxEncryption.cs" />
<Compile Include="Handler\TypeJavaScriptHandler.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Interfaces\AjaxSecurityProvider.cs" />
<Compile Include="Interfaces\IAjaxTokenProvider.cs" />
<Compile Include="Interfaces\IAjaxCryptProvider.cs" />
<Compile Include="Interfaces\IAjaxKeyProvider.cs" />
<Compile Include="Interfaces\IAjaxProcessor.cs" />
<Compile Include="Interfaces\IContextInitializer.cs" />
<Compile Include="Handler\TypeJavaScriptProvider.cs" />
<Compile Include="JSON\Converters\DataRowConverter.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\Converters\DataRowViewConverter.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\Converters\DataSetConverter.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\Converters\DataTableConverter.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\Converters\DataViewConverter.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\Converters\DateTimeConverter.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\Converters\HashtableConverter.cs" />
<Compile Include="JSON\Converters\HtmlControlConverter.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\Converters\IDictionaryConverter.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\Converters\IEnumerableConverter.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\Converters\IListConverter.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\Converters\JavaScriptObjectConverter.cs" />
<Compile Include="JSON\Converters\DecimalConverter.cs" />
<Compile Include="JSON\Converters\ExceptionConverter.cs" />
<Compile Include="JSON\Converters\EnumConverter.cs" />
<Compile Include="JSON\Converters\GuidConverter.cs" />
<Compile Include="JSON\Converters\BitmapConverter.cs" />
<Compile Include="JSON\Converters\PrimitiveConverter.cs" />
<Compile Include="JSON\Converters\StringConverter.cs" />
<Compile Include="JSON\Converters\NameValueCollectionConverter.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\Converters\ProfileBaseConverter.cs" />
<Compile Include="JSON\Interfaces\IJavaScriptConverter.cs" />
<Compile Include="JSON\Interfaces\IJavaScriptObject.cs" />
<Compile Include="JSON\JavaScriptConverterList.cs" />
<Compile Include="JSON\JavaScriptDeserializer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\JavaScriptObjects\JavaScriptArray.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\JavaScriptObjects\JavaScriptBoolean.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\JavaScriptObjects\JavaScriptNumber.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\JavaScriptObjects\JavaScriptObject.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\JavaScriptObjects\JavaScriptString.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\JavaScriptObjects\JavaScriptSource.cs" />
<Compile Include="JSON\JavaScriptSerializer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\JavaScriptUtil.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="JSON\JSONParser.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Security\Decryptor.cs" />
<Compile Include="Security\DecryptTransformer.cs" />
<Compile Include="Security\Encryptor.cs" />
<Compile Include="Security\EncryptTransformer.cs" />
<Compile Include="Security\WebDecrypter.cs" />
<Compile Include="Security\WebEncrypter.cs" />
<Compile Include="Services\AuthenticationService.cs" />
<Compile Include="Services\CartService.cs" />
<Compile Include="Services\ChatService.cs" />
<Compile Include="Services\ProfileService.cs" />
<Compile Include="Utilities\AjaxSettings.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Utilities\CacheInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Utilities\ClientMethod.cs" />
<Compile Include="Utilities\Constant.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Utilities\MD5Helper.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Utilities\Utility.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Managment\WebAjaxErrorEvent.cs" />
<Compile Include="Web\UI\AjaxBasePage.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<EmbeddedResource Include="prototype.js" />
<EmbeddedResource Include="core.js" />
</ItemGroup>
<ItemGroup>
<None Include="build_1.1.bat" />
<None Include="build_2.0.bat" />
<None Include="web.config" />
</ItemGroup>
<ItemGroup>
<None Include="build.bat" />
<None Include="build_json.bat" />
<EmbeddedResource Include="ms.js" />
</ItemGroup>
<ItemGroup>
<Content Include="jquery-1.3.1.js" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -