Skip to content

Commit 542e6aa

Browse files
first commit
0 parents  commit 542e6aa

File tree

96 files changed

+4853
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+4853
-0
lines changed
81.3 KB
Binary file not shown.

.vs/EL_App_01/v16/.suo

91 KB
Binary file not shown.

EL_App_01.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31729.503
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EL_App_01", "EL_App_01\EL_App_01.csproj", "{3F6D93E2-FAB0-4515-BF37-1D55B850568F}"
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+
{3F6D93E2-FAB0-4515-BF37-1D55B850568F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{3F6D93E2-FAB0-4515-BF37-1D55B850568F}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{3F6D93E2-FAB0-4515-BF37-1D55B850568F}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{3F6D93E2-FAB0-4515-BF37-1D55B850568F}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {64876B7D-4B1C-4BA2-A2F7-4FF83B5A9A20}
24+
EndGlobalSection
25+
EndGlobal

EL_App_01/EL_App_01.csproj

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2+
3+
<PropertyGroup>
4+
<OutputType>WinExe</OutputType>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
6+
<UseWindowsForms>true</UseWindowsForms>
7+
</PropertyGroup>
8+
9+
<ItemGroup>
10+
<PackageReference Include="FontAwesome.Sharp" Version="5.15.4" />
11+
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
12+
</ItemGroup>
13+
14+
<ItemGroup>
15+
<Compile Update="Properties\Resources.Designer.cs">
16+
<DesignTime>True</DesignTime>
17+
<AutoGen>True</AutoGen>
18+
<DependentUpon>Resources.resx</DependentUpon>
19+
</Compile>
20+
</ItemGroup>
21+
22+
<ItemGroup>
23+
<EmbeddedResource Update="Properties\Resources.resx">
24+
<Generator>ResXFileCodeGenerator</Generator>
25+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
26+
</EmbeddedResource>
27+
</ItemGroup>
28+
29+
</Project>

EL_App_01/EL_App_01.csproj.user

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Compile Update="dashboard.cs">
5+
<SubType>Form</SubType>
6+
</Compile>
7+
<Compile Update="Form1.cs">
8+
<SubType>Form</SubType>
9+
</Compile>
10+
<Compile Update="Forms\FormChats.cs">
11+
<SubType>Form</SubType>
12+
</Compile>
13+
<Compile Update="Forms\FormClasses.cs">
14+
<SubType>Form</SubType>
15+
</Compile>
16+
<Compile Update="Forms\FormDashboard.cs">
17+
<SubType>Form</SubType>
18+
</Compile>
19+
<Compile Update="Forms\FormEbooks.cs">
20+
<SubType>Form</SubType>
21+
</Compile>
22+
<Compile Update="Forms\FormMyClasses.cs">
23+
<SubType>Form</SubType>
24+
</Compile>
25+
<Compile Update="Forms\FormSelectedSubject.cs">
26+
<SubType>Form</SubType>
27+
</Compile>
28+
<Compile Update="Forms\FormTransactions.cs">
29+
<SubType>Form</SubType>
30+
</Compile>
31+
<Compile Update="frmLogin.cs">
32+
<SubType>Form</SubType>
33+
</Compile>
34+
<Compile Update="ListItem.cs">
35+
<SubType>UserControl</SubType>
36+
</Compile>
37+
<Compile Update="Subject.cs">
38+
<SubType>UserControl</SubType>
39+
</Compile>
40+
</ItemGroup>
41+
</Project>

EL_App_01/Form1.Designer.cs

Lines changed: 229 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)