Skip to content

Commit 4802e53

Browse files
Merge pull request #1 from SindhuTN/master
Samples has been committed.
2 parents e8f118e + 9cc1691 commit 4802e53

14 files changed

+882
-2
lines changed

CellGrid_2015.csproj

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>9.0.21022</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}</ProjectGuid>
9+
<OutputType>WinExe</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>CellGrid_2010</RootNamespace>
12+
<AssemblyName>CellGrid_2010</AssemblyName>
13+
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
<FileUpgradeFlags>
16+
</FileUpgradeFlags>
17+
<UpgradeBackupLocation>
18+
</UpgradeBackupLocation>
19+
<OldToolsVersion>3.5</OldToolsVersion>
20+
<TargetFrameworkProfile />
21+
<PublishUrl>publish\</PublishUrl>
22+
<Install>true</Install>
23+
<InstallFrom>Disk</InstallFrom>
24+
<UpdateEnabled>false</UpdateEnabled>
25+
<UpdateMode>Foreground</UpdateMode>
26+
<UpdateInterval>7</UpdateInterval>
27+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
28+
<UpdatePeriodically>false</UpdatePeriodically>
29+
<UpdateRequired>false</UpdateRequired>
30+
<MapFileExtensions>true</MapFileExtensions>
31+
<ApplicationRevision>0</ApplicationRevision>
32+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33+
<IsWebBootstrapper>false</IsWebBootstrapper>
34+
<UseApplicationTrust>false</UseApplicationTrust>
35+
<BootstrapperEnabled>true</BootstrapperEnabled>
36+
</PropertyGroup>
37+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38+
<DebugSymbols>true</DebugSymbols>
39+
<DebugType>full</DebugType>
40+
<Optimize>false</Optimize>
41+
<OutputPath>bin\Debug\</OutputPath>
42+
<DefineConstants>DEBUG;TRACE</DefineConstants>
43+
<ErrorReport>prompt</ErrorReport>
44+
<WarningLevel>4</WarningLevel>
45+
</PropertyGroup>
46+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47+
<DebugType>pdbonly</DebugType>
48+
<Optimize>true</Optimize>
49+
<OutputPath>bin\Release\</OutputPath>
50+
<DefineConstants>TRACE</DefineConstants>
51+
<ErrorReport>prompt</ErrorReport>
52+
<WarningLevel>4</WarningLevel>
53+
</PropertyGroup>
54+
<ItemGroup>
55+
<Reference Include="Syncfusion.Grid.Base, Version=16.1451.0.15, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
56+
<SpecificVersion>False</SpecificVersion>
57+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.15\precompiledassemblies\16.1.0.15\4.6\Syncfusion.Grid.Base.dll</HintPath>
58+
</Reference>
59+
<Reference Include="Syncfusion.Grid.Windows, Version=16.1460.0.15, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
60+
<SpecificVersion>False</SpecificVersion>
61+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.15\precompiledassemblies\16.1.0.15\4.6\Syncfusion.Grid.Windows.dll</HintPath>
62+
</Reference>
63+
<Reference Include="Syncfusion.GridHelperClasses.Windows, Version=16.2450.0.44, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
64+
<SpecificVersion>False</SpecificVersion>
65+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\16.2.0.44\precompiledassemblies\4.5.1\Syncfusion.GridHelperClasses.Windows.dll</HintPath>
66+
</Reference>
67+
<Reference Include="Syncfusion.Licensing, Version=16.3460.0.21, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
68+
<SpecificVersion>False</SpecificVersion>
69+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\16.2.0.44\precompiledassemblies\4.5.1\Syncfusion.Licensing.dll</HintPath>
70+
</Reference>
71+
<Reference Include="Syncfusion.Shared.Base, Version=16.1460.0.15, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
72+
<SpecificVersion>False</SpecificVersion>
73+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.15\precompiledassemblies\16.1.0.15\4.6\Syncfusion.Shared.Base.dll</HintPath>
74+
</Reference>
75+
<Reference Include="Syncfusion.Shared.Windows, Version=16.1460.0.15, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
76+
<SpecificVersion>False</SpecificVersion>
77+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.15\precompiledassemblies\16.1.0.15\4.6\Syncfusion.Shared.Windows.dll</HintPath>
78+
</Reference>
79+
<Reference Include="System" />
80+
<Reference Include="System.Core">
81+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
82+
</Reference>
83+
<Reference Include="System.Design" />
84+
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
85+
<Reference Include="System.Xml.Linq">
86+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
87+
</Reference>
88+
<Reference Include="System.Data.DataSetExtensions">
89+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
90+
</Reference>
91+
<Reference Include="System.Data" />
92+
<Reference Include="System.Deployment" />
93+
<Reference Include="System.Drawing" />
94+
<Reference Include="System.Windows.Forms" />
95+
<Reference Include="System.Xml" />
96+
<Reference Include="UIAutomationProvider" />
97+
<Reference Include="UIAutomationTypes" />
98+
<Reference Include="WindowsBase" />
99+
</ItemGroup>
100+
<ItemGroup>
101+
<Compile Include="Form1.cs">
102+
<SubType>Form</SubType>
103+
</Compile>
104+
<Compile Include="Form1.Designer.cs">
105+
<DependentUpon>Form1.cs</DependentUpon>
106+
</Compile>
107+
<Compile Include="Program.cs" />
108+
<Compile Include="Properties\AssemblyInfo.cs" />
109+
<EmbeddedResource Include="Form1.resx">
110+
<DependentUpon>Form1.cs</DependentUpon>
111+
</EmbeddedResource>
112+
<EmbeddedResource Include="Properties\Resources.resx">
113+
<Generator>ResXFileCodeGenerator</Generator>
114+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
115+
<SubType>Designer</SubType>
116+
</EmbeddedResource>
117+
<Compile Include="Properties\Resources.Designer.cs">
118+
<AutoGen>True</AutoGen>
119+
<DependentUpon>Resources.resx</DependentUpon>
120+
<DesignTime>True</DesignTime>
121+
</Compile>
122+
<None Include="Properties\Settings.settings">
123+
<Generator>SettingsSingleFileGenerator</Generator>
124+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
125+
</None>
126+
<Compile Include="Properties\Settings.Designer.cs">
127+
<AutoGen>True</AutoGen>
128+
<DependentUpon>Settings.settings</DependentUpon>
129+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
130+
</Compile>
131+
</ItemGroup>
132+
<ItemGroup>
133+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
134+
<Visible>False</Visible>
135+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
136+
<Install>false</Install>
137+
</BootstrapperPackage>
138+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
139+
<Visible>False</Visible>
140+
<ProductName>.NET Framework 3.5 SP1</ProductName>
141+
<Install>true</Install>
142+
</BootstrapperPackage>
143+
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
144+
<Visible>False</Visible>
145+
<ProductName>Windows Installer 3.1</ProductName>
146+
<Install>true</Install>
147+
</BootstrapperPackage>
148+
</ItemGroup>
149+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
150+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151+
Other similar extension points exist, see Microsoft.Common.targets.
152+
<Target Name="BeforeBuild">
153+
</Target>
154+
<Target Name="AfterBuild">
155+
</Target>
156+
-->
157+
</Project>

