- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectType>Local</ProjectType>
- <ProductVersion>8.0.50727</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>michael.schwarz.snk</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>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <OutputPath>binDebug</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>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>binRelease</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.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="AttributesAjaxCacheAttribute.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="AttributesAjaxMethodAttribute.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="AttributesAjaxNamespaceAttribute.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="AttributesAjaxNonSerializableAttribute.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="AttributesAjaxPropertyAttribute.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="AttributesHttpSessionStateRequirement.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="AttributesJavaScriptConverterAttribute.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Attributes__AjaxClassAttribute.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Attributes__AjaxEnumAttribute.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ConfigurationAjaxSettingsSectionHandler.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HandlerAjaxAsyncHttpHandler.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HandlerAjaxHandlerFactory.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HandlerAjaxProcessorsIFrameProcessor.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HandlerAjaxProcessorsXmlHttpRequestProcessor.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HandlerAjaxProcHelper.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HandlerAjaxSyncHttpHandler.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HandlerConverterJavaScriptHandler.cs" />
- <Compile Include="HandlerEmbeddedJavaScriptHandler.cs" />
- <Compile Include="HandlerSecurityAjaxEncryption.cs" />
- <Compile Include="HandlerSimpleResult.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HandlerTypeJavaScriptHandler.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="InterfacesIAjaxTokenProvider.cs" />
- <Compile Include="InterfacesIAjaxCryptProvider.cs" />
- <Compile Include="InterfacesIAjaxKeyProvider.cs" />
- <Compile Include="InterfacesIAjaxProcessor.cs" />
- <Compile Include="InterfacesIContextInitializer.cs" />
- <Compile Include="JSONConvertersDataRowConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONConvertersDataRowViewConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONConvertersDataSetConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONConvertersDataTableConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONConvertersDataViewConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONConvertersDateTimeConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONConvertersHtmlControlConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONConvertersIDictionaryConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONConvertersIEnumerableConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONConvertersIListConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONConvertersNameValueCollectionConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONInterfacesIJavaScriptConverter.cs" />
- <Compile Include="JSONInterfacesIJavaScriptObject.cs" />
- <Compile Include="JSONJavaScriptConverter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONJavaScriptConverterCollection.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONJavaScriptDeserializer.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONJavaScriptObjectsJavaScriptArray.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONJavaScriptObjectsJavaScriptBoolean.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONJavaScriptObjectsJavaScriptNumber.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONJavaScriptObjectsJavaScriptObject.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONJavaScriptObjectsJavaScriptString.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONJavaScriptSerializer.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONJavaScriptUtil.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="JSONJSONParser.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="SecurityAuthentication.cs" />
- <Compile Include="SecurityDecryptor.cs" />
- <Compile Include="SecurityDecryptTransformer.cs" />
- <Compile Include="SecurityEncryptor.cs" />
- <Compile Include="SecurityEncryptTransformer.cs" />
- <Compile Include="SecurityWebDecrypter.cs" />
- <Compile Include="SecurityWebEncrypter.cs" />
- <Compile Include="ServicesAuthenticationService.cs" />
- <Compile Include="ServicesCartService.cs" />
- <Compile Include="ServicesChatService.cs" />
- <Compile Include="ServicesProfileService.cs" />
- <Compile Include="UtilitiesAjaxSettings.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UtilitiesCacheInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UtilitiesClientMethod.cs" />
- <Compile Include="UtilitiesConstant.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UtilitiesMD5Helper.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UtilitiesUtility.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="WebUIAjaxHtmlSelect.cs" />
- <EmbeddedResource Include="prototype.js" />
- <EmbeddedResource Include="core.js" />
- </ItemGroup>
- <ItemGroup>
- <None Include="build_1.1.bat" />
- <None Include="build_2.0.bat" />
- <None Include="michael.schwarz.snk" />
- <None Include="web.config" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="example.aspx">
- <SubType>ASPXCodeBehind</SubType>
- </Content>
- <Content Include="readme.txt" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- </Project>