Xinqi Bao's Git

All done
[HospitalManageSys.git] / HospitalManageSys / HospitalManageSys.csproj
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>{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>
32 </PropertyGroup>
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>
42 </PropertyGroup>
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>
51 </PropertyGroup>
52 <PropertyGroup>
53 <ManifestCertificateThumbprint>EAF4BE5EEB376CD7E9FAE2562513473C2BD2B4E7</ManifestCertificateThumbprint>
54 </PropertyGroup>
55 <PropertyGroup>
56 <ManifestKeyFile>HospitalManageSys_TemporaryKey.pfx</ManifestKeyFile>
57 </PropertyGroup>
58 <PropertyGroup>
59 <GenerateManifests>true</GenerateManifests>
60 </PropertyGroup>
61 <PropertyGroup>
62 <SignManifests>false</SignManifests>
63 </PropertyGroup>
64 <ItemGroup>
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>
68 </Reference>
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" />
79 </ItemGroup>
80 <ItemGroup>
81 <Compile Include="Form_Adminisrtator.cs">
82 <SubType>Form</SubType>
83 </Compile>
84 <Compile Include="Form_Adminisrtator.designer.cs">
85 <DependentUpon>Form_Adminisrtator.cs</DependentUpon>
86 </Compile>
87 <Compile Include="Form_Charge.cs">
88 <SubType>Form</SubType>
89 </Compile>
90 <Compile Include="Form_Charge.designer.cs">
91 <DependentUpon>Form_Charge.cs</DependentUpon>
92 </Compile>
93 <Compile Include="Form_DrugEx.cs">
94 <SubType>Form</SubType>
95 </Compile>
96 <Compile Include="Form_DrugEx.designer.cs">
97 <DependentUpon>Form_DrugEx.cs</DependentUpon>
98 </Compile>
99 <Compile Include="Form_DrugIm.cs">
100 <SubType>Form</SubType>
101 </Compile>
102 <Compile Include="Form_DrugIm.designer.cs">
103 <DependentUpon>Form_DrugIm.cs</DependentUpon>
104 </Compile>
105 <Compile Include="Form_DrugIm_2.cs">
106 <SubType>Form</SubType>
107 </Compile>
108 <Compile Include="Form_DrugIm_2.designer.cs">
109 <DependentUpon>Form_DrugIm_2.cs</DependentUpon>
110 </Compile>
111 <Compile Include="Form_Login.cs">
112 <SubType>Form</SubType>
113 </Compile>
114 <Compile Include="Form_Login.Designer.cs">
115 <DependentUpon>Form_Login.cs</DependentUpon>
116 </Compile>
117 <Compile Include="Form_Registration.cs">
118 <SubType>Form</SubType>
119 </Compile>
120 <Compile Include="Form_Registration.designer.cs">
121 <DependentUpon>Form_Registration.cs</DependentUpon>
122 </Compile>
123 <Compile Include="MainForm.cs">
124 <SubType>Form</SubType>
125 </Compile>
126 <Compile Include="MainForm.Designer.cs">
127 <DependentUpon>MainForm.cs</DependentUpon>
128 </Compile>
129 <Compile Include="Form_PWD.cs">
130 <SubType>Form</SubType>
131 </Compile>
132 <Compile Include="Form_PWD.Designer.cs">
133 <DependentUpon>Form_PWD.cs</DependentUpon>
134 </Compile>
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>
140 </EmbeddedResource>
141 <EmbeddedResource Include="Form_Charge.resx">
142 <DependentUpon>Form_Charge.cs</DependentUpon>
143 </EmbeddedResource>
144 <EmbeddedResource Include="Form_DrugEx.resx">
145 <DependentUpon>Form_DrugEx.cs</DependentUpon>
146 </EmbeddedResource>
147 <EmbeddedResource Include="Form_DrugIm.resx">
148 <DependentUpon>Form_DrugIm.cs</DependentUpon>
149 </EmbeddedResource>
150 <EmbeddedResource Include="Form_DrugIm_2.resx">
151 <DependentUpon>Form_DrugIm_2.cs</DependentUpon>
152 </EmbeddedResource>
153 <EmbeddedResource Include="Form_Login.resx">
154 <DependentUpon>Form_Login.cs</DependentUpon>
155 </EmbeddedResource>
156 <EmbeddedResource Include="Form_Registration.resx">
157 <DependentUpon>Form_Registration.cs</DependentUpon>
158 </EmbeddedResource>
159 <EmbeddedResource Include="MainForm.resx">
160 <DependentUpon>MainForm.cs</DependentUpon>
161 </EmbeddedResource>
162 <EmbeddedResource Include="Form_PWD.resx">
163 <DependentUpon>Form_PWD.cs</DependentUpon>
164 </EmbeddedResource>
165 <EmbeddedResource Include="Properties\Resources.resx">
166 <Generator>ResXFileCodeGenerator</Generator>
167 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
168 <SubType>Designer</SubType>
169 </EmbeddedResource>
170 <Compile Include="Properties\Resources.Designer.cs">
171 <AutoGen>True</AutoGen>
172 <DependentUpon>Resources.resx</DependentUpon>
173 <DesignTime>True</DesignTime>
174 </Compile>
175 <None Include="Properties\Settings.settings">
176 <Generator>SettingsSingleFileGenerator</Generator>
177 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
178 </None>
179 <Compile Include="Properties\Settings.Designer.cs">
180 <AutoGen>True</AutoGen>
181 <DependentUpon>Settings.settings</DependentUpon>
182 <DesignTimeSharedInput>True</DesignTimeSharedInput>
183 </Compile>
184 </ItemGroup>
185 <ItemGroup>
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>
206 </ItemGroup>
207 <ItemGroup>
208 <None Include="Resources\QQ截图20161101204141.png" />
209 </ItemGroup>
210 <ItemGroup>
211 <None Include="Resources\admin.png" />
212 </ItemGroup>
213 <ItemGroup>
214 <None Include="Resources\background.jpg" />
215 </ItemGroup>
216 <ItemGroup>
217 <None Include="Resources\charge.png" />
218 </ItemGroup>
219 <ItemGroup>
220 <None Include="Resources\clinic.jpg" />
221 </ItemGroup>
222 <ItemGroup>
223 <None Include="Resources\drugEx.png" />
224 </ItemGroup>
225 <ItemGroup>
226 <None Include="Resources\drugIm.png" />
227 </ItemGroup>
228 <ItemGroup>
229 <None Include="Resources\exit.gif" />
230 </ItemGroup>
231 <ItemGroup>
232 <None Include="Resources\login.png" />
233 </ItemGroup>
234 <ItemGroup>
235 <None Include="Resources\registration.png" />
236 </ItemGroup>
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">
241 </Target>
242 <Target Name="AfterBuild">
243 </Target>
244 -->
245 </Project>