JSWX_Model.csproj 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{6203E488-8723-4409-9A45-194A17E16814}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>JSWX_Model</RootNamespace>
  11. <AssemblyName>JSWX_Model</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="EntityFramework">
  35. <HintPath>packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System" />
  38. <Reference Include="System.ComponentModel.DataAnnotations" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Data.Entity" />
  41. <Reference Include="System.Web.Extensions" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. <Compile Include="SignUp\Company.cs" />
  51. <Compile Include="SignUp\T_Base_BannerInfo_Model.cs" />
  52. <Compile Include="SignUp\T_Base_BannerType_Model.cs" />
  53. <Compile Include="SignUp\T_Base_BaseItems_Model.cs" />
  54. <Compile Include="SignUp\T_Base_NewsInfo_Model.cs" />
  55. <Compile Include="SignUp\T_Base_NewsTypeInfo_Model.cs" />
  56. <Compile Include="SignUp\T_Logic_AllotCard.cs" />
  57. <Compile Include="SignUp\T_Logic_BandService.cs" />
  58. <Compile Include="SignUp\T_Logic_CarryData_Model.cs" />
  59. <Compile Include="SignUp\T_Logic_Complaint_Model.cs" />
  60. <Compile Include="SignUp\T_Logic_CusSignIn.cs" />
  61. <Compile Include="SignUp\T_Logic_CustomerInfo_Model.cs" />
  62. <Compile Include="SignUp\T_Logic_NewSaddr.cs" />
  63. <Compile Include="SignUp\T_Logic_Registration_Model.cs" />
  64. <Compile Include="SignUp\T_Logic_ServiceAssess_Model.cs" />
  65. <Compile Include="SignUp\T_Logic_Street_Model.cs" />
  66. <Compile Include="SignUp\T_Logic_TaxBureau_Model.cs" />
  67. <Compile Include="SignUp\T_Logic_TrainClass_Model.cs" />
  68. <Compile Include="SignUp\T_Logic_TrainType_Model.cs" />
  69. <Compile Include="SignUp\T_Logic_Update_Model.cs" />
  70. <Compile Include="SignUp\T_Logic_WeiXinUserInfo_Model.cs" />
  71. <Compile Include="SignUp\T_Logic_WXUserLinkCustomer_Model.cs" />
  72. <Compile Include="SMP_WebContext.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\CommonUnit\CommonUnit.csproj">
  76. <Project>{e57ac76c-3255-459a-b92c-1656dea4ef38}</Project>
  77. <Name>CommonUnit</Name>
  78. </ProjectReference>
  79. </ItemGroup>
  80. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  81. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  82. Other similar extension points exist, see Microsoft.Common.targets.
  83. <Target Name="BeforeBuild">
  84. </Target>
  85. <Target Name="AfterBuild">
  86. </Target>
  87. -->
  88. </Project>