09_OOO_StroyMateryali.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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>{156DD16A-33BA-4715-808B-F7B20307B277}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>_09_OOO_StroyMateryali</RootNamespace>
  10. <AssemblyName>09_OOO_StroyMateryali</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="CaptchaForm.cs">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="CaptchaForm.Designer.cs">
  62. <DependentUpon>CaptchaForm.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="DataBase.cs" />
  65. <Compile Include="Form1.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="Form1.Designer.cs">
  69. <DependentUpon>Form1.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="Order.cs">
  72. <DependentUpon>TradeBase.tt</DependentUpon>
  73. </Compile>
  74. <Compile Include="OrderProduct.cs">
  75. <DependentUpon>TradeBase.tt</DependentUpon>
  76. </Compile>
  77. <Compile Include="Product.cs">
  78. <DependentUpon>TradeBase.tt</DependentUpon>
  79. </Compile>
  80. <Compile Include="Program.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="ProsmotrTovarForm.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="ProsmotrTovarForm.Designer.cs">
  86. <DependentUpon>ProsmotrTovarForm.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="punkt_vydachy.cs">
  89. <DependentUpon>TradeBase.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="Role.cs">
  92. <DependentUpon>TradeBase.tt</DependentUpon>
  93. </Compile>
  94. <Compile Include="sysdiagrams.cs">
  95. <DependentUpon>TradeBase.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="TovarAdmin.cs">
  98. <SubType>Form</SubType>
  99. </Compile>
  100. <Compile Include="TovarAdmin.Designer.cs">
  101. <DependentUpon>TovarAdmin.cs</DependentUpon>
  102. </Compile>
  103. <Compile Include="TovarManager.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="TovarManager.Designer.cs">
  107. <DependentUpon>TovarManager.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="TradeBase.Context.cs">
  110. <AutoGen>True</AutoGen>
  111. <DesignTime>True</DesignTime>
  112. <DependentUpon>TradeBase.Context.tt</DependentUpon>
  113. </Compile>
  114. <Compile Include="TradeBase.cs">
  115. <AutoGen>True</AutoGen>
  116. <DesignTime>True</DesignTime>
  117. <DependentUpon>TradeBase.tt</DependentUpon>
  118. </Compile>
  119. <Compile Include="TradeBase.Designer.cs">
  120. <AutoGen>True</AutoGen>
  121. <DesignTime>True</DesignTime>
  122. <DependentUpon>TradeBase.edmx</DependentUpon>
  123. </Compile>
  124. <Compile Include="TradebaseDataSet.Designer.cs">
  125. <AutoGen>True</AutoGen>
  126. <DesignTime>True</DesignTime>
  127. <DependentUpon>TradebaseDataSet.xsd</DependentUpon>
  128. </Compile>
  129. <Compile Include="User.cs">
  130. <DependentUpon>TradeBase.tt</DependentUpon>
  131. </Compile>
  132. <EmbeddedResource Include="CaptchaForm.resx">
  133. <DependentUpon>CaptchaForm.cs</DependentUpon>
  134. </EmbeddedResource>
  135. <EmbeddedResource Include="Form1.resx">
  136. <DependentUpon>Form1.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="Properties\Resources.resx">
  139. <Generator>ResXFileCodeGenerator</Generator>
  140. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  141. <SubType>Designer</SubType>
  142. </EmbeddedResource>
  143. <Compile Include="Properties\Resources.Designer.cs">
  144. <AutoGen>True</AutoGen>
  145. <DependentUpon>Resources.resx</DependentUpon>
  146. </Compile>
  147. <EmbeddedResource Include="ProsmotrTovarForm.resx">
  148. <DependentUpon>ProsmotrTovarForm.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <None Include="packages.config" />
  151. <None Include="Properties\Settings.settings">
  152. <Generator>SettingsSingleFileGenerator</Generator>
  153. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  154. </None>
  155. <Compile Include="Properties\Settings.Designer.cs">
  156. <AutoGen>True</AutoGen>
  157. <DependentUpon>Settings.settings</DependentUpon>
  158. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  159. </Compile>
  160. <EntityDeploy Include="TradeBase.edmx">
  161. <Generator>EntityModelCodeGenerator</Generator>
  162. <LastGenOutput>TradeBase.Designer.cs</LastGenOutput>
  163. </EntityDeploy>
  164. <None Include="TradeBase.edmx.diagram">
  165. <DependentUpon>TradeBase.edmx</DependentUpon>
  166. </None>
  167. <None Include="TradebaseDataSet.xsc">
  168. <DependentUpon>TradebaseDataSet.xsd</DependentUpon>
  169. </None>
  170. <None Include="TradebaseDataSet.xsd">
  171. <Generator>MSDataSetGenerator</Generator>
  172. <LastGenOutput>TradebaseDataSet.Designer.cs</LastGenOutput>
  173. <SubType>Designer</SubType>
  174. </None>
  175. <None Include="TradebaseDataSet.xss">
  176. <DependentUpon>TradebaseDataSet.xsd</DependentUpon>
  177. </None>
  178. </ItemGroup>
  179. <ItemGroup>
  180. <None Include="App.config" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <Content Include="TradeBase.Context.tt">
  184. <Generator>TextTemplatingFileGenerator</Generator>
  185. <LastGenOutput>TradeBase.Context.cs</LastGenOutput>
  186. <DependentUpon>TradeBase.edmx</DependentUpon>
  187. </Content>
  188. <Content Include="TradeBase.tt">
  189. <Generator>TextTemplatingFileGenerator</Generator>
  190. <DependentUpon>TradeBase.edmx</DependentUpon>
  191. <LastGenOutput>TradeBase.cs</LastGenOutput>
  192. </Content>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  196. </ItemGroup>
  197. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  198. </Project>