AjaxPro.csproj
上传用户:szgaoree
上传日期:2009-01-05
资源大小:74k
文件大小:10k
源码类别:

Ajax

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>8.0.50727</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{9AD42568-07A4-4D8B-9C6D-1FD54683EF4B}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>AjaxPro</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>michael.schwarz.snk</AssemblyOriginatorKeyFile>
  15.     <DefaultClientScript>JScript</DefaultClientScript>
  16.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  17.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  18.     <DelaySign>false</DelaySign>
  19.     <OutputType>Library</OutputType>
  20.     <RootNamespace>AjaxPro</RootNamespace>
  21.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  22.     <StartupObject>
  23.     </StartupObject>
  24.     <FileUpgradeFlags>
  25.     </FileUpgradeFlags>
  26.     <UpgradeBackupLocation>
  27.     </UpgradeBackupLocation>
  28.     <SccProjectName>SAK</SccProjectName>
  29.     <SccLocalPath>SAK</SccLocalPath>
  30.     <SccAuxPath>SAK</SccAuxPath>
  31.     <SccProvider>SAK</SccProvider>
  32.     <SignAssembly>false</SignAssembly>
  33.   </PropertyGroup>
  34.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35.     <OutputPath>binDebug</OutputPath>
  36.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  37.     <BaseAddress>285212672</BaseAddress>
  38.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  39.     <ConfigurationOverrideFile>
  40.     </ConfigurationOverrideFile>
  41.     <DefineConstants>TRACE;DEBUG;NET20</DefineConstants>
  42.     <DocumentationFile>
  43.     </DocumentationFile>
  44.     <DebugSymbols>true</DebugSymbols>
  45.     <FileAlignment>4096</FileAlignment>
  46.     <NoStdLib>false</NoStdLib>
  47.     <NoWarn>
  48.     </NoWarn>
  49.     <Optimize>false</Optimize>
  50.     <RegisterForComInterop>false</RegisterForComInterop>
  51.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  52.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  53.     <WarningLevel>4</WarningLevel>
  54.     <DebugType>full</DebugType>
  55.     <ErrorReport>prompt</ErrorReport>
  56.   </PropertyGroup>
  57.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  58.     <OutputPath>binRelease</OutputPath>
  59.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  60.     <BaseAddress>285212672</BaseAddress>
  61.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  62.     <ConfigurationOverrideFile>
  63.     </ConfigurationOverrideFile>
  64.     <DefineConstants>TRACE;NET20</DefineConstants>
  65.     <DocumentationFile>
  66.     </DocumentationFile>
  67.     <DebugSymbols>false</DebugSymbols>
  68.     <FileAlignment>4096</FileAlignment>
  69.     <NoStdLib>false</NoStdLib>
  70.     <NoWarn>
  71.     </NoWarn>
  72.     <Optimize>true</Optimize>
  73.     <RegisterForComInterop>false</RegisterForComInterop>
  74.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  75.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  76.     <WarningLevel>4</WarningLevel>
  77.     <DebugType>none</DebugType>
  78.     <ErrorReport>prompt</ErrorReport>
  79.   </PropertyGroup>
  80.   <ItemGroup>
  81.     <Reference Include="System">
  82.       <Name>System</Name>
  83.     </Reference>
  84.     <Reference Include="System.configuration" />
  85.     <Reference Include="System.Data">
  86.       <Name>System.Data</Name>
  87.     </Reference>
  88.     <Reference Include="System.Design" />
  89.     <Reference Include="System.Web">
  90.       <Name>System.Web</Name>
  91.     </Reference>
  92.     <Reference Include="System.Xml">
  93.       <Name>System.XML</Name>
  94.     </Reference>
  95.   </ItemGroup>
  96.   <ItemGroup>
  97.     <Compile Include="AssemblyInfo.cs">
  98.       <SubType>Code</SubType>
  99.     </Compile>
  100.     <Compile Include="AttributesAjaxCacheAttribute.cs">
  101.       <SubType>Code</SubType>
  102.     </Compile>
  103.     <Compile Include="AttributesAjaxMethodAttribute.cs">
  104.       <SubType>Code</SubType>
  105.     </Compile>
  106.     <Compile Include="AttributesAjaxNamespaceAttribute.cs">
  107.       <SubType>Code</SubType>
  108.     </Compile>
  109.     <Compile Include="AttributesAjaxNonSerializableAttribute.cs">
  110.       <SubType>Code</SubType>
  111.     </Compile>
  112.     <Compile Include="AttributesAjaxPropertyAttribute.cs">
  113.       <SubType>Code</SubType>
  114.     </Compile>
  115.     <Compile Include="AttributesHttpSessionStateRequirement.cs">
  116.       <SubType>Code</SubType>
  117.     </Compile>
  118.     <Compile Include="AttributesJavaScriptConverterAttribute.cs">
  119.       <SubType>Code</SubType>
  120.     </Compile>
  121.     <Compile Include="Attributes__AjaxClassAttribute.cs">
  122.       <SubType>Code</SubType>
  123.     </Compile>
  124.     <Compile Include="Attributes__AjaxEnumAttribute.cs">
  125.       <SubType>Code</SubType>
  126.     </Compile>
  127.     <Compile Include="ConfigurationAjaxSettingsSectionHandler.cs">
  128.       <SubType>Code</SubType>
  129.     </Compile>
  130.     <Compile Include="HandlerAjaxAsyncHttpHandler.cs">
  131.       <SubType>Code</SubType>
  132.     </Compile>
  133.     <Compile Include="HandlerAjaxHandlerFactory.cs">
  134.       <SubType>Code</SubType>
  135.     </Compile>
  136.     <Compile Include="HandlerAjaxProcessorsIFrameProcessor.cs">
  137.       <SubType>Code</SubType>
  138.     </Compile>
  139.     <Compile Include="HandlerAjaxProcessorsXmlHttpRequestProcessor.cs">
  140.       <SubType>Code</SubType>
  141.     </Compile>
  142.     <Compile Include="HandlerAjaxProcHelper.cs">
  143.       <SubType>Code</SubType>
  144.     </Compile>
  145.     <Compile Include="HandlerAjaxSyncHttpHandler.cs">
  146.       <SubType>Code</SubType>
  147.     </Compile>
  148.     <Compile Include="HandlerConverterJavaScriptHandler.cs" />
  149.     <Compile Include="HandlerEmbeddedJavaScriptHandler.cs" />
  150.     <Compile Include="HandlerSecurityAjaxEncryption.cs" />
  151.     <Compile Include="HandlerSimpleResult.cs">
  152.       <SubType>Code</SubType>
  153.     </Compile>
  154.     <Compile Include="HandlerTypeJavaScriptHandler.cs">
  155.       <SubType>Code</SubType>
  156.     </Compile>
  157.     <Compile Include="InterfacesIAjaxTokenProvider.cs" />
  158.     <Compile Include="InterfacesIAjaxCryptProvider.cs" />
  159.     <Compile Include="InterfacesIAjaxKeyProvider.cs" />
  160.     <Compile Include="InterfacesIAjaxProcessor.cs" />
  161.     <Compile Include="InterfacesIContextInitializer.cs" />
  162.     <Compile Include="JSONConvertersDataRowConverter.cs">
  163.       <SubType>Code</SubType>
  164.     </Compile>
  165.     <Compile Include="JSONConvertersDataRowViewConverter.cs">
  166.       <SubType>Code</SubType>
  167.     </Compile>
  168.     <Compile Include="JSONConvertersDataSetConverter.cs">
  169.       <SubType>Code</SubType>
  170.     </Compile>
  171.     <Compile Include="JSONConvertersDataTableConverter.cs">
  172.       <SubType>Code</SubType>
  173.     </Compile>
  174.     <Compile Include="JSONConvertersDataViewConverter.cs">
  175.       <SubType>Code</SubType>
  176.     </Compile>
  177.     <Compile Include="JSONConvertersDateTimeConverter.cs">
  178.       <SubType>Code</SubType>
  179.     </Compile>
  180.     <Compile Include="JSONConvertersHtmlControlConverter.cs">
  181.       <SubType>Code</SubType>
  182.     </Compile>
  183.     <Compile Include="JSONConvertersIDictionaryConverter.cs">
  184.       <SubType>Code</SubType>
  185.     </Compile>
  186.     <Compile Include="JSONConvertersIEnumerableConverter.cs">
  187.       <SubType>Code</SubType>
  188.     </Compile>
  189.     <Compile Include="JSONConvertersIListConverter.cs">
  190.       <SubType>Code</SubType>
  191.     </Compile>
  192.     <Compile Include="JSONConvertersNameValueCollectionConverter.cs">
  193.       <SubType>Code</SubType>
  194.     </Compile>
  195.     <Compile Include="JSONInterfacesIJavaScriptConverter.cs" />
  196.     <Compile Include="JSONInterfacesIJavaScriptObject.cs" />
  197.     <Compile Include="JSONJavaScriptConverter.cs">
  198.       <SubType>Code</SubType>
  199.     </Compile>
  200.     <Compile Include="JSONJavaScriptConverterCollection.cs">
  201.       <SubType>Code</SubType>
  202.     </Compile>
  203.     <Compile Include="JSONJavaScriptDeserializer.cs">
  204.       <SubType>Code</SubType>
  205.     </Compile>
  206.     <Compile Include="JSONJavaScriptObjectsJavaScriptArray.cs">
  207.       <SubType>Code</SubType>
  208.     </Compile>
  209.     <Compile Include="JSONJavaScriptObjectsJavaScriptBoolean.cs">
  210.       <SubType>Code</SubType>
  211.     </Compile>
  212.     <Compile Include="JSONJavaScriptObjectsJavaScriptNumber.cs">
  213.       <SubType>Code</SubType>
  214.     </Compile>
  215.     <Compile Include="JSONJavaScriptObjectsJavaScriptObject.cs">
  216.       <SubType>Code</SubType>
  217.     </Compile>
  218.     <Compile Include="JSONJavaScriptObjectsJavaScriptString.cs">
  219.       <SubType>Code</SubType>
  220.     </Compile>
  221.     <Compile Include="JSONJavaScriptSerializer.cs">
  222.       <SubType>Code</SubType>
  223.     </Compile>
  224.     <Compile Include="JSONJavaScriptUtil.cs">
  225.       <SubType>Code</SubType>
  226.     </Compile>
  227.     <Compile Include="JSONJSONParser.cs">
  228.       <SubType>Code</SubType>
  229.     </Compile>
  230.     <Compile Include="SecurityAuthentication.cs" />
  231.     <Compile Include="SecurityDecryptor.cs" />
  232.     <Compile Include="SecurityDecryptTransformer.cs" />
  233.     <Compile Include="SecurityEncryptor.cs" />
  234.     <Compile Include="SecurityEncryptTransformer.cs" />
  235.     <Compile Include="SecurityWebDecrypter.cs" />
  236.     <Compile Include="SecurityWebEncrypter.cs" />
  237.     <Compile Include="ServicesAuthenticationService.cs" />
  238.     <Compile Include="ServicesCartService.cs" />
  239.     <Compile Include="ServicesChatService.cs" />
  240.     <Compile Include="ServicesProfileService.cs" />
  241.     <Compile Include="UtilitiesAjaxSettings.cs">
  242.       <SubType>Code</SubType>
  243.     </Compile>
  244.     <Compile Include="UtilitiesCacheInfo.cs">
  245.       <SubType>Code</SubType>
  246.     </Compile>
  247.     <Compile Include="UtilitiesClientMethod.cs" />
  248.     <Compile Include="UtilitiesConstant.cs">
  249.       <SubType>Code</SubType>
  250.     </Compile>
  251.     <Compile Include="UtilitiesMD5Helper.cs">
  252.       <SubType>Code</SubType>
  253.     </Compile>
  254.     <Compile Include="UtilitiesUtility.cs">
  255.       <SubType>Code</SubType>
  256.     </Compile>
  257.     <Compile Include="WebUIAjaxHtmlSelect.cs" />
  258.     <EmbeddedResource Include="prototype.js" />
  259.     <EmbeddedResource Include="core.js" />
  260.   </ItemGroup>
  261.   <ItemGroup>
  262.     <None Include="build_1.1.bat" />
  263.     <None Include="build_2.0.bat" />
  264.     <None Include="michael.schwarz.snk" />
  265.     <None Include="web.config" />
  266.   </ItemGroup>
  267.   <ItemGroup>
  268.     <Content Include="example.aspx">
  269.       <SubType>ASPXCodeBehind</SubType>
  270.     </Content>
  271.     <Content Include="readme.txt" />
  272.   </ItemGroup>
  273.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  274.   <PropertyGroup>
  275.     <PreBuildEvent>
  276.     </PreBuildEvent>
  277.     <PostBuildEvent>
  278.     </PostBuildEvent>
  279.   </PropertyGroup>
  280. </Project>