LYFZ.WeixinServiceDate.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{EA2D781A-ADD3-4C2F-AB2B-BB9EA75249F3}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LYFZ.WeixinServiceDate</RootNamespace>
  11. <AssemblyName>LYFZ.WeixinServiceDate</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="LYFZ.Command, Version=1.3.6.0, Culture=neutral, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\LYFZSoftwareDLL\Release\LYFZ.Command.dll</HintPath>
  36. </Reference>
  37. <Reference Include="LYFZ.Helper, Version=1.3.6.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\LYFZSoftwareDLL\Release\LYFZ.Helper.dll</HintPath>
  40. </Reference>
  41. <Reference Include="LYFZ.WinAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\LYFZSoftwareDLL\Release\LYFZ.WinAPI.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="DAL\BaseDataOperate.cs" />
  55. <Compile Include="DAL\DAL_Authorization_info.cs" />
  56. <Compile Include="DAL\DAL_DZKJ_DistributorRechargeRecords.cs" />
  57. <Compile Include="DAL\DAL_DZKJ_DistributorAccount.cs" />
  58. <Compile Include="DAL\DAL_DZKJ_CustomerAccount.cs" />
  59. <Compile Include="DAL\DAL_DZKJ_TaskExecutionStatistics.cs" />
  60. <Compile Include="DAL\DAL_FunctionList.cs" />
  61. <Compile Include="DAL\DAL_KeywordManagement.cs" />
  62. <Compile Include="DAL\DAL_SystemConfigure.cs" />
  63. <Compile Include="DAL\DAL_CustomerInterfaces.cs" />
  64. <Compile Include="DAL\DAL_AdminUser.cs" />
  65. <Compile Include="DAL\IBaseDataLaye.cs" />
  66. <Compile Include="Model\Model_Authorization_info.cs" />
  67. <Compile Include="Model\Model_AdminUser.cs" />
  68. <Compile Include="Model\Model_CustomerInterfaces.cs" />
  69. <Compile Include="Model\Model_DZKJ_DistributorRechargeRecords.cs" />
  70. <Compile Include="Model\Model_DZKJ_DistributorAccount.cs" />
  71. <Compile Include="Model\Model_DZKJ_CustomerAccount.cs" />
  72. <Compile Include="Model\Model_DZKJ_TaskExecutionStatistics.cs" />
  73. <Compile Include="Model\Model_FunctionList.cs" />
  74. <Compile Include="Model\Model_KeywordManagement.cs" />
  75. <Compile Include="Model\Model_SystemConfigure.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. </ItemGroup>
  78. <ItemGroup />
  79. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  80. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  81. Other similar extension points exist, see Microsoft.Common.targets.
  82. <Target Name="BeforeBuild">
  83. </Target>
  84. <Target Name="AfterBuild">
  85. </Target>
  86. -->
  87. </Project>