ARM_spec_otdelenia.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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>{FE42B086-B640-4ECF-9977-DDC977FC297A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ARM_spec_otdelenia</RootNamespace>
  10. <AssemblyName>ARM_spec_otdelenia</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  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="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Data.Linq" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Deployment" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Net.Http" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="Admin\AddEditClient.cs">
  51. <SubType>Form</SubType>
  52. </Compile>
  53. <Compile Include="Admin\AddEditClient.Designer.cs">
  54. <DependentUpon>AddEditClient.cs</DependentUpon>
  55. </Compile>
  56. <Compile Include="Admin\AddEditHome.cs">
  57. <SubType>Form</SubType>
  58. </Compile>
  59. <Compile Include="Admin\AddEditHome.Designer.cs">
  60. <DependentUpon>AddEditHome.cs</DependentUpon>
  61. </Compile>
  62. <Compile Include="Admin\AddEditUslugi.cs">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="Admin\AddEditUslugi.Designer.cs">
  66. <DependentUpon>AddEditUslugi.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="Admin\AddEditSocPol.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="Admin\AddEditSocPol.Designer.cs">
  72. <DependentUpon>AddEditSocPol.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="Admin\AddEditLichnoe.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="Admin\AddEditLichnoe.Designer.cs">
  78. <DependentUpon>AddEditLichnoe.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Admin\AddEditContact.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="Admin\AddEditContact.Designer.cs">
  84. <DependentUpon>AddEditContact.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="Admin\AddEditZdor.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="Admin\AddEditZdor.Designer.cs">
  90. <DependentUpon>AddEditZdor.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Admin\AddUser.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Admin\AddUser.Designer.cs">
  96. <DependentUpon>AddUser.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="Admin\AdminForm.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="Admin\AdminForm.Designer.cs">
  102. <DependentUpon>AdminForm.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="LINQ\ARMClasses.designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DesignTime>True</DesignTime>
  107. <DependentUpon>ARMClasses.dbml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Авторизация\Authorization.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="Авторизация\Authorization.Designer.cs">
  113. <DependentUpon>Authorization.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="Авторизация\ChangePassword.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="Авторизация\ChangePassword.Designer.cs">
  119. <DependentUpon>ChangePassword.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Авторизация\CheckMail.cs">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. <Compile Include="Авторизация\CheckMail.Designer.cs">
  125. <DependentUpon>CheckMail.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="Program.cs" />
  128. <Compile Include="Properties\AssemblyInfo.cs" />
  129. <Compile Include="Авторизация\PasswordSubmit.cs">
  130. <SubType>Form</SubType>
  131. </Compile>
  132. <Compile Include="Авторизация\PasswordSubmit.Designer.cs">
  133. <DependentUpon>PasswordSubmit.cs</DependentUpon>
  134. </Compile>
  135. <Compile Include="Авторизация\Registration.cs">
  136. <SubType>Form</SubType>
  137. </Compile>
  138. <Compile Include="Авторизация\Registration.Designer.cs">
  139. <DependentUpon>Registration.cs</DependentUpon>
  140. </Compile>
  141. <Compile Include="UserForm.cs">
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <Compile Include="UserForm.Designer.cs">
  145. <DependentUpon>UserForm.cs</DependentUpon>
  146. </Compile>
  147. <EmbeddedResource Include="Admin\AddEditClient.resx">
  148. <DependentUpon>AddEditClient.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="Admin\AddEditHome.resx">
  151. <DependentUpon>AddEditHome.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="Admin\AddEditUslugi.resx">
  154. <DependentUpon>AddEditUslugi.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="Admin\AddEditSocPol.resx">
  157. <DependentUpon>AddEditSocPol.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="Admin\AddEditLichnoe.resx">
  160. <DependentUpon>AddEditLichnoe.cs</DependentUpon>
  161. </EmbeddedResource>
  162. <EmbeddedResource Include="Admin\AddEditContact.resx">
  163. <DependentUpon>AddEditContact.cs</DependentUpon>
  164. </EmbeddedResource>
  165. <EmbeddedResource Include="Admin\AddEditZdor.resx">
  166. <DependentUpon>AddEditZdor.cs</DependentUpon>
  167. </EmbeddedResource>
  168. <EmbeddedResource Include="Admin\AddUser.resx">
  169. <DependentUpon>AddUser.cs</DependentUpon>
  170. </EmbeddedResource>
  171. <EmbeddedResource Include="Admin\AdminForm.resx">
  172. <DependentUpon>AdminForm.cs</DependentUpon>
  173. </EmbeddedResource>
  174. <EmbeddedResource Include="UserForm.resx">
  175. <DependentUpon>UserForm.cs</DependentUpon>
  176. </EmbeddedResource>
  177. <EmbeddedResource Include="Авторизация\Authorization.resx">
  178. <DependentUpon>Authorization.cs</DependentUpon>
  179. </EmbeddedResource>
  180. <EmbeddedResource Include="Авторизация\ChangePassword.resx">
  181. <DependentUpon>ChangePassword.cs</DependentUpon>
  182. </EmbeddedResource>
  183. <EmbeddedResource Include="Авторизация\CheckMail.resx">
  184. <DependentUpon>CheckMail.cs</DependentUpon>
  185. </EmbeddedResource>
  186. <EmbeddedResource Include="Properties\Resources.resx">
  187. <Generator>ResXFileCodeGenerator</Generator>
  188. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  189. <SubType>Designer</SubType>
  190. </EmbeddedResource>
  191. <Compile Include="Properties\Resources.Designer.cs">
  192. <AutoGen>True</AutoGen>
  193. <DependentUpon>Resources.resx</DependentUpon>
  194. </Compile>
  195. <EmbeddedResource Include="Авторизация\PasswordSubmit.resx">
  196. <DependentUpon>PasswordSubmit.cs</DependentUpon>
  197. </EmbeddedResource>
  198. <EmbeddedResource Include="Авторизация\Registration.resx">
  199. <DependentUpon>Registration.cs</DependentUpon>
  200. </EmbeddedResource>
  201. <None Include="LINQ\ARMClasses.dbml">
  202. <Generator>MSLinqToSQLGenerator</Generator>
  203. <LastGenOutput>ARMClasses.designer.cs</LastGenOutput>
  204. <SubType>Designer</SubType>
  205. </None>
  206. <None Include="LINQ\ARMClasses.dbml.layout">
  207. <DependentUpon>ARMClasses.dbml</DependentUpon>
  208. </None>
  209. <None Include="Properties\Settings.settings">
  210. <Generator>SettingsSingleFileGenerator</Generator>
  211. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  212. </None>
  213. <Compile Include="Properties\Settings.Designer.cs">
  214. <AutoGen>True</AutoGen>
  215. <DependentUpon>Settings.settings</DependentUpon>
  216. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  217. </Compile>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <None Include="App.config" />
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
  224. </ItemGroup>
  225. <ItemGroup />
  226. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  227. </Project>