ГЕС№5.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  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>{26C6B5E6-6C66-4FDB-9FB9-13E471E7431C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ГЕС_5</RootNamespace>
  10. <AssemblyName>ГЕС№5</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  37. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  38. </Reference>
  39. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.ComponentModel.DataAnnotations" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Runtime.Serialization" />
  46. <Reference Include="System.Security" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Deployment" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Contracts.cs">
  59. <DependentUpon>Model.tt</DependentUpon>
  60. </Compile>
  61. <Compile Include="Contracts_FORM.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="Contracts_FORM.Designer.cs">
  65. <DependentUpon>Contracts_FORM.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="Contracts_FORM_1.cs">
  68. <SubType>Form</SubType>
  69. </Compile>
  70. <Compile Include="Contracts_FORM_1.Designer.cs">
  71. <DependentUpon>Contracts_FORM_1.cs</DependentUpon>
  72. </Compile>
  73. <Compile Include="Customer.cs">
  74. <DependentUpon>Model.tt</DependentUpon>
  75. </Compile>
  76. <Compile Include="Customer_FORM.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="Customer_FORM.Designer.cs">
  80. <DependentUpon>Customer_FORM.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="Customer_FORM_1.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="Customer_FORM_1.Designer.cs">
  86. <DependentUpon>Customer_FORM_1.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="Delete.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Delete.Designer.cs">
  92. <DependentUpon>Delete.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Flowers.cs">
  95. <DependentUpon>Model.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="Flowers_FORM.cs">
  98. <SubType>Form</SubType>
  99. </Compile>
  100. <Compile Include="Flowers_FORM.Designer.cs">
  101. <DependentUpon>Flowers_FORM.cs</DependentUpon>
  102. </Compile>
  103. <Compile Include="Flowers_FORM_1.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="Flowers_FORM_1.Designer.cs">
  107. <DependentUpon>Flowers_FORM_1.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="Form1.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="Form1.Designer.cs">
  113. <DependentUpon>Form1.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="Model.Context.cs">
  116. <AutoGen>True</AutoGen>
  117. <DesignTime>True</DesignTime>
  118. <DependentUpon>Model.Context.tt</DependentUpon>
  119. </Compile>
  120. <Compile Include="Model.cs">
  121. <AutoGen>True</AutoGen>
  122. <DesignTime>True</DesignTime>
  123. <DependentUpon>Model.tt</DependentUpon>
  124. </Compile>
  125. <Compile Include="Model.Designer.cs">
  126. <AutoGen>True</AutoGen>
  127. <DesignTime>True</DesignTime>
  128. <DependentUpon>Model.edmx</DependentUpon>
  129. </Compile>
  130. <Compile Include="Orders_FORM.cs">
  131. <SubType>Form</SubType>
  132. </Compile>
  133. <Compile Include="Orders_FORM.Designer.cs">
  134. <DependentUpon>Orders_FORM.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="Orders_FORM_1.cs">
  137. <SubType>Form</SubType>
  138. </Compile>
  139. <Compile Include="Orders_FORM_1.Designer.cs">
  140. <DependentUpon>Orders_FORM_1.cs</DependentUpon>
  141. </Compile>
  142. <Compile Include="Postav.cs">
  143. <DependentUpon>Model.tt</DependentUpon>
  144. </Compile>
  145. <Compile Include="Postav_Flowers.cs">
  146. <DependentUpon>Model.tt</DependentUpon>
  147. </Compile>
  148. <Compile Include="Postav_FORM.cs">
  149. <SubType>Form</SubType>
  150. </Compile>
  151. <Compile Include="Postav_FORM.Designer.cs">
  152. <DependentUpon>Postav_FORM.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="Postav_FORM_1.cs">
  155. <SubType>Form</SubType>
  156. </Compile>
  157. <Compile Include="Postav_FORM_1.Designer.cs">
  158. <DependentUpon>Postav_FORM_1.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="Program.cs" />
  161. <Compile Include="Properties\AssemblyInfo.cs" />
  162. <Compile Include="sp_helpdiagramdefinition_Result.cs">
  163. <DependentUpon>Model.tt</DependentUpon>
  164. </Compile>
  165. <Compile Include="sp_helpdiagrams_Result.cs">
  166. <DependentUpon>Model.tt</DependentUpon>
  167. </Compile>
  168. <Compile Include="sysdiagrams.cs">
  169. <DependentUpon>Model.tt</DependentUpon>
  170. </Compile>
  171. <Compile Include="_ГЕС_5DataSet.Designer.cs">
  172. <AutoGen>True</AutoGen>
  173. <DesignTime>True</DesignTime>
  174. <DependentUpon>_ГЕС_5DataSet.xsd</DependentUpon>
  175. </Compile>
  176. <EmbeddedResource Include="Contracts_FORM.resx">
  177. <DependentUpon>Contracts_FORM.cs</DependentUpon>
  178. </EmbeddedResource>
  179. <EmbeddedResource Include="Contracts_FORM_1.resx">
  180. <DependentUpon>Contracts_FORM_1.cs</DependentUpon>
  181. </EmbeddedResource>
  182. <EmbeddedResource Include="Customer_FORM.resx">
  183. <DependentUpon>Customer_FORM.cs</DependentUpon>
  184. </EmbeddedResource>
  185. <EmbeddedResource Include="Customer_FORM_1.resx">
  186. <DependentUpon>Customer_FORM_1.cs</DependentUpon>
  187. </EmbeddedResource>
  188. <EmbeddedResource Include="Delete.resx">
  189. <DependentUpon>Delete.cs</DependentUpon>
  190. </EmbeddedResource>
  191. <EmbeddedResource Include="Flowers_FORM.resx">
  192. <DependentUpon>Flowers_FORM.cs</DependentUpon>
  193. </EmbeddedResource>
  194. <EmbeddedResource Include="Flowers_FORM_1.resx">
  195. <DependentUpon>Flowers_FORM_1.cs</DependentUpon>
  196. </EmbeddedResource>
  197. <EmbeddedResource Include="Form1.resx">
  198. <DependentUpon>Form1.cs</DependentUpon>
  199. </EmbeddedResource>
  200. <EmbeddedResource Include="Orders_FORM.resx">
  201. <DependentUpon>Orders_FORM.cs</DependentUpon>
  202. </EmbeddedResource>
  203. <EmbeddedResource Include="Orders_FORM_1.resx">
  204. <DependentUpon>Orders_FORM_1.cs</DependentUpon>
  205. </EmbeddedResource>
  206. <EmbeddedResource Include="Postav_FORM.resx">
  207. <DependentUpon>Postav_FORM.cs</DependentUpon>
  208. </EmbeddedResource>
  209. <EmbeddedResource Include="Postav_FORM_1.resx">
  210. <DependentUpon>Postav_FORM_1.cs</DependentUpon>
  211. </EmbeddedResource>
  212. <EmbeddedResource Include="Properties\Resources.resx">
  213. <Generator>ResXFileCodeGenerator</Generator>
  214. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  215. <SubType>Designer</SubType>
  216. </EmbeddedResource>
  217. <Compile Include="Properties\Resources.Designer.cs">
  218. <AutoGen>True</AutoGen>
  219. <DependentUpon>Resources.resx</DependentUpon>
  220. </Compile>
  221. <EntityDeploy Include="Model.edmx">
  222. <Generator>EntityModelCodeGenerator</Generator>
  223. <LastGenOutput>Model.Designer.cs</LastGenOutput>
  224. </EntityDeploy>
  225. <None Include="Model.edmx.diagram">
  226. <DependentUpon>Model.edmx</DependentUpon>
  227. </None>
  228. <None Include="packages.config" />
  229. <None Include="Properties\Settings.settings">
  230. <Generator>SettingsSingleFileGenerator</Generator>
  231. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  232. </None>
  233. <Compile Include="Properties\Settings.Designer.cs">
  234. <AutoGen>True</AutoGen>
  235. <DependentUpon>Settings.settings</DependentUpon>
  236. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  237. </Compile>
  238. <None Include="_ГЕС_5DataSet.xsc">
  239. <DependentUpon>_ГЕС_5DataSet.xsd</DependentUpon>
  240. </None>
  241. <None Include="_ГЕС_5DataSet.xsd">
  242. <Generator>MSDataSetGenerator</Generator>
  243. <LastGenOutput>_ГЕС_5DataSet.Designer.cs</LastGenOutput>
  244. <SubType>Designer</SubType>
  245. </None>
  246. <None Include="_ГЕС_5DataSet.xss">
  247. <DependentUpon>_ГЕС_5DataSet.xsd</DependentUpon>
  248. </None>
  249. </ItemGroup>
  250. <ItemGroup>
  251. <None Include="App.config" />
  252. </ItemGroup>
  253. <ItemGroup>
  254. <Content Include="Model.Context.tt">
  255. <Generator>TextTemplatingFileGenerator</Generator>
  256. <LastGenOutput>Model.Context.cs</LastGenOutput>
  257. <DependentUpon>Model.edmx</DependentUpon>
  258. </Content>
  259. <Content Include="Model.tt">
  260. <Generator>TextTemplatingFileGenerator</Generator>
  261. <DependentUpon>Model.edmx</DependentUpon>
  262. <LastGenOutput>Model.cs</LastGenOutput>
  263. </Content>
  264. </ItemGroup>
  265. <ItemGroup>
  266. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  267. </ItemGroup>
  268. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  269. </Project>