Hệ thống quản lý phòng tập trong C#

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)' == '' ">x86</Platform>
6     <ProductVersion>
8.0.30703</ProductVersion>
7     <SchemaVersion>
2.0</SchemaVersion>
8     <ProjectGuid>{25EE1E74-
7866-4A21-B17A-AFA03EE4C0BE}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>GymManagementSystem</RootNamespace>
12     <AssemblyName>GymManagementSystem</AssemblyName>
13     <TargetFrameworkVersion>v4.
0</TargetFrameworkVersion>
14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15     <FileAlignment>
512</FileAlignment>
16     <PublishUrl>publish\</PublishUrl>
17     <Install>
true</Install>
18     <InstallFrom>Disk</InstallFrom>
19     <UpdateEnabled>
false</UpdateEnabled>
20     <UpdateMode>Foreground</UpdateMode>
21     <UpdateInterval>
7</UpdateInterval>
22     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23     <UpdatePeriodically>
false</UpdatePeriodically>
24     <UpdateRequired>
false</UpdateRequired>
25     <MapFileExtensions>
true</MapFileExtensions>
26     <ApplicationRevision>
0</ApplicationRevision>
27     <ApplicationVersion>
1.0.0.%2a</ApplicationVersion>
28     <IsWebBootstrapper>
false</IsWebBootstrapper>
29     <UseApplicationTrust>
false</UseApplicationTrust>
30     <BootstrapperEnabled>
true</BootstrapperEnabled>
31   </PropertyGroup>
32   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
33     <PlatformTarget>x86</PlatformTarget>
34     <DebugSymbols>
true</DebugSymbols>
35     <DebugType>full</DebugType>
36     <Optimize>
false</Optimize>
37     <OutputPath>bin\Debug\</OutputPath>
38     <DefineConstants>DEBUG;TRACE</DefineConstants>
39     <ErrorReport>prompt</ErrorReport>
40     <WarningLevel>
4</WarningLevel>
41   </PropertyGroup>
42   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|x86' ">
43     <PlatformTarget>x86</PlatformTarget>
44     <DebugType>pdbonly</DebugType>
45     <Optimize>
true</Optimize>
46     <OutputPath>bin\Release\</OutputPath>
47     <DefineConstants>TRACE</DefineConstants>
48     <ErrorReport>prompt</ErrorReport>
49     <WarningLevel>
4</WarningLevel>
50   </PropertyGroup>
51   <ItemGroup>
52     <Reference Include=
"System" />
53     <Reference Include=
"System.Core" />
54     <Reference Include=
"System.Xml.Linq" />
55     <Reference Include=
"System.Data.DataSetExtensions" />
56     <Reference Include=
"Microsoft.CSharp" />
57     <Reference Include=
"System.Data" />
58     <Reference Include=
"System.Deployment" />
59     <Reference Include=
"System.Drawing" />
60     <Reference Include=
"System.Windows.Forms" />
61     <Reference Include=
"System.Xml" />
62   </ItemGroup>
63   <ItemGroup>
64     <Compile Include=
"DeleteMembers.cs">
65       <SubType>Form</SubType>
66     </Compile>
67     <Compile Include=
"DeleteMembers.Designer.cs">
68       <DependentUpon>DeleteMembers.cs</DependentUpon>
69     </Compile>
70     <Compile Include=
"Equipment.cs">
71       <SubType>Form</SubType>
72     </Compile>
73     <Compile Include=
"Equipment.Designer.cs">
74       <DependentUpon>Equipment.cs</DependentUpon>
75     </Compile>
76     <Compile Include=
"Form1.cs">
77       <SubType>Form</SubType>
78     </Compile>
79     <Compile Include=
"Form1.Designer.cs">
80       <DependentUpon>Form1.cs</DependentUpon>
81     </Compile>
82     <Compile Include=
"GymDataSet.Designer.cs">
83       <AutoGen>True</AutoGen>
84       <DesignTime>True</DesignTime>
85       <DependentUpon>GymDataSet.xsd</DependentUpon>
86     </Compile>
87     <Compile Include=
"GymDataSet1.Designer.cs">
88       <AutoGen>True</AutoGen>
89       <DesignTime>True</DesignTime>
90       <DependentUpon>GymDataSet1.xsd</DependentUpon>
91     </Compile>
92     <Compile Include=
"GymDataSet2.Designer.cs">
93       <AutoGen>True</AutoGen>
94       <DesignTime>True</DesignTime>
95       <DependentUpon>GymDataSet2.xsd</DependentUpon>
96     </Compile>
97     <Compile Include=
"Home.cs">
98       <SubType>Form</SubType>
99     </Compile>
100     <Compile Include=
"Home.Designer.cs">
101       <DependentUpon>Home.cs</DependentUpon>
102     </Compile>
103     <Compile Include=
"NewMember.cs">
104       <SubType>Form</SubType>
105     </Compile>
106     <Compile Include=
"NewMember.Designer.cs">
107       <DependentUpon>NewMember.cs</DependentUpon>
108     </Compile>
109     <Compile Include=
"NewStaff.cs">
110       <SubType>Form</SubType>
111     </Compile>
112     <Compile Include=
"NewStaff.Designer.cs">
113       <DependentUpon>NewStaff.cs</DependentUpon>
114     </Compile>
115     <Compile Include=
"Program.cs" />
116     <Compile Include=
"Properties\AssemblyInfo.cs" />
117     <Compile Include=
"Register.cs">
118       <SubType>Form</SubType>
119     </Compile>
120     <Compile Include=
"Register.Designer.cs">
121       <DependentUpon>Register.cs</DependentUpon>
122     </Compile>
123     <Compile Include=
"SearchMembers.cs">
124       <SubType>Form</SubType>
125     </Compile>
126     <Compile Include=
"SearchMembers.Designer.cs">
127       <DependentUpon>SearchMembers.cs</DependentUpon>
128     </Compile>
129     <Compile Include=
"ViewEquipment.cs">
130       <SubType>Form</SubType>
131     </Compile>
132     <Compile Include=
"ViewEquipment.Designer.cs">
133       <DependentUpon>ViewEquipment.cs</DependentUpon>
134     </Compile>
135     <EmbeddedResource Include=
"DeleteMembers.resx">
136       <DependentUpon>DeleteMembers.cs</DependentUpon>
137     </EmbeddedResource>
138     <EmbeddedResource Include=
"Equipment.resx">
139       <DependentUpon>Equipment.cs</DependentUpon>
140     </EmbeddedResource>
141     <EmbeddedResource Include=
"Form1.resx">
142       <DependentUpon>Form1.cs</DependentUpon>
143     </EmbeddedResource>
144     <EmbeddedResource Include=
"Home.resx">
145       <DependentUpon>Home.cs</DependentUpon>
146     </EmbeddedResource>
147     <EmbeddedResource Include=
"NewMember.resx">
148       <DependentUpon>NewMember.cs</DependentUpon>
149     </EmbeddedResource>
150     <EmbeddedResource Include=
"NewStaff.resx">
151       <DependentUpon>NewStaff.cs</DependentUpon>
152     </EmbeddedResource>
153     <EmbeddedResource Include=
"Properties\Resources.resx">
154       <Generator>ResXFileCodeGenerator</Generator>
155       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
156       <SubType>Designer</SubType>
157     </EmbeddedResource>
158     <Compile Include=
"Properties\Resources.Designer.cs">
159       <AutoGen>True</AutoGen>
160       <DependentUpon>Resources.resx</DependentUpon>
161       <DesignTime>True</DesignTime>
162     </Compile>
163     <EmbeddedResource Include=
"Register.resx">
164       <DependentUpon>Register.cs</DependentUpon>
165     </EmbeddedResource>
166     <EmbeddedResource Include=
"SearchMembers.resx">
167       <DependentUpon>SearchMembers.cs</DependentUpon>
168     </EmbeddedResource>
169     <EmbeddedResource Include=
"ViewEquipment.resx">
170       <DependentUpon>ViewEquipment.cs</DependentUpon>
171     </EmbeddedResource>
172     <None Include=
"app.config" />
173     <None Include=
"GymDataSet.xsc">
174       <DependentUpon>GymDataSet.xsd</DependentUpon>
175     </None>
176     <None Include=
"GymDataSet.xsd">
177       <Generator>MSDataSetGenerator</Generator>
178       <LastGenOutput>GymDataSet.Designer.cs</LastGenOutput>
179       <SubType>Designer</SubType>
180     </None>
181     <None Include=
"GymDataSet.xss">
182       <DependentUpon>GymDataSet.xsd</DependentUpon>
183     </None>
184     <None Include=
"GymDataSet1.xsc">
185       <DependentUpon>GymDataSet1.xsd</DependentUpon>
186     </None>
187     <None Include=
"GymDataSet1.xsd">
188       <Generator>MSDataSetGenerator</Generator>
189       <LastGenOutput>GymDataSet1.Designer.cs</LastGenOutput>
190       <SubType>Designer</SubType>
191     </None>
192     <None Include=
"GymDataSet1.xss">
193       <DependentUpon>GymDataSet1.xsd</DependentUpon>
194     </None>
195     <None Include=
"GymDataSet2.xsc">
196       <DependentUpon>GymDataSet2.xsd</DependentUpon>
197     </None>
198     <None Include=
"GymDataSet2.xsd">
199       <Generator>MSDataSetGenerator</Generator>
200       <LastGenOutput>GymDataSet2.Designer.cs</LastGenOutput>
201       <SubType>Designer</SubType>
202     </None>
203     <None Include=
"GymDataSet2.xss">
204       <DependentUpon>GymDataSet2.xsd</DependentUpon>
205     </None>
206     <None Include=
"Properties\Settings.settings">
207       <Generator>SettingsSingleFileGenerator</Generator>
208       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
209     </None>
210     <Compile Include=
"Properties\Settings.Designer.cs">
211       <AutoGen>True</AutoGen>
212       <DependentUpon>Settings.settings</DependentUpon>
213       <DesignTimeSharedInput>True</DesignTimeSharedInput>
214     </Compile>
215   </ItemGroup>
216   <ItemGroup>
217     <None Include=
"Resources\gg_logo_black-50bde9f4c8a2fbfb068ad3b72a17973bdd559cb3f54db43ae84d6ce6b8487d10.png" />
218   </ItemGroup>
219   <ItemGroup>
220     <None Include=
"Resources\Service 02.jpg" />
221   </ItemGroup>
222   <ItemGroup>
223     <Content Include=
"Gym.mdf">
224       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
225     </Content>
226     <Content Include=
"Gym_log.ldf">
227       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
228       <DependentUpon>Gym.mdf</DependentUpon>
229     </Content>
230     <None Include=
"icons\user_remove_man_male_profile_account_person-512.png" />
231     <None Include=
"icons\member-add-on-300x300.png" />
232     <None Include=
"icons\exit.png" />
233     <None Include=
"icons\barbell_dumbbell_strength_workout_weight_gym_weightlifting_equipment_bodybuilding_fitness_lifting_strong_sport_exercise_training_flat_design_icon-512.png" />
234     <None Include=
"icons\add_user_group-512.png" />
235     <None Include=
"icons\603_-_Search_User-512.png" />
236   </ItemGroup>
237   <ItemGroup>
238     <BootstrapperPackage Include=
".NETFramework,Version=v4.0,Profile=Client">
239       <Visible>False</Visible>
240       <ProductName>Microsoft .NET Framework
4 Client Profile %28x86 and x64%29</ProductName>
241       <Install>
true</Install>
242     </BootstrapperPackage>
243     <BootstrapperPackage Include=
"Microsoft.Net.Client.3.5">
244       <Visible>False</Visible>
245       <ProductName>.NET Framework
3.5 SP1 Client Profile</ProductName>
246       <Install>
false</Install>
247     </BootstrapperPackage>
248     <BootstrapperPackage Include=
"Microsoft.Net.Framework.3.5.SP1">
249       <Visible>False</Visible>
250       <ProductName>.NET Framework
3.5 SP1</ProductName>
251       <Install>
false</Install>
252     </BootstrapperPackage>
253     <BootstrapperPackage Include=
"Microsoft.Sql.Server.Express.10.0">
254       <Visible>False</Visible>
255       <ProductName>SQL Server
2008 Express</ProductName>
256       <Install>
true</Install>
257     </BootstrapperPackage>
258     <BootstrapperPackage Include=
"Microsoft.Windows.Installer.3.1">
259       <Visible>False</Visible>
260       <ProductName>Windows Installer
3.1</ProductName>
261       <Install>
true</Install>
262     </BootstrapperPackage>
263     <BootstrapperPackage Include=
"Microsoft.Windows.Installer.4.5">
264       <Visible>False</Visible>
265       <ProductName>Windows Installer
4.5</ProductName>
266       <Install>
true</Install>
267     </BootstrapperPackage>
268   </ItemGroup>
269   <Import Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
270   <!-- To modify your build process,
add your task inside one of the targets below and uncomment it.
271        Other similar extension points exist, see Microsoft.Common.targets.
272   <Target Name=
"BeforeBuild">
273   </Target>
274   <Target Name=
"AfterBuild">
275   </Target>
276   -->
277 </Project>


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