1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{EC5DF48B-BBEC-4678-939C-728E4FE1A2B9}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>HospitalManageSys</RootNamespace>
12 <AssemblyName>HospitalManageSys</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15 <FileAlignment>512</FileAlignment>
16 <IsWebBootstrapper>false</IsWebBootstrapper>
17 <PublishUrl>publish\</PublishUrl>
18 <Install>true</Install>
19 <InstallFrom>Disk</InstallFrom>
20 <UpdateEnabled>false</UpdateEnabled>
21 <UpdateMode>Foreground</UpdateMode>
22 <UpdateInterval>7</UpdateInterval>
23 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24 <UpdatePeriodically>false</UpdatePeriodically>
25 <UpdateRequired>false</UpdateRequired>
26 <MapFileExtensions>true</MapFileExtensions>
27 <ApplicationRevision>2</ApplicationRevision>
28 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29 <UseApplicationTrust>false</UseApplicationTrust>
30 <PublishWizardCompleted>true</PublishWizardCompleted>
31 <BootstrapperEnabled>true</BootstrapperEnabled>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34 <PlatformTarget>x86</PlatformTarget>
35 <DebugSymbols>true</DebugSymbols>
36 <DebugType>full</DebugType>
37 <Optimize>false</Optimize>
38 <OutputPath>bin\Debug\</OutputPath>
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44 <PlatformTarget>x86</PlatformTarget>
45 <DebugType>pdbonly</DebugType>
46 <Optimize>true</Optimize>
47 <OutputPath>bin\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants>
49 <ErrorReport>prompt</ErrorReport>
50 <WarningLevel>4</WarningLevel>
53 <ManifestCertificateThumbprint>EAF4BE5EEB376CD7E9FAE2562513473C2BD2B4E7</ManifestCertificateThumbprint>
56 <ManifestKeyFile>HospitalManageSys_TemporaryKey.pfx</ManifestKeyFile>
59 <GenerateManifests>true</GenerateManifests>
62 <SignManifests>false</SignManifests>
65 <Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
66 <SpecificVersion>False</SpecificVersion>
67 <HintPath>bin\MySql.Data.dll</HintPath>
69 <Reference Include="System" />
70 <Reference Include="System.Core" />
71 <Reference Include="System.Xml.Linq" />
72 <Reference Include="System.Data.DataSetExtensions" />
73 <Reference Include="Microsoft.CSharp" />
74 <Reference Include="System.Data" />
75 <Reference Include="System.Deployment" />
76 <Reference Include="System.Drawing" />
77 <Reference Include="System.Windows.Forms" />
78 <Reference Include="System.Xml" />
81 <Compile Include="Form_Adminisrtator.cs">
82 <SubType>Form</SubType>
84 <Compile Include="Form_Adminisrtator.designer.cs">
85 <DependentUpon>Form_Adminisrtator.cs</DependentUpon>
87 <Compile Include="Form_Charge.cs">
88 <SubType>Form</SubType>
90 <Compile Include="Form_Charge.designer.cs">
91 <DependentUpon>Form_Charge.cs</DependentUpon>
93 <Compile Include="Form_DrugEx.cs">
94 <SubType>Form</SubType>
96 <Compile Include="Form_DrugEx.designer.cs">
97 <DependentUpon>Form_DrugEx.cs</DependentUpon>
99 <Compile Include="Form_DrugIm.cs">
100 <SubType>Form</SubType>
102 <Compile Include="Form_DrugIm.designer.cs">
103 <DependentUpon>Form_DrugIm.cs</DependentUpon>
105 <Compile Include="Form_DrugIm_2.cs">
106 <SubType>Form</SubType>
108 <Compile Include="Form_DrugIm_2.designer.cs">
109 <DependentUpon>Form_DrugIm_2.cs</DependentUpon>
111 <Compile Include="Form_Login.cs">
112 <SubType>Form</SubType>
114 <Compile Include="Form_Login.Designer.cs">
115 <DependentUpon>Form_Login.cs</DependentUpon>
117 <Compile Include="Form_Registration.cs">
118 <SubType>Form</SubType>
120 <Compile Include="Form_Registration.designer.cs">
121 <DependentUpon>Form_Registration.cs</DependentUpon>
123 <Compile Include="MainForm.cs">
124 <SubType>Form</SubType>
126 <Compile Include="MainForm.Designer.cs">
127 <DependentUpon>MainForm.cs</DependentUpon>
129 <Compile Include="Form_PWD.cs">
130 <SubType>Form</SubType>
132 <Compile Include="Form_PWD.Designer.cs">
133 <DependentUpon>Form_PWD.cs</DependentUpon>
135 <Compile Include="SqlCmd.cs" />
136 <Compile Include="Program.cs" />
137 <Compile Include="Properties\AssemblyInfo.cs" />
138 <EmbeddedResource Include="Form_Adminisrtator.resx">
139 <DependentUpon>Form_Adminisrtator.cs</DependentUpon>
141 <EmbeddedResource Include="Form_Charge.resx">
142 <DependentUpon>Form_Charge.cs</DependentUpon>
144 <EmbeddedResource Include="Form_DrugEx.resx">
145 <DependentUpon>Form_DrugEx.cs</DependentUpon>
147 <EmbeddedResource Include="Form_DrugIm.resx">
148 <DependentUpon>Form_DrugIm.cs</DependentUpon>
150 <EmbeddedResource Include="Form_DrugIm_2.resx">
151 <DependentUpon>Form_DrugIm_2.cs</DependentUpon>
153 <EmbeddedResource Include="Form_Login.resx">
154 <DependentUpon>Form_Login.cs</DependentUpon>
156 <EmbeddedResource Include="Form_Registration.resx">
157 <DependentUpon>Form_Registration.cs</DependentUpon>
159 <EmbeddedResource Include="MainForm.resx">
160 <DependentUpon>MainForm.cs</DependentUpon>
162 <EmbeddedResource Include="Form_PWD.resx">
163 <DependentUpon>Form_PWD.cs</DependentUpon>
165 <EmbeddedResource Include="Properties\Resources.resx">
166 <Generator>ResXFileCodeGenerator</Generator>
167 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
168 <SubType>Designer</SubType>
170 <Compile Include="Properties\Resources.Designer.cs">
171 <AutoGen>True</AutoGen>
172 <DependentUpon>Resources.resx</DependentUpon>
173 <DesignTime>True</DesignTime>
175 <None Include="Properties\Settings.settings">
176 <Generator>SettingsSingleFileGenerator</Generator>
177 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
179 <Compile Include="Properties\Settings.Designer.cs">
180 <AutoGen>True</AutoGen>
181 <DependentUpon>Settings.settings</DependentUpon>
182 <DesignTimeSharedInput>True</DesignTimeSharedInput>
186 <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
187 <Visible>False</Visible>
188 <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 和 x64%29</ProductName>
189 <Install>true</Install>
190 </BootstrapperPackage>
191 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
192 <Visible>False</Visible>
193 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
194 <Install>false</Install>
195 </BootstrapperPackage>
196 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
197 <Visible>False</Visible>
198 <ProductName>.NET Framework 3.5 SP1</ProductName>
199 <Install>false</Install>
200 </BootstrapperPackage>
201 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
202 <Visible>False</Visible>
203 <ProductName>Windows Installer 3.1</ProductName>
204 <Install>true</Install>
205 </BootstrapperPackage>
208 <None Include="Resources\QQ截图20161101204141.png" />
211 <None Include="Resources\admin.png" />
214 <None Include="Resources\background.jpg" />
217 <None Include="Resources\charge.png" />
220 <None Include="Resources\clinic.jpg" />
223 <None Include="Resources\drugEx.png" />
226 <None Include="Resources\drugIm.png" />
229 <None Include="Resources\exit.gif" />
232 <None Include="Resources\login.png" />
235 <None Include="Resources\registration.png" />
237 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
238 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
239 Other similar extension points exist, see Microsoft.Common.targets.
240 <Target Name="BeforeBuild">
242 <Target Name="AfterBuild">