Нет описания

GJJService.csproj 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>{A023A274-094D-4766-8006-D56922A2BB51}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>GJJService</RootNamespace>
  12. <AssemblyName>GJJService</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core">
  41. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  42. </Reference>
  43. <Reference Include="System.Xml.Linq">
  44. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="System.Data.DataSetExtensions">
  47. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  48. </Reference>
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. <Compile Include="SearchHouseFundInfos.cs" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ProjectReference Include="..\BLL\BLL.csproj">
  58. <Project>{4A95FB31-1234-4FB2-A796-CBEC20EFDFFA}</Project>
  59. <Name>BLL</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\DBUtility\DBUtility.csproj">
  62. <Project>{DB1CDE0C-EF19-48DB-96B1-870A80401B4F}</Project>
  63. <Name>DBUtility</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\Model\Model.csproj">
  66. <Project>{AA2A8EB9-EFA2-4650-B63E-8E82F078F2CD}</Project>
  67. <Name>Model</Name>
  68. </ProjectReference>
  69. </ItemGroup>
  70. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  71. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  72. Other similar extension points exist, see Microsoft.Common.targets.
  73. <Target Name="BeforeBuild">
  74. </Target>
  75. <Target Name="AfterBuild">
  76. </Target>
  77. -->
  78. </Project>