SmartDeviceService.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{0B637813-6AE3-4AEE-8317-0FF1EC7C0584}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Service.SmartDeviceService</RootNamespace>
  11. <AssemblyName>SmartDeviceService</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\x86\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>x86</PlatformTarget>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  50. <OutputPath>bin\x86\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <Optimize>true</Optimize>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="Curtain.DataAccess">
  60. <HintPath>..\..\DLL\Curtain.DataAccess.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\..\DLL\Oracle.ManagedDataAccess.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Data" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="SmartDeviceLogic.cs" />
  72. <Compile Include="PLCModuleLogic.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  77. <Project>{61710211-9B80-45C1-B338-FDF984C9AE43}</Project>
  78. <Name>BaseResources</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  81. <Project>{D0492C0B-7B65-4D8F-8EA5-BC0570E19050}</Project>
  82. <Name>DataAccess</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\DK.Basics\HslCommunication_Net35\HslCommunication_Net35.csproj">
  85. <Project>{d3710b78-1b32-4d53-9604-0451a795a2f5}</Project>
  86. <Name>HslCommunication_Net35</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  89. <Project>{4C4BFBDC-125C-488A-8B35-5A0637478C66}</Project>
  90. <Name>WCF.DataModels</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\DKIBOSSPRDLogic\DKIBOSSPRDLogic.csproj">
  93. <Project>{5d0fe449-2391-4b60-ace9-b0435cb18f23}</Project>
  94. <Name>DKIBOSSPRDLogic</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\PDAModuleLogic\PDAModuleLogic.csproj">
  97. <Project>{75a1a28d-7076-4dc7-a1d4-703b884ecdeb}</Project>
  98. <Name>PDAModuleLogic</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\PMModuleLogic\PMModuleLogic.csproj">
  101. <Project>{0492b0d6-2908-4aff-be1e-0e4f7b07622d}</Project>
  102. <Name>PMModuleLogic</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\Service.DataModels\Service.DataModels.csproj">
  105. <Project>{16C72702-C162-4CD3-9CCC-40B9D8491CCD}</Project>
  106. <Name>Service.DataModels</Name>
  107. </ProjectReference>
  108. </ItemGroup>
  109. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  110. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  111. Other similar extension points exist, see Microsoft.Common.targets.
  112. <Target Name="BeforeBuild">
  113. </Target>
  114. <Target Name="AfterBuild">
  115. </Target>
  116. -->
  117. </Project>