SmartDeviceService.csproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\DLL\Oracle.ManagedDataAccess.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Data" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="SmartDeviceLogic.cs" />
  69. <Compile Include="PLCModuleLogic.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  74. <Project>{61710211-9B80-45C1-B338-FDF984C9AE43}</Project>
  75. <Name>BaseResources</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  78. <Project>{D0492C0B-7B65-4D8F-8EA5-BC0570E19050}</Project>
  79. <Name>DataAccess</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\..\DK.Basics\HslCommunication_Net35\HslCommunication_Net35.csproj">
  82. <Project>{d3710b78-1b32-4d53-9604-0451a795a2f5}</Project>
  83. <Name>HslCommunication_Net35</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  86. <Project>{4C4BFBDC-125C-488A-8B35-5A0637478C66}</Project>
  87. <Name>WCF.DataModels</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\DKIBOSSPRDLogic\DKIBOSSPRDLogic.csproj">
  90. <Project>{5d0fe449-2391-4b60-ace9-b0435cb18f23}</Project>
  91. <Name>DKIBOSSPRDLogic</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\PDAModuleLogic\PDAModuleLogic.csproj">
  94. <Project>{75a1a28d-7076-4dc7-a1d4-703b884ecdeb}</Project>
  95. <Name>PDAModuleLogic</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\PMModuleLogic\PMModuleLogic.csproj">
  98. <Project>{0492b0d6-2908-4aff-be1e-0e4f7b07622d}</Project>
  99. <Name>PMModuleLogic</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\Service.DataModels\Service.DataModels.csproj">
  102. <Project>{16C72702-C162-4CD3-9CCC-40B9D8491CCD}</Project>
  103. <Name>Service.DataModels</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  107. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  108. Other similar extension points exist, see Microsoft.Common.targets.
  109. <Target Name="BeforeBuild">
  110. </Target>
  111. <Target Name="AfterBuild">
  112. </Target>
  113. -->
  114. </Project>