Фабрика.csproj 8.0 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>{EB7AE40D-E300-4AFC-8973-DB5086DE4073}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Фабрика</RootNamespace>
  10. <AssemblyName>Фабрика</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="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  37. <EmbedInteropTypes>True</EmbedInteropTypes>
  38. </Reference>
  39. <Reference Include="PasswordCheckDll, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\..\Практика Фаб\garment factory\garment factory\Resources\dll\PasswordCheckDll.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Deployment" />
  50. <Reference Include="System.Drawing" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Windows.Forms" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="dbFabrika2024DataSet.Designer.cs">
  57. <AutoGen>True</AutoGen>
  58. <DesignTime>True</DesignTime>
  59. <DependentUpon>dbFabrika2024DataSet.xsd</DependentUpon>
  60. </Compile>
  61. <Compile Include="FAddZakaz.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="FAddZakaz.Designer.cs">
  65. <DependentUpon>FAddZakaz.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="FAutoriz.cs">
  68. <SubType>Form</SubType>
  69. </Compile>
  70. <Compile Include="FAutoriz.Designer.cs">
  71. <DependentUpon>FAutoriz.cs</DependentUpon>
  72. </Compile>
  73. <Compile Include="FGetMaterial.cs">
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="FGetMaterial.Designer.cs">
  77. <DependentUpon>FGetMaterial.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="FKladovschik.cs">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="FKladovschik.Designer.cs">
  83. <DependentUpon>FKladovschik.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="FLevenshtein.cs">
  86. <SubType>Form</SubType>
  87. </Compile>
  88. <Compile Include="FLevenshtein.Designer.cs">
  89. <DependentUpon>FLevenshtein.cs</DependentUpon>
  90. </Compile>
  91. <Compile Include="FManager.cs">
  92. <SubType>Form</SubType>
  93. </Compile>
  94. <Compile Include="FManager.Designer.cs">
  95. <DependentUpon>FManager.cs</DependentUpon>
  96. </Compile>
  97. <Compile Include="FProfile.cs">
  98. <SubType>Form</SubType>
  99. </Compile>
  100. <Compile Include="FProfile.Designer.cs">
  101. <DependentUpon>FProfile.cs</DependentUpon>
  102. </Compile>
  103. <Compile Include="FRegistr.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="FRegistr.Designer.cs">
  107. <DependentUpon>FRegistr.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="FSpisMaterial.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="FSpisMaterial.Designer.cs">
  113. <DependentUpon>FSpisMaterial.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="FZakazchik.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="FZakazchik.Designer.cs">
  119. <DependentUpon>FZakazchik.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Program.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs" />
  123. <EmbeddedResource Include="FAddZakaz.resx">
  124. <DependentUpon>FAddZakaz.cs</DependentUpon>
  125. </EmbeddedResource>
  126. <EmbeddedResource Include="FAutoriz.resx">
  127. <DependentUpon>FAutoriz.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="FGetMaterial.resx">
  130. <DependentUpon>FGetMaterial.cs</DependentUpon>
  131. </EmbeddedResource>
  132. <EmbeddedResource Include="FKladovschik.resx">
  133. <DependentUpon>FKladovschik.cs</DependentUpon>
  134. </EmbeddedResource>
  135. <EmbeddedResource Include="FLevenshtein.resx">
  136. <DependentUpon>FLevenshtein.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="FManager.resx">
  139. <DependentUpon>FManager.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="FProfile.resx">
  142. <DependentUpon>FProfile.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="FRegistr.resx">
  145. <DependentUpon>FRegistr.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="FSpisMaterial.resx">
  148. <DependentUpon>FSpisMaterial.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="FZakazchik.resx">
  151. <DependentUpon>FZakazchik.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="Properties\Resources.resx">
  154. <Generator>ResXFileCodeGenerator</Generator>
  155. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  156. <SubType>Designer</SubType>
  157. </EmbeddedResource>
  158. <Compile Include="Properties\Resources.Designer.cs">
  159. <AutoGen>True</AutoGen>
  160. <DependentUpon>Resources.resx</DependentUpon>
  161. <DesignTime>True</DesignTime>
  162. </Compile>
  163. <None Include="dbFabrika2024DataSet.xsc">
  164. <DependentUpon>dbFabrika2024DataSet.xsd</DependentUpon>
  165. </None>
  166. <None Include="dbFabrika2024DataSet.xsd">
  167. <Generator>MSDataSetGenerator</Generator>
  168. <LastGenOutput>dbFabrika2024DataSet.Designer.cs</LastGenOutput>
  169. <SubType>Designer</SubType>
  170. </None>
  171. <None Include="dbFabrika2024DataSet.xss">
  172. <DependentUpon>dbFabrika2024DataSet.xsd</DependentUpon>
  173. </None>
  174. <None Include="Properties\Settings.settings">
  175. <Generator>SettingsSingleFileGenerator</Generator>
  176. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  177. </None>
  178. <Compile Include="Properties\Settings.Designer.cs">
  179. <AutoGen>True</AutoGen>
  180. <DependentUpon>Settings.settings</DependentUpon>
  181. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  182. </Compile>
  183. </ItemGroup>
  184. <ItemGroup>
  185. <None Include="App.config" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <None Include="Resources\dll\Заказы.docx" />
  189. <None Include="Resources\dll\Списание.xlsx" />
  190. <None Include="Resources\fabric_logo.png" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <None Include="Resources\picture.png" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Content Include="Resources\dll\Antlr3.Runtime.dll" />
  197. <Content Include="Resources\dll\ExpressionEvaluator.dll" />
  198. <Content Include="Resources\dll\GSF.Core.dll" />
  199. <Content Include="Resources\dll\GSF.Core.xml" />
  200. <Content Include="Resources\dll\PasswordCheckDll.dll" />
  201. </ItemGroup>
  202. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  203. </Project>