СУБД Швейная фабрика.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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>{9DE7B0A5-AB8C-4880-AB31-EEEFFA7A9B86}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>СУБД_Швейная_фабрика</RootNamespace>
  10. <AssemblyName>СУБД Швейная фабрика</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</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. <PropertyGroup>
  36. <ApplicationIcon>fabric_logo.ico</ApplicationIcon>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="DLLPass">
  40. <HintPath>..\..\DLLPass\DLLPass\bin\Debug\DLLPass.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Deployment" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Net.Http" />
  51. <Reference Include="System.Windows.Forms" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="fab2021DataSet.Designer.cs">
  56. <AutoGen>True</AutoGen>
  57. <DesignTime>True</DesignTime>
  58. <DependentUpon>fab2021DataSet.xsd</DependentUpon>
  59. </Compile>
  60. <Compile Include="Form1.cs">
  61. <SubType>Form</SubType>
  62. </Compile>
  63. <Compile Include="Form1.Designer.cs">
  64. <DependentUpon>Form1.cs</DependentUpon>
  65. </Compile>
  66. <Compile Include="FormAddZakaz.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="FormAddZakaz.Designer.cs">
  70. <DependentUpon>FormAddZakaz.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="FormGetMaterial.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="FormGetMaterial.Designer.cs">
  76. <DependentUpon>FormGetMaterial.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="FormKladovschik.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="FormKladovschik.Designer.cs">
  82. <DependentUpon>FormKladovschik.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="FormLevenshtein.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="FormLevenshtein.Designer.cs">
  88. <DependentUpon>FormLevenshtein.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="FormManager.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="FormManager.Designer.cs">
  94. <DependentUpon>FormManager.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="FormProfile.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="FormProfile.Designer.cs">
  100. <DependentUpon>FormProfile.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="FormReg.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="FormReg.Designer.cs">
  106. <DependentUpon>FormReg.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="FormSpisMaterial.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="FormSpisMaterial.Designer.cs">
  112. <DependentUpon>FormSpisMaterial.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="FormZakazchik.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="FormZakazchik.Designer.cs">
  118. <DependentUpon>FormZakazchik.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="Program.cs" />
  121. <Compile Include="Properties\AssemblyInfo.cs" />
  122. <EmbeddedResource Include="Form1.resx">
  123. <DependentUpon>Form1.cs</DependentUpon>
  124. </EmbeddedResource>
  125. <EmbeddedResource Include="FormAddZakaz.resx">
  126. <DependentUpon>FormAddZakaz.cs</DependentUpon>
  127. </EmbeddedResource>
  128. <EmbeddedResource Include="FormGetMaterial.resx">
  129. <DependentUpon>FormGetMaterial.cs</DependentUpon>
  130. </EmbeddedResource>
  131. <EmbeddedResource Include="FormKladovschik.resx">
  132. <DependentUpon>FormKladovschik.cs</DependentUpon>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="FormLevenshtein.resx">
  135. <DependentUpon>FormLevenshtein.cs</DependentUpon>
  136. </EmbeddedResource>
  137. <EmbeddedResource Include="FormManager.resx">
  138. <DependentUpon>FormManager.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="FormProfile.resx">
  141. <DependentUpon>FormProfile.cs</DependentUpon>
  142. </EmbeddedResource>
  143. <EmbeddedResource Include="FormReg.resx">
  144. <DependentUpon>FormReg.cs</DependentUpon>
  145. </EmbeddedResource>
  146. <EmbeddedResource Include="FormSpisMaterial.resx">
  147. <DependentUpon>FormSpisMaterial.cs</DependentUpon>
  148. </EmbeddedResource>
  149. <EmbeddedResource Include="FormZakazchik.resx">
  150. <DependentUpon>FormZakazchik.cs</DependentUpon>
  151. </EmbeddedResource>
  152. <EmbeddedResource Include="Properties\Resources.resx">
  153. <Generator>ResXFileCodeGenerator</Generator>
  154. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  155. <SubType>Designer</SubType>
  156. </EmbeddedResource>
  157. <Compile Include="Properties\Resources.Designer.cs">
  158. <AutoGen>True</AutoGen>
  159. <DependentUpon>Resources.resx</DependentUpon>
  160. <DesignTime>True</DesignTime>
  161. </Compile>
  162. <None Include="fab2021DataSet.xsc">
  163. <DependentUpon>fab2021DataSet.xsd</DependentUpon>
  164. </None>
  165. <None Include="fab2021DataSet.xsd">
  166. <Generator>MSDataSetGenerator</Generator>
  167. <LastGenOutput>fab2021DataSet.Designer.cs</LastGenOutput>
  168. <SubType>Designer</SubType>
  169. </None>
  170. <None Include="fab2021DataSet.xss">
  171. <DependentUpon>fab2021DataSet.xsd</DependentUpon>
  172. </None>
  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. <None Include="Resources\fabric_logo.png" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <Content Include="fabric_logo.ico" />
  191. <None Include="Resources\tmp.JPG" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <COMReference Include="Microsoft.Office.Core">
  195. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  196. <VersionMajor>2</VersionMajor>
  197. <VersionMinor>8</VersionMinor>
  198. <Lcid>0</Lcid>
  199. <WrapperTool>primary</WrapperTool>
  200. <Isolated>False</Isolated>
  201. <EmbedInteropTypes>True</EmbedInteropTypes>
  202. </COMReference>
  203. <COMReference Include="Microsoft.Office.Interop.Excel">
  204. <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
  205. <VersionMajor>1</VersionMajor>
  206. <VersionMinor>9</VersionMinor>
  207. <Lcid>0</Lcid>
  208. <WrapperTool>primary</WrapperTool>
  209. <Isolated>False</Isolated>
  210. <EmbedInteropTypes>True</EmbedInteropTypes>
  211. </COMReference>
  212. <COMReference Include="Microsoft.Office.Interop.Word">
  213. <Guid>{00020905-0000-0000-C000-000000000046}</Guid>
  214. <VersionMajor>8</VersionMajor>
  215. <VersionMinor>7</VersionMinor>
  216. <Lcid>0</Lcid>
  217. <WrapperTool>primary</WrapperTool>
  218. <Isolated>False</Isolated>
  219. <EmbedInteropTypes>True</EmbedInteropTypes>
  220. </COMReference>
  221. <COMReference Include="VBIDE">
  222. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  223. <VersionMajor>5</VersionMajor>
  224. <VersionMinor>3</VersionMinor>
  225. <Lcid>0</Lcid>
  226. <WrapperTool>primary</WrapperTool>
  227. <Isolated>False</Isolated>
  228. <EmbedInteropTypes>True</EmbedInteropTypes>
  229. </COMReference>
  230. </ItemGroup>
  231. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  232. </Project>