OTSCommon.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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.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>..\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. <ItemGroup>
  125. <Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  126. <HintPath>..\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  127. </Reference>
  128. <Reference Include="ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  129. <HintPath>..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  130. </Reference>
  131. <Reference Include="NPOI, Version=2.5.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  132. <HintPath>..\packages\NPOI.2.5.6\lib\net45\NPOI.dll</HintPath>
  133. </Reference>
  134. <Reference Include="NPOI.OOXML, Version=2.5.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  135. <HintPath>..\packages\NPOI.2.5.6\lib\net45\NPOI.OOXML.dll</HintPath>
  136. </Reference>
  137. <Reference Include="NPOI.OpenXml4Net, Version=2.5.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  138. <HintPath>..\packages\NPOI.2.5.6\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
  139. </Reference>
  140. <Reference Include="NPOI.OpenXmlFormats, Version=2.5.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  141. <HintPath>..\packages\NPOI.2.5.6\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
  142. </Reference>
  143. <Reference Include="System" />
  144. <Reference Include="System.Core" />
  145. <Reference Include="System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
  146. <SpecificVersion>False</SpecificVersion>
  147. <HintPath>..\Bin\x64\Debug\System.Data.SQLite.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System.Drawing" />
  150. <Reference Include="System.Windows.Forms" />
  151. <Reference Include="System.Windows.Forms.Ribbon, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  152. <SpecificVersion>False</SpecificVersion>
  153. <HintPath>..\Bin\x64\Debug\System.Windows.Forms.Ribbon.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Xml.Linq" />
  156. <Reference Include="System.Data.DataSetExtensions" />
  157. <Reference Include="Microsoft.CSharp" />
  158. <Reference Include="System.Data" />
  159. <Reference Include="System.Net.Http" />
  160. <Reference Include="System.Xml" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <Compile Include="ExportToExcel.cs" />
  164. <Compile Include="Language.cs" />
  165. <Compile Include="MergedparticlesHelper.cs" />
  166. <Compile Include="Model\Element.cs" />
  167. <Compile Include="Model\Field.cs" />
  168. <Compile Include="Model\Particle.cs" />
  169. <Compile Include="Model\ResultFile.cs" />
  170. <Compile Include="Model\RptConfigFile.cs" />
  171. <Compile Include="Model\Segment.cs" />
  172. <Compile Include="Model\XRay.cs" />
  173. <Compile Include="ParticleData.cs" />
  174. <Compile Include="Periodic.cs" />
  175. <Compile Include="Properties\AssemblyInfo.cs" />
  176. <Compile Include="SqLiteHelper.cs" />
  177. <Compile Include="SQliteManageClass.cs" />
  178. <Compile Include="XMLManageClass.cs" />
  179. <Compile Include="XMLoperate.cs" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <None Include="packages.config" />
  183. </ItemGroup>
  184. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  185. </Project>