Skip to content

Commit

Permalink
New Sample Added
Browse files Browse the repository at this point in the history
  • Loading branch information
marianzalewski committed Feb 20, 2023
1 parent 9ae26a7 commit afcb101
Show file tree
Hide file tree
Showing 61 changed files with 217,850 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ASP.NET Samples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Creating a Custom Parameter
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configuring Report caching", "Configuring Report caching\Configuring Report caching.csproj", "{5BFD0796-E42F-43BE-B15F-4FB72EEFE0C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Changing the Viewer and Designer Theme", "Changing the Viewer and Designer Theme\Changing the Viewer and Designer Theme.csproj", "{7F9E053C-825C-4636-AA52-41836C366D82}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -123,12 +125,16 @@ Global
{5BFD0796-E42F-43BE-B15F-4FB72EEFE0C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BFD0796-E42F-43BE-B15F-4FB72EEFE0C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BFD0796-E42F-43BE-B15F-4FB72EEFE0C5}.Release|Any CPU.Build.0 = Release|Any CPU
{7F9E053C-825C-4636-AA52-41836C366D82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F9E053C-825C-4636-AA52-41836C366D82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F9E053C-825C-4636-AA52-41836C366D82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F9E053C-825C-4636-AA52-41836C366D82}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
SolutionGuid = {C75039E0-9AA4-4328-9E30-E2189ECD30A2}
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,249 @@
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7F9E053C-825C-4636-AA52-41836C366D82}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Changing_the_Viewer_and_Designer_Theme</RootNamespace>
<AssemblyName>Changing the Viewer and Designer Theme</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort>44381</IISExpressSSLPort>
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="LibExcel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.LibExcel.2022.4.1\lib\net452\LibExcel.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Stimulsoft.Base, Version=2022.4.5.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Reports.Engine.2022.4.5\lib\net452\Stimulsoft.Base.dll</HintPath>
</Reference>
<Reference Include="Stimulsoft.Blockly, Version=2022.4.5.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Reports.Engine.2022.4.5\lib\net452\Stimulsoft.Blockly.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stimulsoft.Data, Version=2022.4.5.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Reports.Engine.2022.4.5\lib\net452\Stimulsoft.Data.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stimulsoft.Map, Version=2022.4.5.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Reports.Engine.2022.4.5\lib\net452\Stimulsoft.Map.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stimulsoft.MathFX, Version=2022.4.5.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Reports.Engine.2022.4.5\lib\net452\Stimulsoft.MathFX.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stimulsoft.Report, Version=2022.4.5.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Reports.Engine.2022.4.5\lib\net452\Stimulsoft.Report.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stimulsoft.Report.Check, Version=2022.4.5.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Reports.Engine.2022.4.5\lib\net452\Stimulsoft.Report.Check.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stimulsoft.Report.Helper, Version=2022.4.5.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Reports.Engine.2022.4.5\lib\net452\Stimulsoft.Report.Helper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stimulsoft.Report.Mvc, Version=2022.4.5.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Reports.Web.2022.4.5\lib\net452\Stimulsoft.Report.Mvc.dll</HintPath>
</Reference>
<Reference Include="Stimulsoft.Report.Web, Version=2022.4.5.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Reports.Web.2022.4.5\lib\net452\Stimulsoft.Report.Web.dll</HintPath>
</Reference>
<Reference Include="Stimulsoft.Report.WebDesign, Version=2022.4.5.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Reports.Web.2022.4.5\lib\net452\Stimulsoft.Report.WebDesign.dll</HintPath>
</Reference>
<Reference Include="Stimulsoft.Svg, Version=2023.1.1.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
<HintPath>..\packages\Stimulsoft.Svg.2023.1.1\lib\net452\Stimulsoft.Svg.dll</HintPath>
</Reference>
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="Data\Demo.xml" />
<Content Include="Default.aspx" />
<Content Include="Designer.aspx" />
<Content Include="Localization\ar.xml" />
<Content Include="Localization\be.xml" />
<Content Include="Localization\bg.xml" />
<Content Include="Localization\bh.xml" />
<Content Include="Localization\ca-ES.xml" />
<Content Include="Localization\cs.xml" />
<Content Include="Localization\de.xml" />
<Content Include="Localization\el-GR.xml" />
<Content Include="Localization\en-GB.xml" />
<Content Include="Localization\en.xml" />
<Content Include="Localization\es.xml" />
<Content Include="Localization\eu-ES.xml" />
<Content Include="Localization\fa.xml" />
<Content Include="Localization\fr.xml" />
<Content Include="Localization\gl-ES.xml" />
<Content Include="Localization\hr.xml" />
<Content Include="Localization\hu.xml" />
<Content Include="Localization\id.xml" />
<Content Include="Localization\it.xml" />
<Content Include="Localization\ja.xml" />
<Content Include="Localization\ka.xml" />
<Content Include="Localization\ko.xml" />
<Content Include="Localization\ku.xml" />
<Content Include="Localization\lt.xml" />
<Content Include="Localization\nb-NO.xml" />
<Content Include="Localization\nl.xml" />
<Content Include="Localization\pl.xml" />
<Content Include="Localization\pt-BR.xml" />
<Content Include="Localization\pt.xml" />
<Content Include="Localization\ro.xml" />
<Content Include="Localization\ru.xml" />
<Content Include="Localization\sk.xml" />
<Content Include="Localization\sr.xml" />
<Content Include="Localization\sv.xml" />
<Content Include="Localization\tr.xml" />
<Content Include="Localization\uk.xml" />
<Content Include="Localization\vi.xml" />
<Content Include="Localization\zh-CHS.xml" />
<Content Include="Localization\zh-CHT.xml" />
<Content Include="Viewer.aspx" />
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="Data\Demo.Designer.cs">
<DependentUpon>Demo.xsd</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Default.aspx.cs">
<DependentUpon>Default.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="Designer.aspx.cs">
<DependentUpon>Designer.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Designer.aspx.designer.cs">
<DependentUpon>Designer.aspx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Viewer.aspx.cs">
<DependentUpon>Viewer.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Viewer.aspx.designer.cs">
<DependentUpon>Viewer.aspx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Data\Demo.xsc">
<DependentUpon>Demo.xsd</DependentUpon>
</Content>
<None Include="Data\Demo.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>Demo.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<Content Include="Data\Demo.xss">
<DependentUpon>Demo.xsd</DependentUpon>
</Content>
<None Include="packages.config" />
<Content Include="Reports\Invoice.mrt" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>53729</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>https://localhost:44381/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Loading

0 comments on commit afcb101

Please sign in to comment.