LYFZ.WanYuKeFuData.csproj 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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>{C031B1B9-D6E7-49D2-9E0E-8828E3950E4F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LYFZ.WanYuKeFuData</RootNamespace>
  11. <AssemblyName>LYFZ.WanYuKeFuData</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="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\DLL_Library\Newtonsoft.Json.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Web" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="DAL\BaseDataOperate.cs" />
  48. <Compile Include="DAL\DatabaseBackup.cs" />
  49. <Compile Include="DAL\APPConfig.cs" />
  50. <Compile Include="DAL\GTMsgRecord.cs" />
  51. <Compile Include="DAL\GTMessagePushUser.cs" />
  52. <Compile Include="DAL\MsgReadStatus.cs" />
  53. <Compile Include="DAL\User.cs" />
  54. <Compile Include="Model\APPConfig.cs" />
  55. <Compile Include="Model\AutoBackupToolConfig.cs" />
  56. <Compile Include="Model\BaseConfig.cs" />
  57. <Compile Include="Model\DBConnection.cs" />
  58. <Compile Include="Helper\Helper_SQLHelper.cs" />
  59. <Compile Include="Helper\Helper_SQLHelper_CommandInfo.cs" />
  60. <Compile Include="Model\FRPConfig.cs" />
  61. <Compile Include="Model\GTMsgRecord.cs" />
  62. <Compile Include="Model\GTMessagePushUser.cs" />
  63. <Compile Include="Model\MsgReadStatus.cs" />
  64. <Compile Include="Model\ScanProductInfo.cs" />
  65. <Compile Include="Model\ServerConfig.cs" />
  66. <Compile Include="Model\User.cs" />
  67. <Compile Include="SystemConfig.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. <Compile Include="UEditControl\Config.cs" />
  70. <Compile Include="UEditControl\ConfigHandler.cs" />
  71. <Compile Include="UEditControl\CrawlerHandler.cs" />
  72. <Compile Include="UEditControl\Handler.cs" />
  73. <Compile Include="UEditControl\ListFileHandler.cs" />
  74. <Compile Include="UEditControl\NotSupportedHandler.cs" />
  75. <Compile Include="UEditControl\PathFormater.cs" />
  76. <Compile Include="UEditControl\UploadHandler.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
  80. <Project>{c3e180f9-433d-4af7-8ec4-005b3f42f4d0}</Project>
  81. <Name>LYFZ.WinApi</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  85. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  86. Other similar extension points exist, see Microsoft.Common.targets.
  87. <Target Name="BeforeBuild">
  88. </Target>
  89. <Target Name="AfterBuild">
  90. </Target>
  91. -->
  92. </Project>