Geen omschrijving

Model.csproj 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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>{AA2A8EB9-EFA2-4650-B63E-8E82F078F2CD}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>XYFDRQ.Model</RootNamespace>
  12. <AssemblyName>XYFDRQ.Model</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="classify.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_RightsManagement.cs" />
  93. <Compile Include="T_Role.cs" />
  94. <Compile Include="T_Sms_InfoType.cs" />
  95. <Compile Include="T_Sms_SendInfo.cs" />
  96. <Compile Include="T_SystemConfig.cs" />
  97. <Compile Include="T_Sys_CallOptLogs.cs" />
  98. <Compile Include="T_Sys_Department.cs" />
  99. <Compile Include="T_Sys_LoginLogs.cs" />
  100. <Compile Include="T_Sys_MobileData.cs" />
  101. <Compile Include="T_Sys_ModuleFunctions.cs" />
  102. <Compile Include="T_Sys_ModuleFunctionsOpt.cs" />
  103. <Compile Include="T_Sys_ModuleInfo.cs" />
  104. <Compile Include="T_Sys_OperateLogs.cs" />
  105. <Compile Include="T_Sys_RegionCategory.cs" />
  106. <Compile Include="T_Sys_RoleAttribute.cs" />
  107. <Compile Include="T_Sys_RoleFunction.cs" />
  108. <Compile Include="T_Sys_RoleInfo.cs" />
  109. <Compile Include="T_Sys_RoleModule.cs" />
  110. <Compile Include="T_Sys_RoleOpt.cs" />
  111. <Compile Include="T_Sys_SystemConfig.cs" />
  112. <Compile Include="T_Sys_TelTitleData.cs" />
  113. <Compile Include="T_Sys_UserAccount.cs" />
  114. <Compile Include="T_Sys_UserGroup.cs" />
  115. <Compile Include="T_Sys_WorkCalendar.cs" />
  116. <Compile Include="WebSet.cs" />
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  120. Other similar extension points exist, see Microsoft.Common.targets.
  121. <Target Name="BeforeBuild">
  122. </Target>
  123. <Target Name="AfterBuild">
  124. </Target>
  125. -->
  126. </Project>