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.

135 lines
6.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{73547686-0A8C-495B-B1CF-8BFEE42E3D06}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ArsenalDB</RootNamespace>
  11. <AssemblyName>ArsenalDB</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <PlatformTarget>x64</PlatformTarget>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  34. <DebugSymbols>true</DebugSymbols>
  35. <OutputPath>bin\x86\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>x86</PlatformTarget>
  39. <ErrorReport>prompt</ErrorReport>
  40. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  43. <OutputPath>bin\x86\Release\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <Optimize>true</Optimize>
  46. <DebugType>pdbonly</DebugType>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  52. <DebugSymbols>true</DebugSymbols>
  53. <OutputPath>bin\x64\Debug\</OutputPath>
  54. <DefineConstants>DEBUG;TRACE</DefineConstants>
  55. <DebugType>full</DebugType>
  56. <PlatformTarget>x64</PlatformTarget>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  61. <OutputPath>bin\x64\Release\</OutputPath>
  62. <DefineConstants>TRACE</DefineConstants>
  63. <Optimize>true</Optimize>
  64. <DebugType>pdbonly</DebugType>
  65. <PlatformTarget>x64</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <Reference Include="IBM.Data.Informix, Version=9.7.4.4, Culture=neutral, PublicKeyToken=7c307b91aa13d208, processorArchitecture=x86">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\eModule\3rd\informix\IBM.Data.Informix.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="LogisticsUtil">
  76. <HintPath>..\eModule\LogisticsUtil\LogisticsUtil.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Oracle.ManagedDataAccess">
  83. <HintPath>..\packages\Oracle.ManagedDataAccess.12.1.2400\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  84. </Reference>
  85. <Reference Include="SignalerMessage">
  86. <HintPath>..\eModule\SignalerMessage\SignalerMessage.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System" />
  89. <Reference Include="System.Core" />
  90. <Reference Include="System.Transactions" />
  91. <Reference Include="System.Web.Extensions" />
  92. <Reference Include="System.Xml.Linq" />
  93. <Reference Include="System.Data.DataSetExtensions" />
  94. <Reference Include="Microsoft.CSharp" />
  95. <Reference Include="System.Data" />
  96. <Reference Include="System.Xml" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="OT\COM\ArsenalDB\ArsenalDBMgr.cs" />
  100. <Compile Include="OT\COM\ArsenalDB\ColumnMiscAttribute.cs" />
  101. <Compile Include="OT\COM\ArsenalDB\Command.cs" />
  102. <Compile Include="OT\COM\ArsenalDB\DBColumnInfo.cs" />
  103. <Compile Include="OT\COM\ArsenalDB\DBConnectionInfo.cs" />
  104. <Compile Include="OT\COM\ArsenalDB\DictionaryExtensions.cs" />
  105. <Compile Include="OT\COM\ArsenalDB\EntityUtil.cs" />
  106. <Compile Include="OT\COM\ArsenalDB\interface\ArsenalInterface.cs" />
  107. <Compile Include="OT\COM\ArsenalDB\EntityBase.cs" />
  108. <Compile Include="OT\COM\ArsenalDB\MSSQL\MSSQLArsenalDB.cs" />
  109. <Compile Include="OT\COM\ArsenalDB\ORACLESQL\ORACLESQLArsenalDB.cs" />
  110. <Compile Include="OT\COM\ArsenalDB\QueryDataSet.cs" />
  111. <Compile Include="OT\COM\ArsenalDB\QueryDataTable.cs" />
  112. <Compile Include="OT\COM\ArsenalDB\QueryJson.cs" />
  113. <Compile Include="OT\COM\ArsenalDB\QueryJsonElement.cs" />
  114. <Compile Include="OT\COM\ArsenalDB\QueryORMList.cs" />
  115. <Compile Include="OT\COM\ArsenalDB\SQLStruct.cs" />
  116. <Compile Include="OT\COM\ArsenalDB\WhereNode.cs" />
  117. <Compile Include="OT\COM\ArsenalDB\TableInfo.cs" />
  118. <Compile Include="OT\COM\ArsenalDB\TableMiscAttribute.cs" />
  119. <Compile Include="Properties\AssemblyInfo.cs" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <None Include="packages.config" />
  123. </ItemGroup>
  124. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  125. <PropertyGroup>
  126. <PreBuildEvent>
  127. </PreBuildEvent>
  128. </PropertyGroup>
  129. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  130. Other similar extension points exist, see Microsoft.Common.targets.
  131. <Target Name="BeforeBuild">
  132. </Target>
  133. <Target Name="AfterBuild">
  134. </Target>
  135. -->
  136. </Project>