You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
3.8 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{CD43BC38-A3D0-4AED-AB0F-F2B2D54F52E8}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>OT.SQLServerDAL</RootNamespace>
  12. <AssemblyName>OT.SQLServerDAL</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="WMPWENCODER">
  51. <HintPath>..\OT.Web\DLL\WMPWENCODER.dll</HintPath>
  52. </Reference>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="CommonClass.cs" />
  56. <Compile Include="OTB_SYS_ArgumentClass.cs" />
  57. <Compile Include="OTB_SYS_Arguments.cs" />
  58. <Compile Include="OTB_SYS_Authorize.cs" />
  59. <Compile Include="OTB_SYS_Departments.cs" />
  60. <Compile Include="OTB_SYS_Document.cs" />
  61. <Compile Include="OTB_SYS_MembersToRule.cs" />
  62. <Compile Include="OTB_SYS_ModuleList.cs" />
  63. <Compile Include="OTB_SYS_PersonalGridManage.cs" />
  64. <Compile Include="OTB_SYS_ProgramList.cs" />
  65. <Compile Include="OTB_SYS_Rules.cs" />
  66. <Compile Include="OTB_SYS_SystemSetting.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="OTB_SYS_Jobtitle.cs" />
  69. <Compile Include="OTB_SYS_Members.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="..\DBUtility\DBUtility.csproj">
  73. <Project>{42B54F40-7082-4C33-8588-7FB9A793627C}</Project>
  74. <Name>DBUtility</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\OT.IDAL\OT.IDAL.csproj">
  77. <Project>{2F773E37-5D11-4F8B-A89F-B32D2429BF13}</Project>
  78. <Name>OT.IDAL</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\OT.Model\OT.Model.csproj">
  81. <Project>{A308B1E8-C106-4E86-8020-5C0AA24C0BFA}</Project>
  82. <Name>OT.Model</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  87. Other similar extension points exist, see Microsoft.Common.targets.
  88. <Target Name="BeforeBuild">
  89. </Target>
  90. <Target Name="AfterBuild">
  91. </Target>
  92. -->
  93. </Project>