-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed to have original assembly being compiled against .NET 3.5
added new assembly for .NET 4.8 #19
- Loading branch information
1 parent
1c66c2d
commit 609cd61
Showing
4 changed files
with
347 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,316 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> | ||
<PropertyGroup> | ||
<ProjectType>Local</ProjectType> | ||
<ProductVersion>9.0.30729</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{0B9D4A5A-F2B1-493B-878C-D03BF3325401}</ProjectGuid> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ApplicationIcon> | ||
</ApplicationIcon> | ||
<AssemblyKeyContainerName> | ||
</AssemblyKeyContainerName> | ||
<AssemblyName>AjaxPro.2</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> | ||
<ToolsVersion>3.5</ToolsVersion> | ||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | ||
<TargetFrameworkProfile /> | ||
</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> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
<Prefer32Bit>false</Prefer32Bit> | ||
</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> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
<Prefer32Bit>false</Prefer32Bit> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET48|AnyCPU'"> | ||
<OutputPath>bin\ReleaseNET48\</OutputPath> | ||
<DefineConstants>TRACE;NET20</DefineConstants> | ||
<BaseAddress>285212672</BaseAddress> | ||
<Optimize>true</Optimize> | ||
<FileAlignment>4096</FileAlignment> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<LangVersion>7.3</LangVersion> | ||
<ErrorReport>prompt</ErrorReport> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
<Prefer32Bit>false</Prefer32Bit> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
</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="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\HashHelper.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="bundleconfig.json" /> | ||
<None Include="web.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="ms.js" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="core.min.js"> | ||
<DependentUpon>core.js</DependentUpon> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="ms.min.js"> | ||
<DependentUpon>ms.js</DependentUpon> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="prototype.min.js"> | ||
<DependentUpon>prototype.js</DependentUpon> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
<PropertyGroup> | ||
<PreBuildEvent> | ||
</PreBuildEvent> | ||
<PostBuildEvent> | ||
</PostBuildEvent> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.