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.

103 lines
4.4 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>{884AD3A2-EAFE-4707-BA27-B7FD73DC364F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>OT.Common</RootNamespace>
  12. <AssemblyName>OT.Common</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  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="Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>bin\Debug\Common.dll</HintPath>
  37. </Reference>
  38. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>bin\Debug\log4net.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>bin\Debug\Newtonsoft.Json.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.EnterpriseServices" />
  49. <Reference Include="System.ServiceModel.Web" />
  50. <Reference Include="System.Web" />
  51. <Reference Include="System.Web.Services" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Class1.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="SecurityUtil.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ProjectReference Include="..\DBUtility\DBUtility.csproj">
  65. <Project>{42B54F40-7082-4C33-8588-7FB9A793627C}</Project>
  66. <Name>DBUtility</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\OT.BLL\OT.BLL.csproj">
  69. <Project>{1C0A2FF3-0609-4687-9DE6-BC18679C7506}</Project>
  70. <Name>OT.BLL</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\OT.Controls\OT.Controls.csproj">
  73. <Project>{2393D84F-D49D-4DA2-9133-8DB64AECC398}</Project>
  74. <Name>OT.Controls</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\OT.DALFactory\OT.DALFactory.csproj">
  77. <Project>{01FBA8D5-6C28-4720-9E55-8B063FE2CD2F}</Project>
  78. <Name>OT.DALFactory</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\OT.IDAL\OT.IDAL.csproj">
  81. <Project>{2F773E37-5D11-4F8B-A89F-B32D2429BF13}</Project>
  82. <Name>OT.IDAL</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\OT.Model\OT.Model.csproj">
  85. <Project>{A308B1E8-C106-4E86-8020-5C0AA24C0BFA}</Project>
  86. <Name>OT.Model</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\OT.SQLServerDAL\OT.SQLServerDAL.csproj">
  89. <Project>{CD43BC38-A3D0-4AED-AB0F-F2B2D54F52E8}</Project>
  90. <Name>OT.SQLServerDAL</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <WCFMetadata Include="Service References\" />
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>