Com.FirmLib.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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>{8E39978D-E06F-44CD-BBC9-B6F10FAC29DE}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Com.FirmLib</RootNamespace>
  11. <AssemblyName>Com.FirmLib</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\..\OutputDll\</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>..\..\OutputDll\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  34. <DebugSymbols>true</DebugSymbols>
  35. <OutputPath>..\..\OutputDll\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>x64</PlatformTarget>
  39. <ErrorReport>prompt</ErrorReport>
  40. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  43. <OutputPath>..\..\OutputDll\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <Optimize>true</Optimize>
  46. <DebugType>pdbonly</DebugType>
  47. <PlatformTarget>x64</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="FWindSoft, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\..\Dlls\FirmLibDll\FWindSoft.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\..\Dlls\Newtonsoft.Json.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.ComponentModel.Composition" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Net.Http.WebRequest" />
  64. <Reference Include="System.Runtime.Caching" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Net.Http" />
  69. <Reference Include="System.Xml" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="BaseHttpBll.cs" />
  73. <Compile Include="Bll\AssetBll.cs" />
  74. <Compile Include="Bll\BrandBll.cs" />
  75. <Compile Include="Bll\EquipmentFamilyBll.cs" />
  76. <Compile Include="Bll\EquipmentInfoPointBll.cs" />
  77. <Compile Include="Bll\FileBll.cs" />
  78. <Compile Include="Bll\GeneralBll.cs" />
  79. <Compile Include="Bll\InsuerBll.cs" />
  80. <Compile Include="Bll\MaintainerBll.cs" />
  81. <Compile Include="Bll\ManufacturerBll.cs" />
  82. <Compile Include="Bll\MBIBll\StationVenderBll.cs" />
  83. <Compile Include="Bll\PlatformBll\PlatformBll.cs" />
  84. <Compile Include="Bll\ProductBll.cs" />
  85. <Compile Include="Bll\ProductDirectoryBll.cs" />
  86. <Compile Include="Bll\ProductTypeBll.cs" />
  87. <Compile Include="Bll\ProjectBll.cs" />
  88. <Compile Include="Bll\SellerBll.cs" />
  89. <Compile Include="CacheData\PlatformProjectManager.cs" />
  90. <Compile Include="Common\BatchResult.cs" />
  91. <Compile Include="Common\JObjectExtension.cs" />
  92. <Compile Include="Common\PostFile.cs" />
  93. <Compile Include="Common\PostResult.cs" />
  94. <Compile Include="Common\ProjectSetting.cs" />
  95. <Compile Include="Entity\AssetItem.cs" />
  96. <Compile Include="Entity\BrandItem.cs" />
  97. <Compile Include="Entity\EquipmentFamilyItem.cs" />
  98. <Compile Include="Entity\EquipmentInfoPointItem.cs" />
  99. <Compile Include="Entity\InsuerItem.cs" />
  100. <Compile Include="Entity\LinkerItem.cs" />
  101. <Compile Include="Entity\MaintainerItem.cs" />
  102. <Compile Include="Entity\ManufacturerItem.cs" />
  103. <Compile Include="Entity\MBIEntity\BrandTreeItem.cs" />
  104. <Compile Include="Entity\MBIEntity\InsuerPolicyItem.cs" />
  105. <Compile Include="Entity\MBIEntity\ProductTypeDetailItem.cs" />
  106. <Compile Include="Entity\MBIEntity\SupplyContractItem.cs" />
  107. <Compile Include="Entity\MBIEntity\VenderLinkItem.cs" />
  108. <Compile Include="Entity\MBIParameter\MBIBuiltInParameter.cs" />
  109. <Compile Include="Entity\MBIParameter\MBIDefinition.cs" />
  110. <Compile Include="Entity\MBIParameter\MBIItem.cs" />
  111. <Compile Include="Entity\MBIParameter\MBIParameter.cs" />
  112. <Compile Include="Entity\ParameterItem.cs" />
  113. <Compile Include="Entity\PlatformEntity\ParameterUtil.cs" />
  114. <Compile Include="Entity\PlatformEntity\TdAssetItem.cs" />
  115. <Compile Include="Entity\PlatformEntity\SearchLimit.cs" />
  116. <Compile Include="Entity\PlatformEntity\SearchResult.cs" />
  117. <Compile Include="Entity\PolicyItem.cs" />
  118. <Compile Include="Entity\ProductItem.cs" />
  119. <Compile Include="BllHttpSetting.cs" />
  120. <Compile Include="Entity\ProductTypeItem.cs" />
  121. <Compile Include="Entity\ProjectItem.cs" />
  122. <Compile Include="Entity\SellerItem.cs" />
  123. <Compile Include="FileUrlValidate.cs" />
  124. <Compile Include="HttpClientManager.cs" />
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <Compile Include="RequestInfo.cs" />
  127. <Compile Include="ResponseRelation.cs" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <None Include="app.config">
  131. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  132. </None>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <ProjectReference Include="..\..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  136. <Project>{07B73C98-DCB0-4782-81FA-F50A30B563AB}</Project>
  137. <Name>SAGA.DotNetUtils</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="..\..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  140. <Project>{D6201677-B7E4-495A-81AB-33C5837121E6}</Project>
  141. <Name>SAGA.RevitUtils</Name>
  142. </ProjectReference>
  143. </ItemGroup>
  144. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  145. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  146. Other similar extension points exist, see Microsoft.Common.targets.
  147. <Target Name="BeforeBuild">
  148. </Target>
  149. <Target Name="AfterBuild">
  150. </Target>
  151. -->
  152. </Project>