OTSCommon.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{3B7695AA-8231-45AC-B493-84390A945D02}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>OTSCommon</RootNamespace>
  11. <AssemblyName>OTSCommon</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</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>..\Bin\Win32\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <PlatformTarget>AnyCPU</PlatformTarget>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>..\Bin\x64\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
  39. <OutputPath>..\bin\Win32\Release_oxford50\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  42. <DebugType>pdbonly</DebugType>
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <LangVersion>7.3</LangVersion>
  45. <ErrorReport>prompt</ErrorReport>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  48. <DebugSymbols>true</DebugSymbols>
  49. <OutputPath>..\Bin\x64\Debug\</OutputPath>
  50. <DefineConstants>DEBUG;TRACE</DefineConstants>
  51. <DebugType>full</DebugType>
  52. <PlatformTarget>x64</PlatformTarget>
  53. <LangVersion>7.3</LangVersion>
  54. <ErrorReport>prompt</ErrorReport>
  55. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  58. <OutputPath>bin\x64\Release\</OutputPath>
  59. <DefineConstants>TRACE</DefineConstants>
  60. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  61. <DebugType>pdbonly</DebugType>
  62. <PlatformTarget>x64</PlatformTarget>
  63. <LangVersion>7.3</LangVersion>
  64. <ErrorReport>prompt</ErrorReport>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  67. <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
  68. <DefineConstants>
  69. </DefineConstants>
  70. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  71. <DebugType>pdbonly</DebugType>
  72. <PlatformTarget>x64</PlatformTarget>
  73. <LangVersion>7.3</LangVersion>
  74. <ErrorReport>prompt</ErrorReport>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|AnyCPU'">
  77. <OutputPath>bin\CleannessRelease\</OutputPath>
  78. <DefineConstants>TRACE</DefineConstants>
  79. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  80. <DebugType>pdbonly</DebugType>
  81. <PlatformTarget>AnyCPU</PlatformTarget>
  82. <LangVersion>7.3</LangVersion>
  83. <ErrorReport>prompt</ErrorReport>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x64'">
  86. <OutputPath>bin\x64\CleannessRelease\</OutputPath>
  87. <DebugType>pdbonly</DebugType>
  88. <PlatformTarget>x64</PlatformTarget>
  89. <LangVersion>7.3</LangVersion>
  90. <ErrorReport>prompt</ErrorReport>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|AnyCPU'">
  93. <OutputPath>bin\Release_oxford60\</OutputPath>
  94. <DefineConstants>TRACE</DefineConstants>
  95. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  96. <DebugType>pdbonly</DebugType>
  97. <PlatformTarget>AnyCPU</PlatformTarget>
  98. <LangVersion>7.3</LangVersion>
  99. <ErrorReport>prompt</ErrorReport>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
  102. <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
  103. <DebugType>pdbonly</DebugType>
  104. <PlatformTarget>x64</PlatformTarget>
  105. <LangVersion>7.3</LangVersion>
  106. <ErrorReport>prompt</ErrorReport>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">
  109. <OutputPath>bin\Release_oxford61\</OutputPath>
  110. <DefineConstants>TRACE</DefineConstants>
  111. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  112. <DebugType>pdbonly</DebugType>
  113. <PlatformTarget>AnyCPU</PlatformTarget>
  114. <LangVersion>7.3</LangVersion>
  115. <ErrorReport>prompt</ErrorReport>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">
  118. <OutputPath>..\bin\x64\Release_oxford61\</OutputPath>
  119. <DebugType>pdbonly</DebugType>
  120. <PlatformTarget>x64</PlatformTarget>
  121. <LangVersion>7.3</LangVersion>
  122. <ErrorReport>prompt</ErrorReport>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|AnyCPU'">
  125. <OutputPath>bin\Release_oxford62\</OutputPath>
  126. <DefineConstants>TRACE</DefineConstants>
  127. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  128. <DebugType>pdbonly</DebugType>
  129. <PlatformTarget>AnyCPU</PlatformTarget>
  130. <LangVersion>7.3</LangVersion>
  131. <ErrorReport>prompt</ErrorReport>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|x64'">
  134. <OutputPath>bin\x64\Release_oxford62\</OutputPath>
  135. <DebugType>pdbonly</DebugType>
  136. <PlatformTarget>x64</PlatformTarget>
  137. <LangVersion>7.3</LangVersion>
  138. <ErrorReport>prompt</ErrorReport>
  139. </PropertyGroup>
  140. <ItemGroup>
  141. <Reference Include="BouncyCastle.Crypto">
  142. <HintPath>..\OpenDll\WordApiDll\BouncyCastle.Crypto.dll</HintPath>
  143. <Private>False</Private>
  144. </Reference>
  145. <Reference Include="ICSharpCode.SharpZipLib">
  146. <HintPath>..\OpenDll\WordApiDll\ICSharpCode.SharpZipLib.dll</HintPath>
  147. <Private>False</Private>
  148. </Reference>
  149. <Reference Include="NPOI">
  150. <HintPath>..\OpenDll\NPOI\NPOI.dll</HintPath>
  151. <Private>False</Private>
  152. </Reference>
  153. <Reference Include="NPOI.OOXML">
  154. <HintPath>..\OpenDll\NPOI\NPOI.OOXML.dll</HintPath>
  155. <Private>False</Private>
  156. </Reference>
  157. <Reference Include="NPOI.OpenXml4Net">
  158. <HintPath>..\OpenDll\NPOI\NPOI.OpenXml4Net.dll</HintPath>
  159. <Private>False</Private>
  160. </Reference>
  161. <Reference Include="NPOI.OpenXmlFormats">
  162. <HintPath>..\OpenDll\NPOI\NPOI.OpenXmlFormats.dll</HintPath>
  163. <Private>False</Private>
  164. </Reference>
  165. <Reference Include="System" />
  166. <Reference Include="System.Core" />
  167. <Reference Include="System.Data.SQLite">
  168. <HintPath>..\packages\System.Data.SQLite.x64.1.0.115.0\lib\net46\System.Data.SQLite.dll</HintPath>
  169. <Private>False</Private>
  170. </Reference>
  171. <Reference Include="System.Drawing" />
  172. <Reference Include="System.Windows.Forms" />
  173. <Reference Include="System.Windows.Forms.Ribbon, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  174. <SpecificVersion>False</SpecificVersion>
  175. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  176. <Private>False</Private>
  177. </Reference>
  178. <Reference Include="System.Xml.Linq" />
  179. <Reference Include="System.Data.DataSetExtensions" />
  180. <Reference Include="Microsoft.CSharp" />
  181. <Reference Include="System.Data" />
  182. <Reference Include="System.Net.Http" />
  183. <Reference Include="System.Xml" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <Compile Include="ExportToExcel.cs" />
  187. <Compile Include="Language.cs" />
  188. <Compile Include="MergedparticlesHelper.cs" />
  189. <Compile Include="ReportModel\Element.cs" />
  190. <Compile Include="ReportModel\Field.cs" />
  191. <Compile Include="ReportModel\Particle.cs" />
  192. <Compile Include="ReportModel\ResultFile.cs" />
  193. <Compile Include="ReportModel\RptConfigFile.cs" />
  194. <Compile Include="ReportModel\Segment.cs" />
  195. <Compile Include="ReportModel\XRay.cs" />
  196. <Compile Include="ParticleData.cs" />
  197. <Compile Include="Periodic.cs" />
  198. <Compile Include="Properties\AssemblyInfo.cs" />
  199. <Compile Include="SqLiteHelper.cs" />
  200. <Compile Include="SQliteManageClass.cs" />
  201. <Compile Include="XMLManageClass.cs" />
  202. <Compile Include="XMLoperate.cs" />
  203. </ItemGroup>
  204. <ItemGroup>
  205. <None Include="App.config" />
  206. <None Include="packages.config" />
  207. </ItemGroup>
  208. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  209. </Project>