| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" 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>{7EAA6ABF-89F4-4EE0-B8D8-DB953EFF3E4C}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>RMYY_CallCenter_Api.Model</RootNamespace>
- <AssemblyName>RMYY_CallCenter_Api.Model</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <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' ">
- <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.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="T_Acc_WorkOrder.cs" />
- <Compile Include="T_Call_Blacklist.cs" />
- <Compile Include="T_Call_CallRecords.cs" />
- <Compile Include="T_Call_LeaveRecord.cs" />
- <Compile Include="T_Car_Message.cs" />
- <Compile Include="T_Car_WorkOrder.cs" />
- <Compile Include="T_Con_WorkOrder.cs" />
- <Compile Include="T_Con_WorkOrderItem.cs" />
- <Compile Include="T_Cus_AddressBook.cs" />
- <Compile Include="T_Cus_Customer.cs" />
- <Compile Include="T_Dev_Operate.cs" />
- <Compile Include="T_Dev_WorkOrder.cs" />
- <Compile Include="T_Dev_WorkOrderItem.cs" />
- <Compile Include="T_Dis_WorkOrder.cs" />
- <Compile Include="T_Dis_WorkOrderItem.cs" />
- <Compile Include="T_Hos_WorkOrder.cs" />
- <Compile Include="T_Hos_WorkOrderItem.cs" />
- <Compile Include="T_Mat_WorkOrder.cs" />
- <Compile Include="T_Mat_WorkOrderItem.cs" />
- <Compile Include="T_Msg_Chat.cs" />
- <Compile Include="T_Msg_Chat_Map.cs" />
- <Compile Include="T_Msg_NoticeInfo.cs" />
- <Compile Include="T_Sys_Accessories.cs" />
- <Compile Include="T_Sys_Department.cs" />
- <Compile Include="T_Sys_DictionaryBase.cs" />
- <Compile Include="T_Sys_DictionaryValue.cs" />
- <Compile Include="T_Sys_GongDan.cs" />
- <Compile Include="T_Sys_GongDanType.cs" />
- <Compile Include="T_Sys_Knowledge.cs" />
- <Compile Include="T_Sys_Menu.cs" />
- <Compile Include="T_Sys_MobileData.cs" />
- <Compile Include="T_Sys_Role.cs" />
- <Compile Include="T_Sys_SeatGroup.cs" />
- <Compile Include="T_Sys_SystemConfig.cs" />
- <Compile Include="T_Sys_TelTitleData.cs" />
- <Compile Include="T_Sys_UserAccount.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="T_Wowo_repairyq.cs" />
- <Compile Include="T_WowoRepair_Base.cs" />
- <Compile Include="T_Wowo_repair_evaluate.cs" />
- <Compile Include="T_Wowo_repair_img.cs" />
- <Compile Include="T_Wowo_repair_items.cs" />
- <Compile Include="T_Wowo_repair_send.cs" />
- <Compile Include="T_Sys_WorkOffDays.cs" />
- <Compile Include="T_Wowo_wocodetype.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|