SCBC Factory Tools.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  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>{865D604D-3E42-401A-9E5D-AAC9D517A04C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>SCBC_Factory_Tools</RootNamespace>
  10. <AssemblyName>SCBC Factory Tools</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  17. <TargetFrameworkProfile />
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>3.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. <LangVersion>8.0</LangVersion>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <Prefer32Bit>true</Prefer32Bit>
  54. <LangVersion>8.0</LangVersion>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ApplicationIcon>Icons\SCBC Factory Tools.ico</ApplicationIcon>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ApplicationManifest>app.manifest</ApplicationManifest>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="CSkin, Version=16.1.14.3, Culture=neutral, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>Lib\CSkin\CSkin.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Devaof.DB.SqlBuilder, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>Lib\SQLite\Devaof.DB.SqlBuilder.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Devaof.DB.SQLite, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>Lib\SQLite\Devaof.DB.SQLite.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>Lib\Newtonsoft.Json\Newtonsoft.Json.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Configuration" />
  81. <Reference Include="System.Core" />
  82. <Reference Include="System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  83. <HintPath>packages\System.Data.SQLite.Core.1.0.111.0\lib\net40\System.Data.SQLite.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Design" />
  86. <Reference Include="System.Management" />
  87. <Reference Include="System.Web" />
  88. <Reference Include="System.Web.Extensions" />
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Deployment" />
  94. <Reference Include="System.Drawing" />
  95. <Reference Include="System.Windows.Forms" />
  96. <Reference Include="System.Xml" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="Business\CommonMethod.cs" />
  100. <Compile Include="Business\Countkey.cs" />
  101. <Compile Include="Verify\CRC-CCITT %280xFFFF%29.cs" />
  102. <Compile Include="Verify\CRCUtils.cs" />
  103. <Compile Include="Views\CreateDBManually.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="Views\CreateDBManually.Designer.cs">
  107. <DependentUpon>CreateDBManually.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="Views\Upgrade.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="Views\Upgrade.Designer.cs">
  113. <DependentUpon>Upgrade.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="Views\Download.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="Views\Download.Designer.cs">
  119. <DependentUpon>Download.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Views\Main.cs">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. <Compile Include="Views\Main.Designer.cs">
  125. <DependentUpon>Main.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="Http\FormPost.cs" />
  128. <Compile Include="Verify\GetMD5.cs" />
  129. <Compile Include="Http\HttpHelper.cs" />
  130. <Compile Include="Config\Iniconfig.cs" />
  131. <Compile Include="Views\Login.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="Views\Login.Designer.cs">
  135. <DependentUpon>Login.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="LResource.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DesignTime>True</DesignTime>
  140. <DependentUpon>LResource.resx</DependentUpon>
  141. </Compile>
  142. <Compile Include="Views\OperationPanel.cs">
  143. <SubType>Form</SubType>
  144. </Compile>
  145. <Compile Include="Views\OperationPanel.Designer.cs">
  146. <DependentUpon>OperationPanel.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="Program.cs" />
  149. <Compile Include="Properties\AssemblyInfo.cs" />
  150. <Compile Include="IO\SerialCMD.cs" />
  151. <Compile Include="IO\SerialInit.cs" />
  152. <Compile Include="Database\SQLiteHelper.cs" />
  153. <Compile Include="Models\StructList.cs" />
  154. <Compile Include="LogHelper\Writelog.cs" />
  155. <Compile Include="Http\Xmlconfig.cs" />
  156. <EmbeddedResource Include="Views\CreateDBManually.resx">
  157. <DependentUpon>CreateDBManually.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="Views\CreateDBManually.zh-CN.resx">
  160. <DependentUpon>CreateDBManually.cs</DependentUpon>
  161. </EmbeddedResource>
  162. <EmbeddedResource Include="Views\Upgrade.resx">
  163. <DependentUpon>Upgrade.cs</DependentUpon>
  164. </EmbeddedResource>
  165. <EmbeddedResource Include="Views\Download.resx">
  166. <DependentUpon>Download.cs</DependentUpon>
  167. </EmbeddedResource>
  168. <EmbeddedResource Include="Views\Main.resx">
  169. <DependentUpon>Main.cs</DependentUpon>
  170. </EmbeddedResource>
  171. <EmbeddedResource Include="Views\Main.zh-CN.resx">
  172. <DependentUpon>Main.cs</DependentUpon>
  173. </EmbeddedResource>
  174. <EmbeddedResource Include="Views\Login.resx">
  175. <DependentUpon>Login.cs</DependentUpon>
  176. </EmbeddedResource>
  177. <EmbeddedResource Include="Views\Login.zh-CN.resx">
  178. <DependentUpon>Login.cs</DependentUpon>
  179. </EmbeddedResource>
  180. <EmbeddedResource Include="LResource.resx">
  181. <Generator>ResXFileCodeGenerator</Generator>
  182. <LastGenOutput>LResource.Designer.cs</LastGenOutput>
  183. </EmbeddedResource>
  184. <EmbeddedResource Include="LResource.zh-CN.resx" />
  185. <EmbeddedResource Include="Views\OperationPanel.resx">
  186. <DependentUpon>OperationPanel.cs</DependentUpon>
  187. </EmbeddedResource>
  188. <EmbeddedResource Include="Views\OperationPanel.zh-CN.resx">
  189. <DependentUpon>OperationPanel.cs</DependentUpon>
  190. </EmbeddedResource>
  191. <EmbeddedResource Include="Properties\Resources.resx">
  192. <Generator>ResXFileCodeGenerator</Generator>
  193. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  194. <SubType>Designer</SubType>
  195. </EmbeddedResource>
  196. <Compile Include="Properties\Resources.Designer.cs">
  197. <AutoGen>True</AutoGen>
  198. <DependentUpon>Resources.resx</DependentUpon>
  199. <DesignTime>True</DesignTime>
  200. </Compile>
  201. <None Include="app.config" />
  202. <None Include="app.manifest" />
  203. <None Include="Config.json" />
  204. <None Include="Config\Config.json" />
  205. <None Include="Lib\SQLite\System.Data.SQLite.dll.config" />
  206. <None Include="Packagescript\setup without net40.nsi" />
  207. <None Include="Packagescript\setup.nsi" />
  208. <None Include="Properties\Settings.settings">
  209. <Generator>SettingsSingleFileGenerator</Generator>
  210. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  211. </None>
  212. <Compile Include="Properties\Settings.Designer.cs">
  213. <AutoGen>True</AutoGen>
  214. <DependentUpon>Settings.settings</DependentUpon>
  215. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  216. </Compile>
  217. </ItemGroup>
  218. <ItemGroup>
  219. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  220. <Visible>False</Visible>
  221. <ProductName>.NET Framework 3.5 SP1</ProductName>
  222. <Install>false</Install>
  223. </BootstrapperPackage>
  224. </ItemGroup>
  225. <ItemGroup>
  226. <Content Include="Icons\icon.ico" />
  227. <Content Include="Icons\operation icon.ico" />
  228. <Content Include="Icons\SCBC Factory Tools.ico" />
  229. <Content Include="Lib\CSkin\CSkin.dll">
  230. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  231. </Content>
  232. <Content Include="Lib\CSkin\CSkin.xml">
  233. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  234. </Content>
  235. <Content Include="Lib\Newtonsoft.Json\Newtonsoft.Json.dll">
  236. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  237. </Content>
  238. <Content Include="Lib\SQLite\Devaof.DB.SqlBuilder.dll" />
  239. <Content Include="Lib\SQLite\Devaof.DB.SQLite.dll" />
  240. <Content Include="Lib\SQLite\System.Data.SQLite.dll" />
  241. <Content Include="Lib\SQLite\System.Data.SQLite.xml" />
  242. <Content Include="Lib\SQLite\x64\SQLite.Interop.dll" />
  243. <Content Include="Lib\SQLite\x86\SQLite.Interop.dll" />
  244. <Content Include="Licence.txt" />
  245. <Content Include="Runtime\dotnetfx45_full_x86_x64.exe" />
  246. <Content Include="Upgradelog\Licence3.0.0.1.txt" />
  247. <Content Include="Upgradelog\Licence3.0.0.2.txt" />
  248. <Content Include="Upgradelog\Licence3.0.0.3.txt" />
  249. <Content Include="Upgradelog\Licence3.0.0.5.txt" />
  250. <Content Include="Upgradelog\Licence3.0.0.6.txt" />
  251. <Content Include="Upgradelog\Licence3.0.0.7.txt" />
  252. <Content Include="Upgradelog\Licence3.0.0.8.txt" />
  253. <Content Include="Upgradelog\Licence3.0.0.9.txt" />
  254. <Content Include="Upgradelog\Licence3.0.1.0.txt" />
  255. <Content Include="Upgradelog\Licence3.0.1.1.txt" />
  256. <Content Include="Upgradelog\Licence3.0.1.2.txt" />
  257. <Content Include="Upgradelog\Licence3.0.1.3,4.txt" />
  258. <Content Include="Upgradelog\Licence3.0.1.5.txt" />
  259. <Content Include="Upgradelog\Licence3.0.1.6.txt" />
  260. <Content Include="Upgradelog\Licence3.0.1.8.txt" />
  261. <Content Include="Upgradelog\Licence3.0.2.0.txt" />
  262. <Content Include="Upgradelog\Licence3.0.2.1.txt" />
  263. <Content Include="Upgradelog\Licence3.0.2.2.txt" />
  264. <Content Include="Upgradelog\Licence3.0.2.3.txt" />
  265. <Content Include="Upgradelog\Licence3.0.2.4.txt" />
  266. <Content Include="Upgradelog\Licence3.0.2.5.txt" />
  267. <Content Include="Upgradelog\Licence3.0.2.6.txt" />
  268. <Content Include="Upgradelog\Licence3.0.2.7.txt" />
  269. <Content Include="Upgradelog\Licence3.0.2.8.txt" />
  270. <Content Include="Upgradelog\Licence3.0.2.9.txt" />
  271. <Content Include="Upgradelog\Licence3.0.3.0.txt" />
  272. <Content Include="Upgradelog\Licence3.0.3.1.txt" />
  273. <Content Include="Upgradelog\Licence3.0.3.2.txt" />
  274. <Content Include="Upgradelog\Licence3.0.3.3.txt" />
  275. <Content Include="Upgradelog\Licence3.0.3.4.txt" />
  276. <Content Include="Upgradelog\Licence3.0.3.5.txt" />
  277. <Content Include="Upgradelog\Licence3.0.3.7.txt" />
  278. <Content Include="Upgradelog\Licence3.0.3.8.txt" />
  279. <Content Include="Upgradelog\Licence3.0.3.9.txt" />
  280. <Content Include="Upgradelog\Licence3.0.4.0.txt" />
  281. <Content Include="Upgradelog\Licence3.0.4.1.txt" />
  282. <Content Include="Upgradelog\Licence3.0.4.3.txt" />
  283. <Content Include="Upgradelog\Licence3.0.4.4.txt" />
  284. <Content Include="Upgradelog\Licence3.0.4.5.txt" />
  285. <Content Include="Upgradelog\Licence3.0.4.6.txt" />
  286. <Content Include="Upgradelog\Licence3.0.4.7.txt" />
  287. <Content Include="Upgradelog\Licence3.0.4.8.txt" />
  288. <Content Include="Upgradelog\Licence3.0.4.9.txt" />
  289. <Content Include="Upgradelog\Licence3.0.5.0.txt" />
  290. </ItemGroup>
  291. <ItemGroup>
  292. <WCFMetadata Include="Connected Services\" />
  293. </ItemGroup>
  294. <ItemGroup />
  295. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  296. <Import Project="packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets')" />
  297. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  298. <PropertyGroup>
  299. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  300. </PropertyGroup>
  301. <Error Condition="!Exists('packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets'))" />
  302. </Target>
  303. <ProjectExtensions>
  304. <VisualStudio>
  305. <UserProperties config_1json__JsonSchema="" />
  306. </VisualStudio>
  307. </ProjectExtensions>
  308. </Project>