SCC.Services.csproj 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{08688BE4-FB60-4F1C-A129-87DAAA4EDD3E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SCC.Services</RootNamespace>
  12. <AssemblyName>SCC.Services</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="BaseServices.cs" />
  47. <Compile Include="CheckResultServices.cs" />
  48. <Compile Include="CommonServices.cs" />
  49. <Compile Include="DTOpenCodeServices.cs" />
  50. <Compile Include="EmailServices.cs" />
  51. <Compile Include="Open3CodeServices.cs" />
  52. <Compile Include="Open9CodeServices.cs" />
  53. <Compile Include="OpenCaiApiServices.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. <Compile Include="Open4CodeServices.cs" />
  56. <Compile Include="Open5CodeServices.cs" />
  57. <Compile Include="Open8CodeServices.cs" />
  58. <Compile Include="Open21CodeServices.cs" />
  59. <Compile Include="Open10CodeServices.cs" />
  60. <Compile Include="Open7CodeServices.cs" />
  61. <Compile Include="TrendChartServices.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ProjectReference Include="..\SCC.Common\SCC.Common.csproj">
  65. <Project>{D32362DC-FF23-45A5-9EA9-18E3AC26E48B}</Project>
  66. <Name>SCC.Common</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\SCC.Interface\SCC.Interface.csproj">
  69. <Project>{1C91B09A-FF04-40C7-BC95-BADFF1771115}</Project>
  70. <Name>SCC.Interface</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\SCC.Models\SCC.Models.csproj">
  73. <Project>{CB2988D4-4E7F-4F53-9CBA-4508B483F3CA}</Project>
  74. <Name>SCC.Models</Name>
  75. </ProjectReference>
  76. </ItemGroup>
  77. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  78. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  79. Other similar extension points exist, see Microsoft.Common.targets.
  80. <Target Name="BeforeBuild">
  81. </Target>
  82. <Target Name="AfterBuild">
  83. </Target>
  84. -->
  85. </Project>