garment factory.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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>{826CFDFA-3034-491D-B82F-77B1A2FD9EE7}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>garment_factory</RootNamespace>
  10. <AssemblyName>garment factory</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <ApplicationIcon>fabric_logo.ico</ApplicationIcon>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="PasswordCheckDll, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>bin\Debug\PasswordCheckDll.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Deployment" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Net.Http" />
  67. <Reference Include="System.Windows.Forms" />
  68. <Reference Include="System.Xml" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Fabrika2024DataSet.Designer.cs">
  72. <AutoGen>True</AutoGen>
  73. <DesignTime>True</DesignTime>
  74. <DependentUpon>Fabrika2024DataSet.xsd</DependentUpon>
  75. </Compile>
  76. <Compile Include="fAddZakaz.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="fAddZakaz.Designer.cs">
  80. <DependentUpon>fAddZakaz.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="fAvtoriz.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="fAvtoriz.Designer.cs">
  86. <DependentUpon>fAvtoriz.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="fGetMaterial.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="fGetMaterial.Designer.cs">
  92. <DependentUpon>fGetMaterial.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="fKladovschik.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="fKladovschik.Designer.cs">
  98. <DependentUpon>fKladovschik.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="fLevenshtein.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="fLevenshtein.Designer.cs">
  104. <DependentUpon>fLevenshtein.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="fManager.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="fManager.Designer.cs">
  110. <DependentUpon>fManager.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="fProfil.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="fProfil.Designer.cs">
  116. <DependentUpon>fProfil.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="fRegistracia.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="fRegistracia.Designer.cs">
  122. <DependentUpon>fRegistracia.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="fSpisMaterial.cs">
  125. <SubType>Form</SubType>
  126. </Compile>
  127. <Compile Include="fSpisMaterial.Designer.cs">
  128. <DependentUpon>fSpisMaterial.cs</DependentUpon>
  129. </Compile>
  130. <Compile Include="fZakazchik.cs">
  131. <SubType>Form</SubType>
  132. </Compile>
  133. <Compile Include="fZakazchik.Designer.cs">
  134. <DependentUpon>fZakazchik.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="Program.cs" />
  137. <Compile Include="Properties\AssemblyInfo.cs" />
  138. <EmbeddedResource Include="fAddZakaz.resx">
  139. <DependentUpon>fAddZakaz.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="fAvtoriz.resx">
  142. <DependentUpon>fAvtoriz.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="fGetMaterial.resx">
  145. <DependentUpon>fGetMaterial.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="fKladovschik.resx">
  148. <DependentUpon>fKladovschik.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="fLevenshtein.resx">
  151. <DependentUpon>fLevenshtein.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="fManager.resx">
  154. <DependentUpon>fManager.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="fProfil.resx">
  157. <DependentUpon>fProfil.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="fRegistracia.resx">
  160. <DependentUpon>fRegistracia.cs</DependentUpon>
  161. </EmbeddedResource>
  162. <EmbeddedResource Include="fSpisMaterial.resx">
  163. <DependentUpon>fSpisMaterial.cs</DependentUpon>
  164. </EmbeddedResource>
  165. <EmbeddedResource Include="fZakazchik.resx">
  166. <DependentUpon>fZakazchik.cs</DependentUpon>
  167. </EmbeddedResource>
  168. <EmbeddedResource Include="Properties\Resources.resx">
  169. <Generator>ResXFileCodeGenerator</Generator>
  170. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  171. <SubType>Designer</SubType>
  172. </EmbeddedResource>
  173. <Compile Include="Properties\Resources.Designer.cs">
  174. <AutoGen>True</AutoGen>
  175. <DependentUpon>Resources.resx</DependentUpon>
  176. <DesignTime>True</DesignTime>
  177. </Compile>
  178. <None Include="Fabrika2024DataSet.xsc">
  179. <DependentUpon>Fabrika2024DataSet.xsd</DependentUpon>
  180. </None>
  181. <None Include="Fabrika2024DataSet.xsd">
  182. <Generator>MSDataSetGenerator</Generator>
  183. <LastGenOutput>Fabrika2024DataSet.Designer.cs</LastGenOutput>
  184. <SubType>Designer</SubType>
  185. </None>
  186. <None Include="Fabrika2024DataSet.xss">
  187. <DependentUpon>Fabrika2024DataSet.xsd</DependentUpon>
  188. </None>
  189. <None Include="Properties\Settings.settings">
  190. <Generator>SettingsSingleFileGenerator</Generator>
  191. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  192. </None>
  193. <Compile Include="Properties\Settings.Designer.cs">
  194. <AutoGen>True</AutoGen>
  195. <DependentUpon>Settings.settings</DependentUpon>
  196. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  197. </Compile>
  198. </ItemGroup>
  199. <ItemGroup>
  200. <None Include="App.config" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <None Include="Resources\fabric_logo.png" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Content Include="fabric_logo.ico" />
  207. <Content Include="Resources\dll\PasswordCheckDll.dll" />
  208. <None Include="Resources\picture.png" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  212. <Visible>False</Visible>
  213. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
  214. <Install>true</Install>
  215. </BootstrapperPackage>
  216. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  217. <Visible>False</Visible>
  218. <ProductName>.NET Framework 3.5 SP1</ProductName>
  219. <Install>false</Install>
  220. </BootstrapperPackage>
  221. </ItemGroup>
  222. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  223. </Project>