CellGrid_2015.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2015
4+
VisualStudioVersion = 12.0.21005.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CellGrid_2015", "CellGrid_2015.csproj", "{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

CellGrid_2017.csproj

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>9.0.21022</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}</ProjectGuid>
9+
<OutputType>WinExe</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>CellGrid_2010</RootNamespace>
12+
<AssemblyName>CellGrid_2010</AssemblyName>
13+
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
<FileUpgradeFlags>
16+
</FileUpgradeFlags>
17+
<UpgradeBackupLocation>
18+
</UpgradeBackupLocation>
19+
<OldToolsVersion>3.5</OldToolsVersion>
20+
<TargetFrameworkProfile />
21+
<PublishUrl>publish\</PublishUrl>
22+
<Install>true</Install>
23+
<InstallFrom>Disk</InstallFrom>
24+
<UpdateEnabled>false</UpdateEnabled>
25+
<UpdateMode>Foreground</UpdateMode>
26+
<UpdateInterval>7</UpdateInterval>
27+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
28+
<UpdatePeriodically>false</UpdatePeriodically>
29+
<UpdateRequired>false</UpdateRequired>
30+
<MapFileExtensions>true</MapFileExtensions>
31+
<ApplicationRevision>0</ApplicationRevision>
32+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33+
<IsWebBootstrapper>false</IsWebBootstrapper>
34+
<UseApplicationTrust>false</UseApplicationTrust>
35+
<BootstrapperEnabled>true</BootstrapperEnabled>
36+
</PropertyGroup>
37+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38+
<DebugSymbols>true</DebugSymbols>
39+
<DebugType>full</DebugType>
40+
<Optimize>false</Optimize>
41+
<OutputPath>bin\Debug\</OutputPath>
42+
<DefineConstants>DEBUG;TRACE</DefineConstants>
43+
<ErrorReport>prompt</ErrorReport>
44+
<WarningLevel>4</WarningLevel>
45+
</PropertyGroup>
46+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47+
<DebugType>pdbonly</DebugType>
48+
<Optimize>true</Optimize>
49+
<OutputPath>bin\Release\</OutputPath>
50+
<DefineConstants>TRACE</DefineConstants>
51+
<ErrorReport>prompt</ErrorReport>
52+
<WarningLevel>4</WarningLevel>
53+
</PropertyGroup>
54+
<ItemGroup>
55+
<Reference Include="Syncfusion.Grid.Base, Version=16.1451.0.15, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
56+
<SpecificVersion>False</SpecificVersion>
57+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.15\precompiledassemblies\16.1.0.15\4.6\Syncfusion.Grid.Base.dll</HintPath>
58+
</Reference>
59+
<Reference Include="Syncfusion.Grid.Windows, Version=16.1460.0.15, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
60+
<SpecificVersion>False</SpecificVersion>
61+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.15\precompiledassemblies\16.1.0.15\4.6\Syncfusion.Grid.Windows.dll</HintPath>
62+
</Reference>
63+
<Reference Include="Syncfusion.GridConverter.Windows, Version=16.1460.0.15, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
64+
<SpecificVersion>False</SpecificVersion>
65+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.15\precompiledassemblies\16.1.0.15\4.6\Syncfusion.GridConverter.Windows.dll</HintPath>
66+
</Reference>
67+
<Reference Include="Syncfusion.GridHelperClasses.Windows, Version=16.1460.0.15, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
68+
<SpecificVersion>False</SpecificVersion>
69+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.15\precompiledassemblies\16.1.0.15\4.6\Syncfusion.GridHelperClasses.Windows.dll</HintPath>
70+
</Reference>
71+
<Reference Include="Syncfusion.Shared.Base, Version=16.1460.0.15, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
72+
<SpecificVersion>False</SpecificVersion>
73+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.15\precompiledassemblies\16.1.0.15\4.6\Syncfusion.Shared.Base.dll</HintPath>
74+
</Reference>
75+
<Reference Include="Syncfusion.Shared.Windows, Version=16.1460.0.15, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
76+
<SpecificVersion>False</SpecificVersion>
77+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.15\precompiledassemblies\16.1.0.15\4.6\Syncfusion.Shared.Windows.dll</HintPath>
78+
</Reference>
79+
<Reference Include="Syncfusion.XlsIO.Base, Version=16.1460.0.15, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
80+
<SpecificVersion>False</SpecificVersion>
81+
<HintPath>C:\Program Files (x86)\Syncfusion\Essential Studio\16.1.0.15\precompiledassemblies\16.1.0.15\4.6\Syncfusion.XlsIO.Base.dll</HintPath>
82+
</Reference>
83+
<Reference Include="System" />
84+
<Reference Include="System.Core">
85+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
86+
</Reference>
87+
<Reference Include="System.Design" />
88+
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
89+
<Reference Include="System.Xml.Linq">
90+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
91+
</Reference>
92+
<Reference Include="System.Data.DataSetExtensions">
93+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
94+
</Reference>
95+
<Reference Include="System.Data" />
96+
<Reference Include="System.Deployment" />
97+
<Reference Include="System.Drawing" />
98+
<Reference Include="System.Windows.Forms" />
99+
<Reference Include="System.Xml" />
100+
<Reference Include="UIAutomationProvider" />
101+
<Reference Include="UIAutomationTypes" />
102+
<Reference Include="WindowsBase" />
103+
</ItemGroup>
104+
<ItemGroup>
105+
<Compile Include="Form1.cs">
106+
<SubType>Form</SubType>
107+
</Compile>
108+
<Compile Include="Form1.Designer.cs">
109+
<DependentUpon>Form1.cs</DependentUpon>
110+
</Compile>
111+
<Compile Include="Program.cs" />
112+
<Compile Include="Properties\AssemblyInfo.cs" />
113+
<EmbeddedResource Include="Form1.resx">
114+
<DependentUpon>Form1.cs</DependentUpon>
115+
</EmbeddedResource>
116+
<EmbeddedResource Include="Properties\Resources.resx">
117+
<Generator>ResXFileCodeGenerator</Generator>
118+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
119+
<SubType>Designer</SubType>
120+
</EmbeddedResource>
121+
<Compile Include="Properties\Resources.Designer.cs">
122+
<AutoGen>True</AutoGen>
123+
<DependentUpon>Resources.resx</DependentUpon>
124+
<DesignTime>True</DesignTime>
125+
</Compile>
126+
<None Include="Properties\Settings.settings">
127+
<Generator>SettingsSingleFileGenerator</Generator>
128+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
129+
</None>
130+
<Compile Include="Properties\Settings.Designer.cs">
131+
<AutoGen>True</AutoGen>
132+
<DependentUpon>Settings.settings</DependentUpon>
133+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
134+
</Compile>
135+
</ItemGroup>
136+
<ItemGroup>
137+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
138+
<Visible>False</Visible>
139+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
140+
<Install>false</Install>
141+
</BootstrapperPackage>
142+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
143+
<Visible>False</Visible>
144+
<ProductName>.NET Framework 3.5 SP1</ProductName>
145+
<Install>true</Install>
146+
</BootstrapperPackage>
147+
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
148+
<Visible>False</Visible>
149+
<ProductName>Windows Installer 3.1</ProductName>
150+
<Install>true</Install>
151+
</BootstrapperPackage>
152+
</ItemGroup>
153+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
155+
Other similar extension points exist, see Microsoft.Common.targets.
156+
<Target Name="BeforeBuild">
157+
</Target>
158+
<Target Name="AfterBuild">
159+
</Target>
160+
-->
161+
</Project>

CellGrid_2017.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2017
4+
VisualStudioVersion = 12.0.21005.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CellGrid_2017", "CellGrid_2017.csproj", "{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{74BCD2C7-F5A0-4B30-AF7A-9D8C6BD8836E}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

0 commit comments

Comments
 (0)