Hệ thống tính lương trong C# với mã nguồn

1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion=
"14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project=
"$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=
" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=
" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{C3DE3A1C-B4D3-46D5-80AA-6945921AEE34}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>PayrollSytem</RootNamespace>
11     <AssemblyName>PayrollSytem</AssemblyName>
12     <TargetFrameworkVersion>v4.
5.2</TargetFrameworkVersion>
13     <FileAlignment>
512</FileAlignment>
14     <AutoGenerateBindingRedirects>
true</AutoGenerateBindingRedirects>
15   </PropertyGroup>
16   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <PlatformTarget>AnyCPU</PlatformTarget>
18     <DebugSymbols>
true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>
false</Optimize>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>
4</WarningLevel>
25   </PropertyGroup>
26   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <PlatformTarget>AnyCPU</PlatformTarget>
28     <DebugType>pdbonly</DebugType>
29     <Optimize>
true</Optimize>
30     <OutputPath>bin\Release\</OutputPath>
31     <DefineConstants>TRACE</DefineConstants>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>
4</WarningLevel>
34   </PropertyGroup>
35   <ItemGroup>
36     <Reference Include=
"CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
37     <Reference Include=
"CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
38     <Reference Include=
"CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
39     <Reference Include=
"CrystalDecisions.Windows.Forms, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
40     <Reference Include=
"FlashControlV71, Version=1.0.3187.32366, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
41     <Reference Include=
"MySql.Data, Version=8.0.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
42       <SpecificVersion>False</SpecificVersion>
43       <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MySQL\MySQL Connector Net
8.0.11\Assemblies\v4.5.2\MySql.Data.dll</HintPath>
44     </Reference>
45     <Reference Include=
"System" />
46     <Reference Include=
"System.Core" />
47     <Reference Include=
"System.Web" />
48     <Reference Include=
"System.Web.Services" />
49     <Reference Include=
"System.Xml.Linq" />
50     <Reference Include=
"System.Data.DataSetExtensions" />
51     <Reference Include=
"Microsoft.CSharp" />
52     <Reference Include=
"System.Data" />
53     <Reference Include=
"System.Deployment" />
54     <Reference Include=
"System.Drawing" />
55     <Reference Include=
"System.Net.Http" />
56     <Reference Include=
"System.Windows.Forms" />
57     <Reference Include=
"System.Xml" />
58   </ItemGroup>
59   <ItemGroup>
60     <Compile Include=
"Form1.cs">
61       <SubType>Form</SubType>
62     </Compile>
63     <Compile Include=
"Form1.Designer.cs">
64       <DependentUpon>Form1.cs</DependentUpon>
65     </Compile>
66     <Compile Include=
"frm_Employees.cs">
67       <SubType>Form</SubType>
68     </Compile>
69     <Compile Include=
"frm_Employees.Designer.cs">
70       <DependentUpon>frm_Employees.cs</DependentUpon>
71     </Compile>
72     <Compile Include=
"frm_login.cs">
73       <SubType>Form</SubType>
74     </Compile>
75     <Compile Include=
"frm_login.Designer.cs">
76       <DependentUpon>frm_login.cs</DependentUpon>
77     </Compile>
78     <Compile Include=
"frm_Payroll.cs">
79       <SubType>Form</SubType>
80     </Compile>
81     <Compile Include=
"frm_Payroll.Designer.cs">
82       <DependentUpon>frm_Payroll.cs</DependentUpon>
83     </Compile>
84     <Compile Include=
"frm_reports.cs">
85       <SubType>Form</SubType>
86     </Compile>
87     <Compile Include=
"frm_reports.Designer.cs">
88       <DependentUpon>frm_reports.cs</DependentUpon>
89     </Compile>
90     <Compile Include=
"frm_user.cs">
91       <SubType>Form</SubType>
92     </Compile>
93     <Compile Include=
"frm_user.Designer.cs">
94       <DependentUpon>frm_user.cs</DependentUpon>
95     </Compile>
96     <Compile Include=
"Includes\SQLConfig.cs" />
97     <Compile Include=
"Includes\usableFunction.cs" />
98     <Compile Include=
"Program.cs" />
99     <Compile Include=
"Properties\AssemblyInfo.cs" />
100     <EmbeddedResource Include=
"Form1.resx">
101       <DependentUpon>Form1.cs</DependentUpon>
102     </EmbeddedResource>
103     <EmbeddedResource Include=
"frm_Employees.resx">
104       <DependentUpon>frm_Employees.cs</DependentUpon>
105     </EmbeddedResource>
106     <EmbeddedResource Include=
"frm_login.resx">
107       <DependentUpon>frm_login.cs</DependentUpon>
108     </EmbeddedResource>
109     <EmbeddedResource Include=
"frm_Payroll.resx">
110       <DependentUpon>frm_Payroll.cs</DependentUpon>
111     </EmbeddedResource>
112     <EmbeddedResource Include=
"frm_reports.resx">
113       <DependentUpon>frm_reports.cs</DependentUpon>
114     </EmbeddedResource>
115     <EmbeddedResource Include=
"frm_user.resx">
116       <DependentUpon>frm_user.cs</DependentUpon>
117     </EmbeddedResource>
118     <EmbeddedResource Include=
"Properties\Resources.resx">
119       <Generator>ResXFileCodeGenerator</Generator>
120       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
121       <SubType>Designer</SubType>
122     </EmbeddedResource>
123     <Compile Include=
"Properties\Resources.Designer.cs">
124       <AutoGen>True</AutoGen>
125       <DependentUpon>Resources.resx</DependentUpon>
126       <DesignTime>True</DesignTime>
127     </Compile>
128     <None Include=
"Properties\Settings.settings">
129       <Generator>SettingsSingleFileGenerator</Generator>
130       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
131     </None>
132     <Compile Include=
"Properties\Settings.Designer.cs">
133       <AutoGen>True</AutoGen>
134       <DependentUpon>Settings.settings</DependentUpon>
135       <DesignTimeSharedInput>True</DesignTimeSharedInput>
136     </Compile>
137   </ItemGroup>
138   <ItemGroup>
139     <None Include=
"App.config" />
140   </ItemGroup>
141   <ItemGroup>
142     <None Include=
"Resources\lock.png" />
143   </ItemGroup>
144   <ItemGroup>
145     <None Include=
"Resources\logoutCLIP.png" />
146   </ItemGroup>
147   <Import Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
148   <!-- To modify your build process,
add your task inside one of the targets below and uncomment it.
149        Other similar extension points exist, see Microsoft.Common.targets.
150   <Target Name=
"BeforeBuild">
151   </Target>
152   <Target Name=
"AfterBuild">
153   </Target>
154   -->
155 </Project>


Gõ tìm kiếm nhanh...