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.

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