-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9035e4
commit f811329
Showing
66 changed files
with
3,957 additions
and
4,639 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 |
---|---|---|
@@ -1,49 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
For more information on how to configure your ASP.NET application, please visit | ||
http://go.microsoft.com/fwlink/?LinkId=169433 | ||
https://go.microsoft.com/fwlink/?LinkId=169433 | ||
--> | ||
<configuration> | ||
<!-- | ||
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367. | ||
The following attributes can be set on the <httpRuntime> tag. | ||
<system.Web> | ||
<httpRuntime targetFramework="4.5" /> | ||
</system.Web> | ||
--> | ||
<system.web> | ||
<compilation debug="true" targetFramework="4.5"/> | ||
<httpRuntime/> | ||
<httpModules/> | ||
<pages controlRenderingCompatibilityVersion="4.0"/> | ||
<compilation debug="true" targetFramework="4.7.2" /> | ||
<httpRuntime targetFramework="4.7.2" /> | ||
</system.web> | ||
<system.webServer> | ||
<validation validateIntegratedModeConfiguration="false"/> | ||
<modules/> | ||
</system.webServer> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Stimulsoft.Report" publicKeyToken="ebe6666cba19647a" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-2018.3.1.0" newVersion="2018.3.1.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Stimulsoft.Base" publicKeyToken="ebe6666cba19647a" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-2018.3.1.0" newVersion="2018.3.1.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Stimulsoft.Report.Check" publicKeyToken="ebe6666cba19647a" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-2018.3.1.0" newVersion="2018.3.1.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Stimulsoft.Report.Mvc" publicKeyToken="ebe6666cba19647a" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-2018.3.1.0" newVersion="2018.3.1.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Stimulsoft.Report.Web" publicKeyToken="ebe6666cba19647a" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-2018.3.1.0" newVersion="2018.3.1.0"/> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Stimulsoft.Reports.Engine" version="2023.2.2" targetFramework="net452" /> | ||
<package id="Stimulsoft.Reports.Web" version="2023.2.2" targetFramework="net452" /> | ||
<package id="Stimulsoft.Svg" version="2023.2.2" targetFramework="net452" /> | ||
<package id="Stimulsoft.LibExcel" version="2022.4.1" targetFramework="net452" /> | ||
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net472" /> | ||
<package id="Stimulsoft.LibExcel" version="2022.4.1" targetFramework="net472" /> | ||
<package id="Stimulsoft.Reports.Engine" version="2023.2.2" targetFramework="net472" /> | ||
<package id="Stimulsoft.Reports.Web" version="2023.2.2" targetFramework="net472" /> | ||
<package id="Stimulsoft.Svg" version="2023.2.2" targetFramework="net472" /> | ||
<package id="System.Data.DataSetExtensions" version="4.5.0" targetFramework="net472" /> | ||
</packages> |
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 |
---|---|---|
@@ -1,49 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
For more information on how to configure your ASP.NET application, please visit | ||
http://go.microsoft.com/fwlink/?LinkId=169433 | ||
https://go.microsoft.com/fwlink/?LinkId=169433 | ||
--> | ||
<configuration> | ||
<!-- | ||
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367. | ||
The following attributes can be set on the <httpRuntime> tag. | ||
<system.Web> | ||
<httpRuntime targetFramework="4.5" /> | ||
</system.Web> | ||
--> | ||
<system.web> | ||
<compilation debug="true" targetFramework="4.5"/> | ||
<httpRuntime/> | ||
<httpModules/> | ||
<pages controlRenderingCompatibilityVersion="4.0"/> | ||
<compilation debug="true" targetFramework="4.7.2" /> | ||
<httpRuntime targetFramework="4.7.2" /> | ||
</system.web> | ||
<system.webServer> | ||
<validation validateIntegratedModeConfiguration="false"/> | ||
<modules/> | ||
</system.webServer> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Stimulsoft.Report" publicKeyToken="ebe6666cba19647a" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-2018.3.1.0" newVersion="2018.3.1.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Stimulsoft.Base" publicKeyToken="ebe6666cba19647a" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-2018.3.1.0" newVersion="2018.3.1.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Stimulsoft.Report.Check" publicKeyToken="ebe6666cba19647a" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-2018.3.1.0" newVersion="2018.3.1.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Stimulsoft.Report.Mvc" publicKeyToken="ebe6666cba19647a" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-2018.3.1.0" newVersion="2018.3.1.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Stimulsoft.Report.Web" publicKeyToken="ebe6666cba19647a" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-2018.3.1.0" newVersion="2018.3.1.0"/> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
Oops, something went wrong.