You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

403 lines
16 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{E69408D9-8EC9-4219-BBFD-343C935EB667}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ManagementSystem</RootNamespace>
  11. <AssemblyName>ManagementSystem</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <PublishUrl>發行\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. <TargetFrameworkProfile />
  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. <ItemGroup>
  51. <Reference Include="System" />
  52. <Reference Include="System.Configuration" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Web.Extensions" />
  55. <Reference Include="System.Windows.Forms.DataVisualization" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Deployment" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Windows.Forms" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="AccountingJournalMaintain.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="AccountingJournalMaintain.Designer.cs">
  70. <DependentUpon>AccountingJournalMaintain.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="AccountingLedger.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="AccountingLedger.Designer.cs">
  76. <DependentUpon>AccountingLedger.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="AccountingOpeningEntry.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="AccountingOpeningEntry.Designer.cs">
  82. <DependentUpon>AccountingOpeningEntry.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="AccountingSubjectMaintain.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="AccountingSubjectMaintain.Designer.cs">
  88. <DependentUpon>AccountingSubjectMaintain.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="AccountingEntries.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="AccountingEntries.Designer.cs">
  94. <DependentUpon>AccountingEntries.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="AccountsPayable.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="AccountsPayable.Designer.cs">
  100. <DependentUpon>AccountsPayable.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="AccountsReceivable.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="AccountsReceivable.Designer.cs">
  106. <DependentUpon>AccountsReceivable.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="CashFlowForecastEdit.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="CashFlowForecastEdit.Designer.cs">
  112. <DependentUpon>CashFlowForecastEdit.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="CashFlowForecast.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="CashFlowForecast.Designer.cs">
  118. <DependentUpon>CashFlowForecast.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="CustomerProvide.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="CustomerProvide.Designer.cs">
  124. <DependentUpon>CustomerProvide.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="DayOffEstimate.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="DayOffEstimate.Designer.cs">
  130. <DependentUpon>DayOffEstimate.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="CleanHistory.cs">
  133. <SubType>Form</SubType>
  134. </Compile>
  135. <Compile Include="CleanHistory.Designer.cs">
  136. <DependentUpon>CleanHistory.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="HRDataCorrect.cs">
  139. <SubType>Form</SubType>
  140. </Compile>
  141. <Compile Include="HRDataCorrect.Designer.cs">
  142. <DependentUpon>HRDataCorrect.cs</DependentUpon>
  143. </Compile>
  144. <Compile Include="HRMembers.cs">
  145. <SubType>Form</SubType>
  146. </Compile>
  147. <Compile Include="HRMembers.Designer.cs">
  148. <DependentUpon>HRMembers.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="BalanceSheet.cs">
  151. <SubType>Form</SubType>
  152. </Compile>
  153. <Compile Include="BalanceSheet.Designer.cs">
  154. <DependentUpon>BalanceSheet.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="ProjectIncomeStatement.cs">
  157. <SubType>Form</SubType>
  158. </Compile>
  159. <Compile Include="ProjectIncomeStatement.Designer.cs">
  160. <DependentUpon>ProjectIncomeStatement.cs</DependentUpon>
  161. </Compile>
  162. <Compile Include="IncomeStatement.cs">
  163. <SubType>Form</SubType>
  164. </Compile>
  165. <Compile Include="IncomeStatement.Designer.cs">
  166. <DependentUpon>IncomeStatement.cs</DependentUpon>
  167. </Compile>
  168. <Compile Include="InputDialog.cs">
  169. <SubType>Form</SubType>
  170. </Compile>
  171. <Compile Include="InputDialog.Designer.cs">
  172. <DependentUpon>InputDialog.cs</DependentUpon>
  173. </Compile>
  174. <Compile Include="InsuranceMaintain.cs">
  175. <SubType>Form</SubType>
  176. </Compile>
  177. <Compile Include="InsuranceMaintain.Designer.cs">
  178. <DependentUpon>InsuranceMaintain.cs</DependentUpon>
  179. </Compile>
  180. <Compile Include="LoginForm.cs">
  181. <SubType>Form</SubType>
  182. </Compile>
  183. <Compile Include="LoginForm.Designer.cs">
  184. <DependentUpon>LoginForm.cs</DependentUpon>
  185. </Compile>
  186. <Compile Include="MainForm.cs">
  187. <SubType>Form</SubType>
  188. </Compile>
  189. <Compile Include="MainForm.Designer.cs">
  190. <DependentUpon>MainForm.cs</DependentUpon>
  191. </Compile>
  192. <Compile Include="PayPlanManagement.cs">
  193. <SubType>Form</SubType>
  194. </Compile>
  195. <Compile Include="PayPlanManagement.Designer.cs">
  196. <DependentUpon>PayPlanManagement.cs</DependentUpon>
  197. </Compile>
  198. <Compile Include="PayPlanManagementSetup.cs">
  199. <SubType>Form</SubType>
  200. </Compile>
  201. <Compile Include="PayPlanManagementSetup.Designer.cs">
  202. <DependentUpon>PayPlanManagementSetup.cs</DependentUpon>
  203. </Compile>
  204. <Compile Include="PickAccountingSubject.cs">
  205. <SubType>Form</SubType>
  206. </Compile>
  207. <Compile Include="PickAccountingSubject.Designer.cs">
  208. <DependentUpon>PickAccountingSubject.cs</DependentUpon>
  209. </Compile>
  210. <Compile Include="PickCustomer.cs">
  211. <SubType>Form</SubType>
  212. </Compile>
  213. <Compile Include="PickCustomer.Designer.cs">
  214. <DependentUpon>PickCustomer.cs</DependentUpon>
  215. </Compile>
  216. <Compile Include="PickProject.cs">
  217. <SubType>Form</SubType>
  218. </Compile>
  219. <Compile Include="PickProject.Designer.cs">
  220. <DependentUpon>PickProject.cs</DependentUpon>
  221. </Compile>
  222. <Compile Include="Program.cs" />
  223. <Compile Include="Properties\AssemblyInfo.cs" />
  224. <Compile Include="SetOpenAccountingSubID.cs">
  225. <SubType>Form</SubType>
  226. </Compile>
  227. <Compile Include="SetOpenAccountingSubID.Designer.cs">
  228. <DependentUpon>SetOpenAccountingSubID.cs</DependentUpon>
  229. </Compile>
  230. <Compile Include="TestForm.cs">
  231. <SubType>Form</SubType>
  232. </Compile>
  233. <Compile Include="TestForm.Designer.cs">
  234. <DependentUpon>TestForm.cs</DependentUpon>
  235. </Compile>
  236. <Compile Include="AccountingBookMaintain.cs">
  237. <SubType>Form</SubType>
  238. </Compile>
  239. <Compile Include="AccountingBookMaintain.Designer.cs">
  240. <DependentUpon>AccountingBookMaintain.cs</DependentUpon>
  241. </Compile>
  242. <Compile Include="Utility\ErrorHandler.cs" />
  243. <Compile Include="Utility\UtilityClass.cs" />
  244. <Compile Include="CurrencySetting.cs">
  245. <SubType>Form</SubType>
  246. </Compile>
  247. <Compile Include="CurrencySetting.Designer.cs">
  248. <DependentUpon>CurrencySetting.cs</DependentUpon>
  249. </Compile>
  250. <Compile Include="XMLSetting.cs">
  251. <SubType>Form</SubType>
  252. </Compile>
  253. <Compile Include="XMLSetting.Designer.cs">
  254. <DependentUpon>XMLSetting.cs</DependentUpon>
  255. </Compile>
  256. <EmbeddedResource Include="AccountingJournalMaintain.resx">
  257. <DependentUpon>AccountingJournalMaintain.cs</DependentUpon>
  258. </EmbeddedResource>
  259. <EmbeddedResource Include="AccountingLedger.resx">
  260. <DependentUpon>AccountingLedger.cs</DependentUpon>
  261. </EmbeddedResource>
  262. <EmbeddedResource Include="AccountingOpeningEntry.resx">
  263. <DependentUpon>AccountingOpeningEntry.cs</DependentUpon>
  264. </EmbeddedResource>
  265. <EmbeddedResource Include="AccountingSubjectMaintain.resx">
  266. <DependentUpon>AccountingSubjectMaintain.cs</DependentUpon>
  267. </EmbeddedResource>
  268. <EmbeddedResource Include="AccountingEntries.resx">
  269. <DependentUpon>AccountingEntries.cs</DependentUpon>
  270. </EmbeddedResource>
  271. <EmbeddedResource Include="AccountsPayable.resx">
  272. <DependentUpon>AccountsPayable.cs</DependentUpon>
  273. </EmbeddedResource>
  274. <EmbeddedResource Include="AccountsReceivable.resx">
  275. <DependentUpon>AccountsReceivable.cs</DependentUpon>
  276. </EmbeddedResource>
  277. <EmbeddedResource Include="CashFlowForecastEdit.resx">
  278. <DependentUpon>CashFlowForecastEdit.cs</DependentUpon>
  279. </EmbeddedResource>
  280. <EmbeddedResource Include="CashFlowForecast.resx">
  281. <DependentUpon>CashFlowForecast.cs</DependentUpon>
  282. </EmbeddedResource>
  283. <EmbeddedResource Include="CustomerProvide.resx">
  284. <DependentUpon>CustomerProvide.cs</DependentUpon>
  285. </EmbeddedResource>
  286. <EmbeddedResource Include="DayOffEstimate.resx">
  287. <DependentUpon>DayOffEstimate.cs</DependentUpon>
  288. </EmbeddedResource>
  289. <EmbeddedResource Include="CleanHistory.resx">
  290. <DependentUpon>CleanHistory.cs</DependentUpon>
  291. <SubType>Designer</SubType>
  292. </EmbeddedResource>
  293. <EmbeddedResource Include="HRDataCorrect.resx">
  294. <DependentUpon>HRDataCorrect.cs</DependentUpon>
  295. <SubType>Designer</SubType>
  296. </EmbeddedResource>
  297. <EmbeddedResource Include="HRMembers.resx">
  298. <DependentUpon>HRMembers.cs</DependentUpon>
  299. <SubType>Designer</SubType>
  300. </EmbeddedResource>
  301. <EmbeddedResource Include="BalanceSheet.resx">
  302. <DependentUpon>BalanceSheet.cs</DependentUpon>
  303. </EmbeddedResource>
  304. <EmbeddedResource Include="ProjectIncomeStatement.resx">
  305. <DependentUpon>ProjectIncomeStatement.cs</DependentUpon>
  306. </EmbeddedResource>
  307. <EmbeddedResource Include="IncomeStatement.resx">
  308. <DependentUpon>IncomeStatement.cs</DependentUpon>
  309. </EmbeddedResource>
  310. <EmbeddedResource Include="InputDialog.resx">
  311. <DependentUpon>InputDialog.cs</DependentUpon>
  312. </EmbeddedResource>
  313. <EmbeddedResource Include="InsuranceMaintain.resx">
  314. <DependentUpon>InsuranceMaintain.cs</DependentUpon>
  315. </EmbeddedResource>
  316. <EmbeddedResource Include="LoginForm.resx">
  317. <DependentUpon>LoginForm.cs</DependentUpon>
  318. </EmbeddedResource>
  319. <EmbeddedResource Include="MainForm.resx">
  320. <DependentUpon>MainForm.cs</DependentUpon>
  321. </EmbeddedResource>
  322. <EmbeddedResource Include="PayPlanManagement.resx">
  323. <DependentUpon>PayPlanManagement.cs</DependentUpon>
  324. <SubType>Designer</SubType>
  325. </EmbeddedResource>
  326. <EmbeddedResource Include="PayPlanManagementSetup.resx">
  327. <DependentUpon>PayPlanManagementSetup.cs</DependentUpon>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="PickAccountingSubject.resx">
  330. <DependentUpon>PickAccountingSubject.cs</DependentUpon>
  331. </EmbeddedResource>
  332. <EmbeddedResource Include="PickCustomer.resx">
  333. <DependentUpon>PickCustomer.cs</DependentUpon>
  334. </EmbeddedResource>
  335. <EmbeddedResource Include="PickProject.resx">
  336. <DependentUpon>PickProject.cs</DependentUpon>
  337. </EmbeddedResource>
  338. <EmbeddedResource Include="Properties\Resources.resx">
  339. <Generator>ResXFileCodeGenerator</Generator>
  340. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  341. <SubType>Designer</SubType>
  342. </EmbeddedResource>
  343. <Compile Include="Properties\Resources.Designer.cs">
  344. <AutoGen>True</AutoGen>
  345. <DependentUpon>Resources.resx</DependentUpon>
  346. <DesignTime>True</DesignTime>
  347. </Compile>
  348. <EmbeddedResource Include="SetOpenAccountingSubID.resx">
  349. <DependentUpon>SetOpenAccountingSubID.cs</DependentUpon>
  350. </EmbeddedResource>
  351. <EmbeddedResource Include="TestForm.resx">
  352. <DependentUpon>TestForm.cs</DependentUpon>
  353. </EmbeddedResource>
  354. <EmbeddedResource Include="AccountingBookMaintain.resx">
  355. <DependentUpon>AccountingBookMaintain.cs</DependentUpon>
  356. <SubType>Designer</SubType>
  357. </EmbeddedResource>
  358. <EmbeddedResource Include="CurrencySetting.resx">
  359. <DependentUpon>CurrencySetting.cs</DependentUpon>
  360. </EmbeddedResource>
  361. <EmbeddedResource Include="XMLSetting.resx">
  362. <DependentUpon>XMLSetting.cs</DependentUpon>
  363. </EmbeddedResource>
  364. <None Include="Properties\Settings.settings">
  365. <Generator>SettingsSingleFileGenerator</Generator>
  366. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  367. </None>
  368. <Compile Include="Properties\Settings.Designer.cs">
  369. <AutoGen>True</AutoGen>
  370. <DependentUpon>Settings.settings</DependentUpon>
  371. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  372. </Compile>
  373. </ItemGroup>
  374. <ItemGroup>
  375. <None Include="App.config">
  376. <SubType>Designer</SubType>
  377. </None>
  378. </ItemGroup>
  379. <ItemGroup>
  380. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  381. <Visible>False</Visible>
  382. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  383. <Install>true</Install>
  384. </BootstrapperPackage>
  385. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  386. <Visible>False</Visible>
  387. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  388. <Install>false</Install>
  389. </BootstrapperPackage>
  390. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  391. <Visible>False</Visible>
  392. <ProductName>.NET Framework 3.5 SP1</ProductName>
  393. <Install>false</Install>
  394. </BootstrapperPackage>
  395. </ItemGroup>
  396. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  397. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  398. Other similar extension points exist, see Microsoft.Common.targets.
  399. <Target Name="BeforeBuild">
  400. </Target>
  401. <Target Name="AfterBuild">
  402. </Target>
  403. -->
  404. </Project>