Skip to content

Commit

Permalink
Merge pull request #38 from SyncfusionExamples/IncomeTaxEmailDistribu…
Browse files Browse the repository at this point in the history
…tion

Income tax email distribution sample
  • Loading branch information
Mohan2401 authored Nov 6, 2023
2 parents f8c603d + 95fb41d commit fa3a85a
Show file tree
Hide file tree
Showing 24 changed files with 1,023 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33513.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IncomeTaxEmailDistribution", "IncomeTaxEmailDistribution\IncomeTaxEmailDistribution.csproj", "{BF7DAB0E-A946-4FBF-BDAD-18D931F765F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF7DAB0E-A946-4FBF-BDAD-18D931F765F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF7DAB0E-A946-4FBF-BDAD-18D931F765F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF7DAB0E-A946-4FBF-BDAD-18D931F765F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF7DAB0E-A946-4FBF-BDAD-18D931F765F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CFFE45B-05F9-4BB8-A78D-771BEA77D8C8}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Compression.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-11.2400.0.1" newVersion="11.2400.0.1" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<appSettings>
<add key="password" value="gdqzmrynshlgqxhs" />
<add key="email" value="[email protected]" />
</appSettings>
</configuration>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa3a85a

Please sign in to comment.