hospital.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{18FA65E7-26A3-4DD4-9D9A-B96908637DDD}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>hospital</RootNamespace>
  10. <AssemblyName>hospital</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  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. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="System">
  52. <HintPath>..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Deployment" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Net.Http" />
  62. <Reference Include="System.Windows.Forms" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="admin.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="admin.Designer.cs">
  70. <DependentUpon>admin.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="DataBaseConnection.cs" />
  73. <Compile Include="authorizationForm.cs">
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include=".Designer.cs">
  77. <DependentUpon>authorizationForm.cs</DependentUpon>
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="debugAndTrace.cs" />
  81. <Compile Include="insertDrug.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="insertDrug.Designer.cs">
  85. <DependentUpon>insertDrug.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="insertMedCard.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="insertMedCard.Designer.cs">
  91. <DependentUpon>insertMedCard.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="insertPatientCard.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="insertPatientCard.Designer.cs">
  97. <DependentUpon>insertPatientCard.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="mainMenu.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="mainMenu.Designer.cs">
  103. <DependentUpon>mainMenu.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="Program.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <Compile Include="registrationForm.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="registrationForm.Designer.cs">
  111. <DependentUpon>registrationForm.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="updateDrug.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="updateDrug.Designer.cs">
  117. <DependentUpon>updateDrug.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="updateMedCard.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="updateMedCard.Designer.cs">
  123. <DependentUpon>updateMedCard.cs</DependentUpon>
  124. </Compile>
  125. <EmbeddedResource Include="admin.resx">
  126. <DependentUpon>admin.cs</DependentUpon>
  127. </EmbeddedResource>
  128. <EmbeddedResource Include="authorizationForm.resx">
  129. <DependentUpon>authorizationForm.cs</DependentUpon>
  130. </EmbeddedResource>
  131. <EmbeddedResource Include="insertDrug.resx">
  132. <DependentUpon>insertDrug.cs</DependentUpon>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="insertMedCard.resx">
  135. <DependentUpon>insertMedCard.cs</DependentUpon>
  136. </EmbeddedResource>
  137. <EmbeddedResource Include="insertPatientCard.resx">
  138. <DependentUpon>insertPatientCard.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="mainMenu.resx">
  141. <DependentUpon>mainMenu.cs</DependentUpon>
  142. </EmbeddedResource>
  143. <EmbeddedResource Include="Properties\Resources.resx">
  144. <Generator>ResXFileCodeGenerator</Generator>
  145. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  146. <SubType>Designer</SubType>
  147. </EmbeddedResource>
  148. <Compile Include="Properties\Resources.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DependentUpon>Resources.resx</DependentUpon>
  151. </Compile>
  152. <EmbeddedResource Include="registrationForm.resx">
  153. <DependentUpon>registrationForm.cs</DependentUpon>
  154. </EmbeddedResource>
  155. <EmbeddedResource Include="updateDrug.resx">
  156. <DependentUpon>updateDrug.cs</DependentUpon>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="updateMedCard.resx">
  159. <DependentUpon>updateMedCard.cs</DependentUpon>
  160. </EmbeddedResource>
  161. <None Include="Properties\Settings.settings">
  162. <Generator>SettingsSingleFileGenerator</Generator>
  163. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  164. </None>
  165. <Compile Include="Properties\Settings.Designer.cs">
  166. <AutoGen>True</AutoGen>
  167. <DependentUpon>Settings.settings</DependentUpon>
  168. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  169. </Compile>
  170. </ItemGroup>
  171. <ItemGroup>
  172. <None Include="App.config" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  176. <Visible>False</Visible>
  177. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
  178. <Install>true</Install>
  179. </BootstrapperPackage>
  180. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  181. <Visible>False</Visible>
  182. <ProductName>.NET Framework 3.5 SP1</ProductName>
  183. <Install>false</Install>
  184. </BootstrapperPackage>
  185. </ItemGroup>
  186. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  187. </Project>