lyahov_tkani.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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>{24E9AF5E-DDF6-4474-BBB2-2AA35B6D42C5}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>lyahov_tkani</RootNamespace>
  10. <AssemblyName>lyahov_tkani</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.Data.Linq" />
  46. <Reference Include="System.Runtime.Serialization" />
  47. <Reference Include="System.Security" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Deployment" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Net.Http" />
  55. <Reference Include="System.Windows.Forms" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Model1.Context.cs">
  60. <AutoGen>True</AutoGen>
  61. <DesignTime>True</DesignTime>
  62. <DependentUpon>Model1.Context.tt</DependentUpon>
  63. </Compile>
  64. <Compile Include="Model1.cs">
  65. <AutoGen>True</AutoGen>
  66. <DesignTime>True</DesignTime>
  67. <DependentUpon>Model1.tt</DependentUpon>
  68. </Compile>
  69. <Compile Include="Model1.Designer.cs">
  70. <AutoGen>True</AutoGen>
  71. <DesignTime>True</DesignTime>
  72. <DependentUpon>Model1.edmx</DependentUpon>
  73. </Compile>
  74. <Compile Include="sysdiagrams.cs">
  75. <DependentUpon>Model1.tt</DependentUpon>
  76. </Compile>
  77. <Compile Include="Авторизация.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include=".Designer.cs">
  81. <DependentUpon>Авторизация.cs</DependentUpon>
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="lyahov_TkaniDataSet.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>lyahov_TkaniDataSet.xsd</DependentUpon>
  88. </Compile>
  89. <Compile Include="Program.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="Директор.cs">
  92. <SubType>Form</SubType>
  93. </Compile>
  94. <Compile Include="Директор.Designer.cs">
  95. <DependentUpon>Директор.cs</DependentUpon>
  96. </Compile>
  97. <Compile Include="Заказ.cs">
  98. <DependentUpon>Model1.tt</DependentUpon>
  99. </Compile>
  100. <Compile Include="Заказанные_изделия.cs">
  101. <DependentUpon>Model1.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="Заказчик.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="Заказчик.Designer.cs">
  107. <DependentUpon>Заказчик.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="Изделие.cs">
  110. <DependentUpon>Model1.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="Кладовщик.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="Кладовщик.Designer.cs">
  116. <DependentUpon>Кладовщик.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="Менеджер.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="Менеджер.Designer.cs">
  122. <DependentUpon>Менеджер.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="Пользователь.cs">
  125. <DependentUpon>Model1.tt</DependentUpon>
  126. </Compile>
  127. <Compile Include="Склад_ткани.cs">
  128. <DependentUpon>Model1.tt</DependentUpon>
  129. </Compile>
  130. <Compile Include="Склад_фурнитуры.cs">
  131. <DependentUpon>Model1.tt</DependentUpon>
  132. </Compile>
  133. <Compile Include="Ткань.cs">
  134. <DependentUpon>Model1.tt</DependentUpon>
  135. </Compile>
  136. <Compile Include="Фурнитура.cs">
  137. <DependentUpon>Model1.tt</DependentUpon>
  138. </Compile>
  139. <Compile Include="Фурнитура_изделия.cs">
  140. <DependentUpon>Model1.tt</DependentUpon>
  141. </Compile>
  142. <EmbeddedResource Include="Авторизация.resx">
  143. <DependentUpon>Авторизация.cs</DependentUpon>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="Properties\Resources.resx">
  146. <Generator>ResXFileCodeGenerator</Generator>
  147. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  148. <SubType>Designer</SubType>
  149. </EmbeddedResource>
  150. <Compile Include="Properties\Resources.Designer.cs">
  151. <AutoGen>True</AutoGen>
  152. <DependentUpon>Resources.resx</DependentUpon>
  153. </Compile>
  154. <None Include="lyahov_TkaniDataSet.xsc">
  155. <DependentUpon>lyahov_TkaniDataSet.xsd</DependentUpon>
  156. </None>
  157. <None Include="lyahov_TkaniDataSet.xsd">
  158. <Generator>MSDataSetGenerator</Generator>
  159. <LastGenOutput>lyahov_TkaniDataSet.Designer.cs</LastGenOutput>
  160. <SubType>Designer</SubType>
  161. </None>
  162. <None Include="lyahov_TkaniDataSet.xss">
  163. <DependentUpon>lyahov_TkaniDataSet.xsd</DependentUpon>
  164. </None>
  165. <EntityDeploy Include="Model1.edmx">
  166. <Generator>EntityModelCodeGenerator</Generator>
  167. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  168. </EntityDeploy>
  169. <None Include="Model1.edmx.diagram">
  170. <DependentUpon>Model1.edmx</DependentUpon>
  171. </None>
  172. <None Include="packages.config" />
  173. <None Include="Properties\Settings.settings">
  174. <Generator>SettingsSingleFileGenerator</Generator>
  175. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  176. </None>
  177. <Compile Include="Properties\Settings.Designer.cs">
  178. <AutoGen>True</AutoGen>
  179. <DependentUpon>Settings.settings</DependentUpon>
  180. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  181. </Compile>
  182. </ItemGroup>
  183. <ItemGroup>
  184. <None Include="App.config" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
  188. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <Content Include="Model1.Context.tt">
  192. <Generator>TextTemplatingFileGenerator</Generator>
  193. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  194. <DependentUpon>Model1.edmx</DependentUpon>
  195. </Content>
  196. <Content Include="Model1.tt">
  197. <Generator>TextTemplatingFileGenerator</Generator>
  198. <DependentUpon>Model1.edmx</DependentUpon>
  199. <LastGenOutput>Model1.cs</LastGenOutput>
  200. </Content>
  201. </ItemGroup>
  202. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  203. </Project>