OTSCommon.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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.7.2</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)' == 'LithiumCleanness|AnyCPU'">
  93. <OutputPath>bin\LithiumCleanness\</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)' == 'LithiumCleanness|x64'">
  102. <OutputPath>bin\x64\LithiumCleanness\</OutputPath>
  103. <DebugType>pdbonly</DebugType>
  104. <PlatformTarget>x64</PlatformTarget>
  105. <LangVersion>7.3</LangVersion>
  106. <ErrorReport>prompt</ErrorReport>
  107. </PropertyGroup>
  108. <ItemGroup>
  109. <Reference Include="System" />
  110. <Reference Include="System.Core" />
  111. <Reference Include="System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
  112. <SpecificVersion>False</SpecificVersion>
  113. <HintPath>..\Bin\x64\Debug\System.Data.SQLite.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Drawing" />
  116. <Reference Include="System.Windows.Forms" />
  117. <Reference Include="System.Windows.Forms.Ribbon, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  118. <SpecificVersion>False</SpecificVersion>
  119. <HintPath>..\Bin\x64\Debug\System.Windows.Forms.Ribbon.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Xml.Linq" />
  122. <Reference Include="System.Data.DataSetExtensions" />
  123. <Reference Include="Microsoft.CSharp" />
  124. <Reference Include="System.Data" />
  125. <Reference Include="System.Net.Http" />
  126. <Reference Include="System.Xml" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Compile Include="Language.cs" />
  130. <Compile Include="MergedparticlesHelper.cs" />
  131. <Compile Include="Model\Element.cs" />
  132. <Compile Include="Model\Field.cs" />
  133. <Compile Include="Model\Particle.cs" />
  134. <Compile Include="Model\ResultFile.cs" />
  135. <Compile Include="Model\RptConfigFile.cs" />
  136. <Compile Include="Model\Segment.cs" />
  137. <Compile Include="Model\XRay.cs" />
  138. <Compile Include="ParticleData.cs" />
  139. <Compile Include="Properties\AssemblyInfo.cs" />
  140. <Compile Include="SqLiteHelper.cs" />
  141. <Compile Include="SQliteManageClass.cs" />
  142. <Compile Include="XMLManageClass.cs" />
  143. <Compile Include="XMLoperate.cs" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <ProjectReference Include="..\OTSCPP\OTSClrInterface\OTSClrInterface.vcxproj">
  147. <Project>{490a8592-7b13-4536-b475-028e73007fae}</Project>
  148. <Name>OTSClrInterface</Name>
  149. </ProjectReference>
  150. </ItemGroup>
  151. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  152. </Project>