MOKA Factory Tools.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  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>MOKA_Factory_Tools</RootNamespace>
  10. <AssemblyName>MOKA Factory Tools</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</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>TRACE;DEBUG</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>none</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. <DebugSymbols>false</DebugSymbols>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ApplicationIcon>Icons\SCBC Factory Tools.ico</ApplicationIcon>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <ApplicationManifest>app.manifest</ApplicationManifest>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Simulation|AnyCPU'">
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>bin\Simulation\</OutputPath>
  66. <DefineConstants>TRACE;DEBUG;SIMULATION</DefineConstants>
  67. <DebugType>full</DebugType>
  68. <PlatformTarget>AnyCPU</PlatformTarget>
  69. <LangVersion>8.0</LangVersion>
  70. <ErrorReport>prompt</ErrorReport>
  71. <Prefer32Bit>true</Prefer32Bit>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Download|AnyCPU'">
  74. <OutputPath>bin\Download\</OutputPath>
  75. <DefineConstants>TRACE;OD_VER</DefineConstants>
  76. <Optimize>false</Optimize>
  77. <PlatformTarget>AnyCPU</PlatformTarget>
  78. <LangVersion>8.0</LangVersion>
  79. <ErrorReport>prompt</ErrorReport>
  80. <Prefer32Bit>true</Prefer32Bit>
  81. <DebugType>full</DebugType>
  82. <DebugSymbols>true</DebugSymbols>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'TTE_Release|AnyCPU'">
  85. <OutputPath>bin\TTE_Release\</OutputPath>
  86. <DefineConstants>TRACE;TTE</DefineConstants>
  87. <Optimize>true</Optimize>
  88. <PlatformTarget>AnyCPU</PlatformTarget>
  89. <LangVersion>8.0</LangVersion>
  90. <ErrorReport>prompt</ErrorReport>
  91. <Prefer32Bit>true</Prefer32Bit>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'TTE_Debug|AnyCPU'">
  94. <DebugSymbols>true</DebugSymbols>
  95. <OutputPath>bin\TTE_Debug\</OutputPath>
  96. <DefineConstants>TRACE;DEBUG;TTE</DefineConstants>
  97. <DebugType>full</DebugType>
  98. <PlatformTarget>AnyCPU</PlatformTarget>
  99. <LangVersion>8.0</LangVersion>
  100. <ErrorReport>prompt</ErrorReport>
  101. <Prefer32Bit>true</Prefer32Bit>
  102. </PropertyGroup>
  103. <ItemGroup>
  104. <Reference Include="CSkin, Version=16.1.14.3, Culture=neutral, processorArchitecture=MSIL">
  105. <SpecificVersion>False</SpecificVersion>
  106. <HintPath>Lib\CSkin\CSkin.dll</HintPath>
  107. </Reference>
  108. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  109. <SpecificVersion>False</SpecificVersion>
  110. <HintPath>Lib\Newtonsoft.Json\Newtonsoft.Json.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System" />
  113. <Reference Include="System.Configuration" />
  114. <Reference Include="System.Core" />
  115. <Reference Include="System.Data.SQLite, Version=1.0.115.5, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  116. <HintPath>packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\lib\net46\System.Data.SQLite.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Design" />
  119. <Reference Include="System.Management" />
  120. <Reference Include="System.Web" />
  121. <Reference Include="System.Web.Extensions" />
  122. <Reference Include="System.Xml.Linq" />
  123. <Reference Include="System.Data.DataSetExtensions" />
  124. <Reference Include="Microsoft.CSharp" />
  125. <Reference Include="System.Data" />
  126. <Reference Include="System.Deployment" />
  127. <Reference Include="System.Drawing" />
  128. <Reference Include="System.Windows.Forms" />
  129. <Reference Include="System.Xml" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Compile Include="BLL\NTFBLL.cs" />
  133. <Compile Include="Business\CommonMethod.cs" />
  134. <Compile Include="Business\Countkey.cs" />
  135. <Compile Include="Business\GMethod.cs" />
  136. <Compile Include="Business\SanhuaMethod.cs" />
  137. <Compile Include="Business\V2Method.cs" />
  138. <Compile Include="DAL\BaseDAL.cs" />
  139. <Compile Include="DAL\DAL_AMResult.cs" />
  140. <Compile Include="DAL\DAL_AMYields.cs" />
  141. <Compile Include="Database\CommandInfo.cs" />
  142. <Compile Include="Database\ConnectionParameters.cs" />
  143. <Compile Include="Database\DbHelper.cs" />
  144. <Compile Include="LResource.zh-CN.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DesignTime>True</DesignTime>
  147. <DependentUpon>LResource.zh-CN.resx</DependentUpon>
  148. </Compile>
  149. <Compile Include="Models\AMResult.cs" />
  150. <Compile Include="Models\AMYields.cs" />
  151. <Compile Include="Verify\CRC-CCITT %280xFFFF%29.cs" />
  152. <Compile Include="Verify\CRCUtils.cs" />
  153. <Compile Include="Views\CreateDBManually.cs">
  154. <SubType>Form</SubType>
  155. </Compile>
  156. <Compile Include="Views\CreateDBManually.Designer.cs">
  157. <DependentUpon>CreateDBManually.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="Views\SanhuaMES.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="Views\SanhuaMES.Designer.cs">
  163. <DependentUpon>SanhuaMES.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="Views\Upgrade.cs">
  166. <SubType>Form</SubType>
  167. </Compile>
  168. <Compile Include="Views\Upgrade.Designer.cs">
  169. <DependentUpon>Upgrade.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="Views\Download.cs">
  172. <SubType>Form</SubType>
  173. </Compile>
  174. <Compile Include="Views\Download.Designer.cs">
  175. <DependentUpon>Download.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="Views\Main.cs">
  178. <SubType>Form</SubType>
  179. </Compile>
  180. <Compile Include="Views\Main.Designer.cs">
  181. <DependentUpon>Main.cs</DependentUpon>
  182. </Compile>
  183. <Compile Include="Http\FormPost.cs" />
  184. <Compile Include="Verify\GetMD5.cs" />
  185. <Compile Include="Http\HttpHelper.cs" />
  186. <Compile Include="Config\Iniconfig.cs" />
  187. <Compile Include="Views\Login.cs">
  188. <SubType>Form</SubType>
  189. </Compile>
  190. <Compile Include="Views\Login.Designer.cs">
  191. <DependentUpon>Login.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="LResource.Designer.cs">
  194. <AutoGen>True</AutoGen>
  195. <DesignTime>True</DesignTime>
  196. <DependentUpon>LResource.resx</DependentUpon>
  197. </Compile>
  198. <Compile Include="Views\OperationPanel.cs">
  199. <SubType>Form</SubType>
  200. </Compile>
  201. <Compile Include="Views\OperationPanel.Designer.cs">
  202. <DependentUpon>OperationPanel.cs</DependentUpon>
  203. </Compile>
  204. <Compile Include="Program.cs" />
  205. <Compile Include="Properties\AssemblyInfo.cs" />
  206. <Compile Include="IO\SerialCMD.cs" />
  207. <Compile Include="IO\SerialInit.cs" />
  208. <Compile Include="Database\SQLiteHelper.cs" />
  209. <Compile Include="Models\StructList.cs" />
  210. <Compile Include="LogHelper\Writelog.cs" />
  211. <Compile Include="Http\Xmlconfig.cs" />
  212. <Compile Include="Views\Verify.cs">
  213. <SubType>Form</SubType>
  214. </Compile>
  215. <Compile Include="Views\Verify.Designer.cs">
  216. <DependentUpon>Verify.cs</DependentUpon>
  217. </Compile>
  218. <EmbeddedResource Include="Views\CreateDBManually.resx">
  219. <DependentUpon>CreateDBManually.cs</DependentUpon>
  220. </EmbeddedResource>
  221. <EmbeddedResource Include="Views\CreateDBManually.zh-CN.resx">
  222. <DependentUpon>CreateDBManually.cs</DependentUpon>
  223. </EmbeddedResource>
  224. <EmbeddedResource Include="Views\OperationPanel.zh-CN.resx">
  225. <DependentUpon>OperationPanel.cs</DependentUpon>
  226. </EmbeddedResource>
  227. <EmbeddedResource Include="Views\SanhuaMES.resx">
  228. <DependentUpon>SanhuaMES.cs</DependentUpon>
  229. </EmbeddedResource>
  230. <EmbeddedResource Include="Views\Upgrade.resx">
  231. <DependentUpon>Upgrade.cs</DependentUpon>
  232. </EmbeddedResource>
  233. <EmbeddedResource Include="Views\Download.resx">
  234. <DependentUpon>Download.cs</DependentUpon>
  235. </EmbeddedResource>
  236. <EmbeddedResource Include="Views\Main.resx">
  237. <DependentUpon>Main.cs</DependentUpon>
  238. <SubType>Designer</SubType>
  239. </EmbeddedResource>
  240. <EmbeddedResource Include="Views\Main.zh-CN.resx">
  241. <DependentUpon>Main.cs</DependentUpon>
  242. <SubType>Designer</SubType>
  243. </EmbeddedResource>
  244. <EmbeddedResource Include="Views\Login.resx">
  245. <DependentUpon>Login.cs</DependentUpon>
  246. <SubType>Designer</SubType>
  247. </EmbeddedResource>
  248. <EmbeddedResource Include="Views\Login.zh-CN.resx">
  249. <DependentUpon>Login.cs</DependentUpon>
  250. <SubType>Designer</SubType>
  251. </EmbeddedResource>
  252. <EmbeddedResource Include="LResource.resx">
  253. <Generator>ResXFileCodeGenerator</Generator>
  254. <LastGenOutput>LResource.Designer.cs</LastGenOutput>
  255. <SubType>Designer</SubType>
  256. </EmbeddedResource>
  257. <EmbeddedResource Include="LResource.zh-CN.resx">
  258. <SubType>Designer</SubType>
  259. <Generator>ResXFileCodeGenerator</Generator>
  260. <LastGenOutput>LResource.zh-CN.Designer.cs</LastGenOutput>
  261. </EmbeddedResource>
  262. <EmbeddedResource Include="Views\OperationPanel.resx">
  263. <DependentUpon>OperationPanel.cs</DependentUpon>
  264. <SubType>Designer</SubType>
  265. </EmbeddedResource>
  266. <EmbeddedResource Include="Properties\Resources.resx">
  267. <Generator>ResXFileCodeGenerator</Generator>
  268. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  269. <SubType>Designer</SubType>
  270. </EmbeddedResource>
  271. <Compile Include="Properties\Resources.Designer.cs">
  272. <AutoGen>True</AutoGen>
  273. <DependentUpon>Resources.resx</DependentUpon>
  274. <DesignTime>True</DesignTime>
  275. </Compile>
  276. <EmbeddedResource Include="Views\Verify.resx">
  277. <DependentUpon>Verify.cs</DependentUpon>
  278. </EmbeddedResource>
  279. <None Include="app.config" />
  280. <None Include="app.manifest" />
  281. <None Include="Config.json" />
  282. <None Include="Config\Config.json" />
  283. <None Include="Lib\SQLite\System.Data.SQLite.dll.config" />
  284. <None Include="packages.config" />
  285. <None Include="Packagescript\setup without net40.nsi" />
  286. <None Include="Packagescript\setup.nsi" />
  287. <None Include="Properties\Settings.settings">
  288. <Generator>SettingsSingleFileGenerator</Generator>
  289. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  290. </None>
  291. <Compile Include="Properties\Settings.Designer.cs">
  292. <AutoGen>True</AutoGen>
  293. <DependentUpon>Settings.settings</DependentUpon>
  294. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  295. </Compile>
  296. </ItemGroup>
  297. <ItemGroup>
  298. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  299. <Visible>False</Visible>
  300. <ProductName>.NET Framework 3.5 SP1</ProductName>
  301. <Install>false</Install>
  302. </BootstrapperPackage>
  303. </ItemGroup>
  304. <ItemGroup>
  305. <Content Include="Icons\icon.ico" />
  306. <Content Include="Icons\operation icon.ico" />
  307. <Content Include="Icons\SCBC Factory Tools.ico" />
  308. <Content Include="Lib\CSkin\CSkin.dll">
  309. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  310. </Content>
  311. <Content Include="Lib\CSkin\CSkin.xml">
  312. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  313. </Content>
  314. <Content Include="Lib\Newtonsoft.Json\Newtonsoft.Json.dll">
  315. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  316. </Content>
  317. <Content Include="Lib\SQLite\Devaof.DB.SqlBuilder.dll" />
  318. <Content Include="Lib\SQLite\Devaof.DB.SQLite.dll" />
  319. <Content Include="Lib\SQLite\System.Data.SQLite.dll" />
  320. <Content Include="Lib\SQLite\System.Data.SQLite.xml" />
  321. <Content Include="Lib\SQLite\x64\SQLite.Interop.dll" />
  322. <Content Include="Lib\SQLite\x86\SQLite.Interop.dll" />
  323. <Content Include="Licence.txt" />
  324. <None Include="Resources\%24this.Icon.ico" />
  325. <Content Include="Runtime\dotnetfx45_full_x86_x64.exe" />
  326. <Content Include="Upgradelog\Licence3.0.0.1.txt" />
  327. <Content Include="Upgradelog\Licence3.0.0.2.txt" />
  328. <Content Include="Upgradelog\Licence3.0.0.3.txt" />
  329. <Content Include="Upgradelog\Licence3.0.0.5.txt" />
  330. <Content Include="Upgradelog\Licence3.0.0.6.txt" />
  331. <Content Include="Upgradelog\Licence3.0.0.7.txt" />
  332. <Content Include="Upgradelog\Licence3.0.0.8.txt" />
  333. <Content Include="Upgradelog\Licence3.0.0.9.txt" />
  334. <Content Include="Upgradelog\Licence3.0.1.0.txt" />
  335. <Content Include="Upgradelog\Licence3.0.1.1.txt" />
  336. <Content Include="Upgradelog\Licence3.0.1.2.txt" />
  337. <Content Include="Upgradelog\Licence3.0.1.3,4.txt" />
  338. <Content Include="Upgradelog\Licence3.0.1.5.txt" />
  339. <Content Include="Upgradelog\Licence3.0.1.6.txt" />
  340. <Content Include="Upgradelog\Licence3.0.1.8.txt" />
  341. <Content Include="Upgradelog\Licence3.0.2.0.txt" />
  342. <Content Include="Upgradelog\Licence3.0.2.1.txt" />
  343. <Content Include="Upgradelog\Licence3.0.2.2.txt" />
  344. <Content Include="Upgradelog\Licence3.0.2.3.txt" />
  345. <Content Include="Upgradelog\Licence3.0.2.4.txt" />
  346. <Content Include="Upgradelog\Licence3.0.2.5.txt" />
  347. <Content Include="Upgradelog\Licence3.0.2.6.txt" />
  348. <Content Include="Upgradelog\Licence3.0.2.7.txt" />
  349. <Content Include="Upgradelog\Licence3.0.2.8.txt" />
  350. <Content Include="Upgradelog\Licence3.0.2.9.txt" />
  351. <Content Include="Upgradelog\Licence3.0.3.0.txt" />
  352. <Content Include="Upgradelog\Licence3.0.3.1.txt" />
  353. <Content Include="Upgradelog\Licence3.0.3.2.txt" />
  354. <Content Include="Upgradelog\Licence3.0.3.3.txt" />
  355. <Content Include="Upgradelog\Licence3.0.3.4.txt" />
  356. <Content Include="Upgradelog\Licence3.0.3.5.txt" />
  357. <Content Include="Upgradelog\Licence3.0.3.7.txt" />
  358. <Content Include="Upgradelog\Licence3.0.3.8.txt" />
  359. <Content Include="Upgradelog\Licence3.0.3.9.txt" />
  360. <Content Include="Upgradelog\Licence3.0.4.0.txt" />
  361. <Content Include="Upgradelog\Licence3.0.4.1.txt" />
  362. <Content Include="Upgradelog\Licence3.0.4.3.txt" />
  363. <Content Include="Upgradelog\Licence3.0.4.4.txt" />
  364. <Content Include="Upgradelog\Licence3.0.4.5.txt" />
  365. <Content Include="Upgradelog\Licence3.0.4.6.txt" />
  366. <Content Include="Upgradelog\Licence3.0.4.7.txt" />
  367. <Content Include="Upgradelog\Licence3.0.4.8.txt" />
  368. <Content Include="Upgradelog\Licence3.0.4.9.txt" />
  369. <Content Include="Upgradelog\Licence3.0.5.0.txt" />
  370. </ItemGroup>
  371. <ItemGroup>
  372. <WCFMetadata Include="Connected Services\" />
  373. </ItemGroup>
  374. <ItemGroup />
  375. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  376. <ProjectExtensions>
  377. <VisualStudio>
  378. <UserProperties config_1json__JsonSchema="" />
  379. </VisualStudio>
  380. </ProjectExtensions>
  381. <Import Project="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  382. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  383. <PropertyGroup>
  384. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  385. </PropertyGroup>
  386. <Error Condition="!Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  387. </Target>
  388. <PropertyGroup>
  389. <PreBuildEvent>$(ProjectDir)gitver.exe 2</PreBuildEvent>
  390. </PropertyGroup>
  391. <PropertyGroup>
  392. <PostBuildEvent>cd $(ProjectDir)
  393. git checkout .\Properties\AssemblyInfo.cs</PostBuildEvent>
  394. </PropertyGroup>
  395. </Project>