Archives Center.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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>{AD212B1D-0EA0-432E-BD58-EB028B4B0E75}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Archives_Center</RootNamespace>
  10. <AssemblyName>Archives Center</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. <PropertyGroup>
  36. <ApplicationIcon>Icon_0105.ico</ApplicationIcon>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\x64\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>x64</PlatformTarget>
  44. <LangVersion>7.3</LangVersion>
  45. <ErrorReport>prompt</ErrorReport>
  46. <Prefer32Bit>true</Prefer32Bit>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  49. <OutputPath>bin\x64\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <Optimize>true</Optimize>
  52. <DebugType>pdbonly</DebugType>
  53. <PlatformTarget>x64</PlatformTarget>
  54. <LangVersion>7.3</LangVersion>
  55. <ErrorReport>prompt</ErrorReport>
  56. <Prefer32Bit>true</Prefer32Bit>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <StartupObject>Archives_Center.Program</StartupObject>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
  62. <DebugSymbols>true</DebugSymbols>
  63. <OutputPath>bin\ARM64\Debug\</OutputPath>
  64. <DefineConstants>DEBUG;TRACE</DefineConstants>
  65. <DebugType>full</DebugType>
  66. <PlatformTarget>ARM64</PlatformTarget>
  67. <LangVersion>7.3</LangVersion>
  68. <ErrorReport>prompt</ErrorReport>
  69. <Prefer32Bit>true</Prefer32Bit>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
  72. <OutputPath>bin\ARM64\Release\</OutputPath>
  73. <DefineConstants>TRACE</DefineConstants>
  74. <Optimize>true</Optimize>
  75. <DebugType>pdbonly</DebugType>
  76. <PlatformTarget>ARM64</PlatformTarget>
  77. <LangVersion>7.3</LangVersion>
  78. <ErrorReport>prompt</ErrorReport>
  79. <Prefer32Bit>true</Prefer32Bit>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  82. <DebugSymbols>true</DebugSymbols>
  83. <OutputPath>bin\x86\Debug\</OutputPath>
  84. <DefineConstants>DEBUG;TRACE</DefineConstants>
  85. <DebugType>full</DebugType>
  86. <PlatformTarget>x86</PlatformTarget>
  87. <LangVersion>7.3</LangVersion>
  88. <ErrorReport>prompt</ErrorReport>
  89. <Prefer32Bit>true</Prefer32Bit>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  92. <OutputPath>bin\x86\Release\</OutputPath>
  93. <DefineConstants>TRACE</DefineConstants>
  94. <Optimize>true</Optimize>
  95. <DebugType>pdbonly</DebugType>
  96. <PlatformTarget>x86</PlatformTarget>
  97. <LangVersion>7.3</LangVersion>
  98. <ErrorReport>prompt</ErrorReport>
  99. <Prefer32Bit>true</Prefer32Bit>
  100. </PropertyGroup>
  101. <ItemGroup>
  102. <Reference Include="ICSharpCode.SharpZipLib, Version=1.4.2.13, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  103. <HintPath>packages\SharpZipLib.1.4.2\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System" />
  106. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  107. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Core" />
  110. <Reference Include="System.IO.Compression" />
  111. <Reference Include="System.IO.Compression.FileSystem" />
  112. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  113. <HintPath>packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Numerics" />
  116. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  117. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  120. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Security" />
  123. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  124. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Xml.Linq" />
  127. <Reference Include="System.Data.DataSetExtensions" />
  128. <Reference Include="Microsoft.CSharp" />
  129. <Reference Include="System.Data" />
  130. <Reference Include="System.Deployment" />
  131. <Reference Include="System.Drawing" />
  132. <Reference Include="System.Net.Http" />
  133. <Reference Include="System.Windows.Forms" />
  134. <Reference Include="System.Xml" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Compile Include="AboutBox1.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="AboutBox1.Designer.cs">
  141. <DependentUpon>AboutBox1.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="backups.cs">
  144. <SubType>Form</SubType>
  145. </Compile>
  146. <Compile Include="backups.Designer.cs">
  147. <DependentUpon>backups.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="CreateLog.cs">
  150. <SubType>Form</SubType>
  151. </Compile>
  152. <Compile Include="CreateLog.Designer.cs">
  153. <DependentUpon>CreateLog.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="DeleteFolderWithAdminRights.cs" />
  156. <Compile Include="Form1.cs">
  157. <SubType>Form</SubType>
  158. </Compile>
  159. <Compile Include="Form1.Designer.cs">
  160. <DependentUpon>Form1.cs</DependentUpon>
  161. </Compile>
  162. <Compile Include="LogDetail.cs">
  163. <SubType>Form</SubType>
  164. </Compile>
  165. <Compile Include="LogDetail.Designer.cs">
  166. <DependentUpon>LogDetail.cs</DependentUpon>
  167. </Compile>
  168. <Compile Include="login.cs">
  169. <SubType>Form</SubType>
  170. </Compile>
  171. <Compile Include="login.Designer.cs">
  172. <DependentUpon>login.cs</DependentUpon>
  173. </Compile>
  174. <Compile Include="Program.cs" />
  175. <Compile Include="Properties\AssemblyInfo.cs" />
  176. <Compile Include="register.cs">
  177. <SubType>Form</SubType>
  178. </Compile>
  179. <Compile Include="register.Designer.cs">
  180. <DependentUpon>register.cs</DependentUpon>
  181. </Compile>
  182. <Compile Include="SevenZipHelper.cs" />
  183. <EmbeddedResource Include="AboutBox1.resx">
  184. <DependentUpon>AboutBox1.cs</DependentUpon>
  185. </EmbeddedResource>
  186. <EmbeddedResource Include="backups.resx">
  187. <DependentUpon>backups.cs</DependentUpon>
  188. </EmbeddedResource>
  189. <EmbeddedResource Include="CreateLog.resx">
  190. <DependentUpon>CreateLog.cs</DependentUpon>
  191. </EmbeddedResource>
  192. <EmbeddedResource Include="Form1.resx">
  193. <DependentUpon>Form1.cs</DependentUpon>
  194. </EmbeddedResource>
  195. <EmbeddedResource Include="LogDetail.resx">
  196. <DependentUpon>LogDetail.cs</DependentUpon>
  197. </EmbeddedResource>
  198. <EmbeddedResource Include="login.resx">
  199. <DependentUpon>login.cs</DependentUpon>
  200. </EmbeddedResource>
  201. <EmbeddedResource Include="Properties\Resources.resx">
  202. <Generator>ResXFileCodeGenerator</Generator>
  203. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  204. <SubType>Designer</SubType>
  205. </EmbeddedResource>
  206. <Compile Include="Properties\Resources.Designer.cs">
  207. <AutoGen>True</AutoGen>
  208. <DependentUpon>Resources.resx</DependentUpon>
  209. <DesignTime>True</DesignTime>
  210. </Compile>
  211. <EmbeddedResource Include="register.resx">
  212. <DependentUpon>register.cs</DependentUpon>
  213. </EmbeddedResource>
  214. <None Include="packages.config" />
  215. <None Include="Properties\Settings.settings">
  216. <Generator>SettingsSingleFileGenerator</Generator>
  217. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  218. </None>
  219. <Compile Include="Properties\Settings.Designer.cs">
  220. <AutoGen>True</AutoGen>
  221. <DependentUpon>Settings.settings</DependentUpon>
  222. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  223. </Compile>
  224. </ItemGroup>
  225. <ItemGroup>
  226. <None Include="App.config" />
  227. </ItemGroup>
  228. <ItemGroup>
  229. <None Include="Resources\Icon_9711.png" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <None Include="Resources\Icon_9238.png" />
  233. </ItemGroup>
  234. <ItemGroup>
  235. <None Include="Resources\Icon_0086.png" />
  236. </ItemGroup>
  237. <ItemGroup>
  238. <None Include="Resources\Icon_0085.png" />
  239. </ItemGroup>
  240. <ItemGroup>
  241. <None Include="Resources\Icon_4253.png" />
  242. </ItemGroup>
  243. <ItemGroup>
  244. <None Include="Resources\Icon_3157.png" />
  245. </ItemGroup>
  246. <ItemGroup>
  247. <None Include="Resources\Icon_1988.png" />
  248. </ItemGroup>
  249. <ItemGroup>
  250. <None Include="Resources\Icon_8823.png" />
  251. </ItemGroup>
  252. <ItemGroup>
  253. <None Include="Resources\Icon_9631.png" />
  254. </ItemGroup>
  255. <ItemGroup>
  256. <None Include="Resources\Icon_0093.ico" />
  257. </ItemGroup>
  258. <ItemGroup>
  259. <None Include="Resources\Icon_1223.png" />
  260. </ItemGroup>
  261. <ItemGroup>
  262. <None Include="Resources\Icon_0048.png" />
  263. </ItemGroup>
  264. <ItemGroup>
  265. <None Include="Resources\Icon_0486.png" />
  266. </ItemGroup>
  267. <ItemGroup>
  268. <None Include="Resources\Icon_1047.png" />
  269. </ItemGroup>
  270. <ItemGroup>
  271. <Content Include="Icon_0105.ico" />
  272. <None Include="Resources\Icon_0909.png" />
  273. <None Include="Resources\2_bc3d32a696895f78c19df6c717586a5d~1.jpg" />
  274. <None Include="Resources\Icon_0622.png" />
  275. <None Include="Resources\Icon_0798.png" />
  276. <None Include="Resources\256_Icon_0105.png" />
  277. <None Include="Resources\Icon_0105.png" />
  278. <None Include="Resources\Icon_1235.png" />
  279. <None Include="Resources\Icon_1348.png" />
  280. <None Include="Resources\Icon_1383.png" />
  281. <None Include="Resources\Icon_9930.png" />
  282. <None Include="Resources\Icon_8882.png" />
  283. <None Include="Resources\Icon_1100.png" />
  284. <None Include="Resources\Icon_0093_0000.png" />
  285. </ItemGroup>
  286. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  287. </Project>