|
|
@@ -1,145 +1,146 @@
|
|
1
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
|
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
|
- <PropertyGroup>
|
|
4
|
|
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
5
|
|
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
6
|
|
- <ProductVersion>9.0.30729</ProductVersion>
|
|
7
|
|
- <SchemaVersion>2.0</SchemaVersion>
|
|
8
|
|
- <ProjectGuid>{4A95FB31-1234-4FB2-A796-CBEC20EFDFFA}</ProjectGuid>
|
|
9
|
|
- <OutputType>Library</OutputType>
|
|
10
|
|
- <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
11
|
|
- <RootNamespace>XYFDRQ.BLL</RootNamespace>
|
|
12
|
|
- <AssemblyName>XYFDRQ.BLL</AssemblyName>
|
|
13
|
|
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
14
|
|
- <FileAlignment>512</FileAlignment>
|
|
15
|
|
- <SccProjectName>
|
|
16
|
|
- </SccProjectName>
|
|
17
|
|
- <SccLocalPath>
|
|
18
|
|
- </SccLocalPath>
|
|
19
|
|
- <SccAuxPath>
|
|
20
|
|
- </SccAuxPath>
|
|
21
|
|
- <SccProvider>
|
|
22
|
|
- </SccProvider>
|
|
23
|
|
- <FileUpgradeFlags>
|
|
24
|
|
- </FileUpgradeFlags>
|
|
25
|
|
- <UpgradeBackupLocation>
|
|
26
|
|
- </UpgradeBackupLocation>
|
|
27
|
|
- <OldToolsVersion>3.5</OldToolsVersion>
|
|
28
|
|
- </PropertyGroup>
|
|
29
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
30
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
31
|
|
- <DebugType>full</DebugType>
|
|
32
|
|
- <Optimize>false</Optimize>
|
|
33
|
|
- <OutputPath>bin\Debug\</OutputPath>
|
|
34
|
|
- <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
35
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
36
|
|
- <WarningLevel>4</WarningLevel>
|
|
37
|
|
- </PropertyGroup>
|
|
38
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
39
|
|
- <DebugType>pdbonly</DebugType>
|
|
40
|
|
- <Optimize>true</Optimize>
|
|
41
|
|
- <OutputPath>bin\Release\</OutputPath>
|
|
42
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
43
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
44
|
|
- <WarningLevel>4</WarningLevel>
|
|
45
|
|
- </PropertyGroup>
|
|
46
|
|
- <ItemGroup>
|
|
47
|
|
- <Reference Include="System" />
|
|
48
|
|
- <Reference Include="System.Core">
|
|
49
|
|
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
50
|
|
- </Reference>
|
|
51
|
|
- <Reference Include="System.Xml.Linq">
|
|
52
|
|
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
53
|
|
- </Reference>
|
|
54
|
|
- <Reference Include="System.Data.DataSetExtensions">
|
|
55
|
|
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
56
|
|
- </Reference>
|
|
57
|
|
- <Reference Include="System.Data" />
|
|
58
|
|
- <Reference Include="System.Xml" />
|
|
59
|
|
- </ItemGroup>
|
|
60
|
|
- <ItemGroup>
|
|
61
|
|
- <Compile Include="DockingSystem.cs" />
|
|
62
|
|
- <Compile Include="GG_XTKZ.cs" />
|
|
63
|
|
- <Compile Include="Properties\AssemblyInfo.cs" />
|
|
64
|
|
- <Compile Include="T_Bus_Accessories.cs" />
|
|
65
|
|
- <Compile Include="T_Bus_ManageSet.cs" />
|
|
66
|
|
- <Compile Include="T_Bus_RemindRecord.cs" />
|
|
67
|
|
- <Compile Include="T_Bus_ReturnVisit.cs" />
|
|
68
|
|
- <Compile Include="T_Bus_TimeOver.cs" />
|
|
69
|
|
- <Compile Include="T_Bus_WorkCallRecord.cs" />
|
|
70
|
|
- <Compile Include="T_Bus_WorkFlow.cs" />
|
|
71
|
|
- <Compile Include="T_Bus_WorkHistory.cs" />
|
|
72
|
|
- <Compile Include="T_Bus_WorkOrder.cs" />
|
|
73
|
|
- <Compile Include="T_Bus_WorkType.cs" />
|
|
74
|
|
- <Compile Include="T_CallRecord.cs" />
|
|
75
|
|
- <Compile Include="T_CallRecordLink.cs" />
|
|
76
|
|
- <Compile Include="T_CallRecordLinkTemp.cs" />
|
|
77
|
|
- <Compile Include="T_Call_Blacklist.cs" />
|
|
78
|
|
- <Compile Include="T_Call_CallRecords.cs" />
|
|
79
|
|
- <Compile Include="T_Call_LeaveRecord.cs" />
|
|
80
|
|
- <Compile Include="T_Cus_ConnPhone.cs" />
|
|
81
|
|
- <Compile Include="T_DictionaryValue.cs" />
|
|
82
|
|
- <Compile Include="T_DictionaryBase.cs" />
|
|
83
|
|
- <Compile Include="T_Fax_RecvFax.cs" />
|
|
84
|
|
- <Compile Include="T_Fax_SendFaxTask.cs" />
|
|
85
|
|
- <Compile Include="T_Fax_SentFax.cs" />
|
|
86
|
|
- <Compile Include="T_FunctionsMenu.cs" />
|
|
87
|
|
- <Compile Include="T_Knowledge.cs" />
|
|
88
|
|
- <Compile Include="T_KnowledgeClass.cs" />
|
|
89
|
|
- <Compile Include="T_Organization.cs" />
|
|
90
|
|
- <Compile Include="T_OrganizationMember.cs" />
|
|
91
|
|
- <Compile Include="T_PhoneBlackList.cs" />
|
|
92
|
|
- <Compile Include="T_Report.cs" />
|
|
93
|
|
- <Compile Include="T_RightsManagement.cs" />
|
|
94
|
|
- <Compile Include="T_Role.cs" />
|
|
95
|
|
- <Compile Include="T_Sms_InfoType.cs" />
|
|
96
|
|
- <Compile Include="T_Sms_SendInfo.cs" />
|
|
97
|
|
- <Compile Include="T_SystemConfig.cs" />
|
|
98
|
|
- <Compile Include="T_Sys_CallOptLogs.cs" />
|
|
99
|
|
- <Compile Include="T_Sys_Department.cs" />
|
|
100
|
|
- <Compile Include="T_Sys_LoginLogs.cs" />
|
|
101
|
|
- <Compile Include="T_Sys_MobileData.cs" />
|
|
102
|
|
- <Compile Include="T_Sys_ModuleFunctions.cs" />
|
|
103
|
|
- <Compile Include="T_Sys_ModuleFunctionsOpt.cs" />
|
|
104
|
|
- <Compile Include="T_Sys_ModuleInfo.cs" />
|
|
105
|
|
- <Compile Include="T_Sys_OperateLogs.cs" />
|
|
106
|
|
- <Compile Include="T_Sys_RegionCategory.cs" />
|
|
107
|
|
- <Compile Include="T_Sys_RoleAttribute.cs" />
|
|
108
|
|
- <Compile Include="T_Sys_RoleFunction.cs" />
|
|
109
|
|
- <Compile Include="T_Sys_RoleInfo.cs" />
|
|
110
|
|
- <Compile Include="T_Sys_RoleModule.cs" />
|
|
111
|
|
- <Compile Include="T_Sys_RoleOpt.cs" />
|
|
112
|
|
- <Compile Include="T_Sys_SystemConfig.cs" />
|
|
113
|
|
- <Compile Include="T_Sys_TelTitleData.cs" />
|
|
114
|
|
- <Compile Include="T_Sys_UserAccount.cs" />
|
|
115
|
|
- <Compile Include="T_Sys_UserGroup.cs" />
|
|
116
|
|
- <Compile Include="T_Sys_WorkCalendar.cs" />
|
|
117
|
|
- <Compile Include="WebSet.cs" />
|
|
118
|
|
- </ItemGroup>
|
|
119
|
|
- <ItemGroup>
|
|
120
|
|
- <ProjectReference Include="..\Common\Common.csproj">
|
|
121
|
|
- <Project>{969F8594-DBCA-4AD1-BD28-944BFAA44B95}</Project>
|
|
122
|
|
- <Name>Common</Name>
|
|
123
|
|
- </ProjectReference>
|
|
124
|
|
- <ProjectReference Include="..\DAL\DAL.csproj">
|
|
125
|
|
- <Project>{6CD27746-823E-4AE6-8C6D-ACCF0F89B257}</Project>
|
|
126
|
|
- <Name>DAL</Name>
|
|
127
|
|
- </ProjectReference>
|
|
128
|
|
- <ProjectReference Include="..\DBUtility\DBUtility.csproj">
|
|
129
|
|
- <Project>{DB1CDE0C-EF19-48DB-96B1-870A80401B4F}</Project>
|
|
130
|
|
- <Name>DBUtility</Name>
|
|
131
|
|
- </ProjectReference>
|
|
132
|
|
- <ProjectReference Include="..\Model\Model.csproj">
|
|
133
|
|
- <Project>{AA2A8EB9-EFA2-4650-B63E-8E82F078F2CD}</Project>
|
|
134
|
|
- <Name>Model</Name>
|
|
135
|
|
- </ProjectReference>
|
|
136
|
|
- </ItemGroup>
|
|
137
|
|
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
1
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
2
|
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
3
|
+ <PropertyGroup>
|
|
|
4
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
5
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
6
|
+ <ProductVersion>9.0.30729</ProductVersion>
|
|
|
7
|
+ <SchemaVersion>2.0</SchemaVersion>
|
|
|
8
|
+ <ProjectGuid>{4A95FB31-1234-4FB2-A796-CBEC20EFDFFA}</ProjectGuid>
|
|
|
9
|
+ <OutputType>Library</OutputType>
|
|
|
10
|
+ <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
11
|
+ <RootNamespace>XYFDRQ.BLL</RootNamespace>
|
|
|
12
|
+ <AssemblyName>XYFDRQ.BLL</AssemblyName>
|
|
|
13
|
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
14
|
+ <FileAlignment>512</FileAlignment>
|
|
|
15
|
+ <SccProjectName>
|
|
|
16
|
+ </SccProjectName>
|
|
|
17
|
+ <SccLocalPath>
|
|
|
18
|
+ </SccLocalPath>
|
|
|
19
|
+ <SccAuxPath>
|
|
|
20
|
+ </SccAuxPath>
|
|
|
21
|
+ <SccProvider>
|
|
|
22
|
+ </SccProvider>
|
|
|
23
|
+ <FileUpgradeFlags>
|
|
|
24
|
+ </FileUpgradeFlags>
|
|
|
25
|
+ <UpgradeBackupLocation>
|
|
|
26
|
+ </UpgradeBackupLocation>
|
|
|
27
|
+ <OldToolsVersion>3.5</OldToolsVersion>
|
|
|
28
|
+ </PropertyGroup>
|
|
|
29
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
30
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
31
|
+ <DebugType>full</DebugType>
|
|
|
32
|
+ <Optimize>false</Optimize>
|
|
|
33
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
34
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
35
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
36
|
+ <WarningLevel>4</WarningLevel>
|
|
|
37
|
+ </PropertyGroup>
|
|
|
38
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
39
|
+ <DebugType>pdbonly</DebugType>
|
|
|
40
|
+ <Optimize>true</Optimize>
|
|
|
41
|
+ <OutputPath>bin\Release\</OutputPath>
|
|
|
42
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
43
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
44
|
+ <WarningLevel>4</WarningLevel>
|
|
|
45
|
+ </PropertyGroup>
|
|
|
46
|
+ <ItemGroup>
|
|
|
47
|
+ <Reference Include="System" />
|
|
|
48
|
+ <Reference Include="System.Core">
|
|
|
49
|
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
50
|
+ </Reference>
|
|
|
51
|
+ <Reference Include="System.Xml.Linq">
|
|
|
52
|
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
53
|
+ </Reference>
|
|
|
54
|
+ <Reference Include="System.Data.DataSetExtensions">
|
|
|
55
|
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
56
|
+ </Reference>
|
|
|
57
|
+ <Reference Include="System.Data" />
|
|
|
58
|
+ <Reference Include="System.Xml" />
|
|
|
59
|
+ </ItemGroup>
|
|
|
60
|
+ <ItemGroup>
|
|
|
61
|
+ <Compile Include="DockingSystem.cs" />
|
|
|
62
|
+ <Compile Include="GG_XTKZ.cs" />
|
|
|
63
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
64
|
+ <Compile Include="T_Bus_Accessories.cs" />
|
|
|
65
|
+ <Compile Include="T_Bus_ManageSet.cs" />
|
|
|
66
|
+ <Compile Include="T_Bus_RemindRecord.cs" />
|
|
|
67
|
+ <Compile Include="T_Bus_ReturnVisit.cs" />
|
|
|
68
|
+ <Compile Include="T_Bus_TimeOver.cs" />
|
|
|
69
|
+ <Compile Include="T_Bus_WorkCallRecord.cs" />
|
|
|
70
|
+ <Compile Include="T_Bus_WorkFlow.cs" />
|
|
|
71
|
+ <Compile Include="T_Bus_WorkHistory.cs" />
|
|
|
72
|
+ <Compile Include="T_Bus_WorkOrder.cs" />
|
|
|
73
|
+ <Compile Include="T_Bus_WorkType.cs" />
|
|
|
74
|
+ <Compile Include="T_CallRecord.cs" />
|
|
|
75
|
+ <Compile Include="T_CallRecordLink.cs" />
|
|
|
76
|
+ <Compile Include="T_CallRecordLinkTemp.cs" />
|
|
|
77
|
+ <Compile Include="T_Call_Blacklist.cs" />
|
|
|
78
|
+ <Compile Include="T_Call_CallRecords.cs" />
|
|
|
79
|
+ <Compile Include="T_Call_LeaveRecord.cs" />
|
|
|
80
|
+ <Compile Include="T_Cus_ConnPhone.cs" />
|
|
|
81
|
+ <Compile Include="T_DictionaryValue.cs" />
|
|
|
82
|
+ <Compile Include="T_DictionaryBase.cs" />
|
|
|
83
|
+ <Compile Include="T_Fax_RecvFax.cs" />
|
|
|
84
|
+ <Compile Include="T_Fax_SendFaxTask.cs" />
|
|
|
85
|
+ <Compile Include="T_Fax_SentFax.cs" />
|
|
|
86
|
+ <Compile Include="T_FunctionsMenu.cs" />
|
|
|
87
|
+ <Compile Include="T_Knowledge.cs" />
|
|
|
88
|
+ <Compile Include="T_KnowledgeClass.cs" />
|
|
|
89
|
+ <Compile Include="T_Organization.cs" />
|
|
|
90
|
+ <Compile Include="T_OrganizationMember.cs" />
|
|
|
91
|
+ <Compile Include="T_PhoneBlackList.cs" />
|
|
|
92
|
+ <Compile Include="T_Report.cs" />
|
|
|
93
|
+ <Compile Include="T_RightsManagement.cs" />
|
|
|
94
|
+ <Compile Include="T_Role.cs" />
|
|
|
95
|
+ <Compile Include="T_Sms_InfoType.cs" />
|
|
|
96
|
+ <Compile Include="T_Sms_SendInfo.cs" />
|
|
|
97
|
+ <Compile Include="T_SystemConfig.cs" />
|
|
|
98
|
+ <Compile Include="T_Sys_CallOptLogs.cs" />
|
|
|
99
|
+ <Compile Include="T_Sys_Department.cs" />
|
|
|
100
|
+ <Compile Include="T_Sys_LoginLogs.cs" />
|
|
|
101
|
+ <Compile Include="T_Sys_MobileData.cs" />
|
|
|
102
|
+ <Compile Include="T_Sys_ModuleFunctions.cs" />
|
|
|
103
|
+ <Compile Include="T_Sys_ModuleFunctionsOpt.cs" />
|
|
|
104
|
+ <Compile Include="T_Sys_ModuleInfo.cs" />
|
|
|
105
|
+ <Compile Include="T_Sys_OperateLogs.cs" />
|
|
|
106
|
+ <Compile Include="T_Sys_RegionCategory.cs" />
|
|
|
107
|
+ <Compile Include="T_Sys_RoleAttribute.cs" />
|
|
|
108
|
+ <Compile Include="T_Sys_RoleFunction.cs" />
|
|
|
109
|
+ <Compile Include="T_Sys_RoleInfo.cs" />
|
|
|
110
|
+ <Compile Include="T_Sys_RoleModule.cs" />
|
|
|
111
|
+ <Compile Include="T_Sys_RoleOpt.cs" />
|
|
|
112
|
+ <Compile Include="T_Sys_SystemConfig.cs" />
|
|
|
113
|
+ <Compile Include="T_Sys_TelTitleData.cs" />
|
|
|
114
|
+ <Compile Include="T_Sys_UserAccount.cs" />
|
|
|
115
|
+ <Compile Include="T_Sys_UserGroup.cs" />
|
|
|
116
|
+ <Compile Include="T_Sys_WorkCalendar.cs" />
|
|
|
117
|
+ <Compile Include="T_Sys_WorkTimes.cs" />
|
|
|
118
|
+ <Compile Include="WebSet.cs" />
|
|
|
119
|
+ </ItemGroup>
|
|
|
120
|
+ <ItemGroup>
|
|
|
121
|
+ <ProjectReference Include="..\Common\Common.csproj">
|
|
|
122
|
+ <Project>{969F8594-DBCA-4AD1-BD28-944BFAA44B95}</Project>
|
|
|
123
|
+ <Name>Common</Name>
|
|
|
124
|
+ </ProjectReference>
|
|
|
125
|
+ <ProjectReference Include="..\DAL\DAL.csproj">
|
|
|
126
|
+ <Project>{6CD27746-823E-4AE6-8C6D-ACCF0F89B257}</Project>
|
|
|
127
|
+ <Name>DAL</Name>
|
|
|
128
|
+ </ProjectReference>
|
|
|
129
|
+ <ProjectReference Include="..\DBUtility\DBUtility.csproj">
|
|
|
130
|
+ <Project>{DB1CDE0C-EF19-48DB-96B1-870A80401B4F}</Project>
|
|
|
131
|
+ <Name>DBUtility</Name>
|
|
|
132
|
+ </ProjectReference>
|
|
|
133
|
+ <ProjectReference Include="..\Model\Model.csproj">
|
|
|
134
|
+ <Project>{AA2A8EB9-EFA2-4650-B63E-8E82F078F2CD}</Project>
|
|
|
135
|
+ <Name>Model</Name>
|
|
|
136
|
+ </ProjectReference>
|
|
|
137
|
+ </ItemGroup>
|
|
|
138
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
138
|
139
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
139
|
140
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
140
|
141
|
<Target Name="BeforeBuild">
|
|
141
|
142
|
</Target>
|
|
142
|
143
|
<Target Name="AfterBuild">
|
|
143
|
144
|
</Target>
|
|
144
|
|
- -->
|
|
|
145
|
+ -->
|
|
145
|
146
|
</Project>
|