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.
402 lines
16 KiB
402 lines
16 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{E69408D9-8EC9-4219-BBFD-343C935EB667}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ManagementSystem</RootNamespace>
|
|
<AssemblyName>ManagementSystem</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<PublishUrl>發行\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Windows.Forms.DataVisualization" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AccountingJournalMaintain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AccountingJournalMaintain.Designer.cs">
|
|
<DependentUpon>AccountingJournalMaintain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AccountingLedger.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AccountingLedger.Designer.cs">
|
|
<DependentUpon>AccountingLedger.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AccountingOpeningEntry.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AccountingOpeningEntry.Designer.cs">
|
|
<DependentUpon>AccountingOpeningEntry.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AccountingSubjectMaintain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AccountingSubjectMaintain.Designer.cs">
|
|
<DependentUpon>AccountingSubjectMaintain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AccountingEntries.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AccountingEntries.Designer.cs">
|
|
<DependentUpon>AccountingEntries.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AccountsPayable.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AccountsPayable.Designer.cs">
|
|
<DependentUpon>AccountsPayable.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AccountsReceivable.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AccountsReceivable.Designer.cs">
|
|
<DependentUpon>AccountsReceivable.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CashFlowForecastEdit.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CashFlowForecastEdit.Designer.cs">
|
|
<DependentUpon>CashFlowForecastEdit.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CashFlowForecast.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CashFlowForecast.Designer.cs">
|
|
<DependentUpon>CashFlowForecast.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CustomerProvide.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomerProvide.Designer.cs">
|
|
<DependentUpon>CustomerProvide.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DayOffEstimate.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DayOffEstimate.Designer.cs">
|
|
<DependentUpon>DayOffEstimate.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CleanHistory.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CleanHistory.Designer.cs">
|
|
<DependentUpon>CleanHistory.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="HRDataCorrect.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="HRDataCorrect.Designer.cs">
|
|
<DependentUpon>HRDataCorrect.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="HRMembers.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="HRMembers.Designer.cs">
|
|
<DependentUpon>HRMembers.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BalanceSheet.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="BalanceSheet.Designer.cs">
|
|
<DependentUpon>BalanceSheet.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ProjectIncomeStatement.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ProjectIncomeStatement.Designer.cs">
|
|
<DependentUpon>ProjectIncomeStatement.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="IncomeStatement.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="IncomeStatement.Designer.cs">
|
|
<DependentUpon>IncomeStatement.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="InputDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="InputDialog.Designer.cs">
|
|
<DependentUpon>InputDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="InsuranceMaintain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="InsuranceMaintain.Designer.cs">
|
|
<DependentUpon>InsuranceMaintain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="LoginForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="LoginForm.Designer.cs">
|
|
<DependentUpon>LoginForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PayPlanManagement.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="PayPlanManagement.Designer.cs">
|
|
<DependentUpon>PayPlanManagement.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PayPlanManagementSetup.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="PayPlanManagementSetup.Designer.cs">
|
|
<DependentUpon>PayPlanManagementSetup.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PickAccountingSubject.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="PickAccountingSubject.Designer.cs">
|
|
<DependentUpon>PickAccountingSubject.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PickCustomer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="PickCustomer.Designer.cs">
|
|
<DependentUpon>PickCustomer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PickProject.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="PickProject.Designer.cs">
|
|
<DependentUpon>PickProject.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SetOpenAccountingSubID.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SetOpenAccountingSubID.Designer.cs">
|
|
<DependentUpon>SetOpenAccountingSubID.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TestForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="TestForm.Designer.cs">
|
|
<DependentUpon>TestForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AccountingBookMaintain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AccountingBookMaintain.Designer.cs">
|
|
<DependentUpon>AccountingBookMaintain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utility\ErrorHandler.cs" />
|
|
<Compile Include="Utility\UtilityClass.cs" />
|
|
<Compile Include="CurrencySetting.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CurrencySetting.Designer.cs">
|
|
<DependentUpon>CurrencySetting.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="XMLSetting.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="XMLSetting.Designer.cs">
|
|
<DependentUpon>XMLSetting.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="AccountingJournalMaintain.resx">
|
|
<DependentUpon>AccountingJournalMaintain.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AccountingLedger.resx">
|
|
<DependentUpon>AccountingLedger.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AccountingOpeningEntry.resx">
|
|
<DependentUpon>AccountingOpeningEntry.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AccountingSubjectMaintain.resx">
|
|
<DependentUpon>AccountingSubjectMaintain.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AccountingEntries.resx">
|
|
<DependentUpon>AccountingEntries.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AccountsPayable.resx">
|
|
<DependentUpon>AccountsPayable.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AccountsReceivable.resx">
|
|
<DependentUpon>AccountsReceivable.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CashFlowForecastEdit.resx">
|
|
<DependentUpon>CashFlowForecastEdit.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CashFlowForecast.resx">
|
|
<DependentUpon>CashFlowForecast.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CustomerProvide.resx">
|
|
<DependentUpon>CustomerProvide.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DayOffEstimate.resx">
|
|
<DependentUpon>DayOffEstimate.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CleanHistory.resx">
|
|
<DependentUpon>CleanHistory.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="HRDataCorrect.resx">
|
|
<DependentUpon>HRDataCorrect.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="HRMembers.resx">
|
|
<DependentUpon>HRMembers.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="BalanceSheet.resx">
|
|
<DependentUpon>BalanceSheet.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ProjectIncomeStatement.resx">
|
|
<DependentUpon>ProjectIncomeStatement.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="IncomeStatement.resx">
|
|
<DependentUpon>IncomeStatement.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="InputDialog.resx">
|
|
<DependentUpon>InputDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="InsuranceMaintain.resx">
|
|
<DependentUpon>InsuranceMaintain.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LoginForm.resx">
|
|
<DependentUpon>LoginForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MainForm.resx">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="PayPlanManagement.resx">
|
|
<DependentUpon>PayPlanManagement.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="PayPlanManagementSetup.resx">
|
|
<DependentUpon>PayPlanManagementSetup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="PickAccountingSubject.resx">
|
|
<DependentUpon>PickAccountingSubject.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="PickCustomer.resx">
|
|
<DependentUpon>PickCustomer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="PickProject.resx">
|
|
<DependentUpon>PickProject.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="SetOpenAccountingSubID.resx">
|
|
<DependentUpon>SetOpenAccountingSubID.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="TestForm.resx">
|
|
<DependentUpon>TestForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AccountingBookMaintain.resx">
|
|
<DependentUpon>AccountingBookMaintain.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CurrencySetting.resx">
|
|
<DependentUpon>CurrencySetting.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="XMLSetting.resx">
|
|
<DependentUpon>XMLSetting.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|