Annotation.csproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>{714C794E-A8C5-4A35-AFD5-C215A78386FC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SmartCoalApplication.Annotation</RootNamespace>
  11. <AssemblyName>SmartCoalApplication.Annotation</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>false</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  36. <DebugSymbols>true</DebugSymbols>
  37. <OutputPath>bin\x86\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>x86</PlatformTarget>
  42. <LangVersion>7.3</LangVersion>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  47. <OutputPath>bin\x86\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <Optimize>true</Optimize>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <LangVersion>7.3</LangVersion>
  53. <ErrorReport>prompt</ErrorReport>
  54. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Drawing" />
  60. <Reference Include="System.Windows.Forms" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Command\Command.cs" />
  70. <Compile Include="Command\CommandAdd.cs" />
  71. <Compile Include="Command\CommandChangeState.cs" />
  72. <Compile Include="Command\CommandDelete.cs" />
  73. <Compile Include="Command\CommandDeleteAll.cs" />
  74. <Compile Include="Enum\DrawClass.cs" />
  75. <Compile Include="Enum\CameraParamType.cs" />
  76. <Compile Include="Enum\EnumHelper.cs" />
  77. <Compile Include="Enum\FormulaSymbolType.cs" />
  78. <Compile Include="Enum\MeasureAttributes.cs" />
  79. <Compile Include="FieldView\ToolViewCircle.cs" />
  80. <Compile Include="FieldView\ToolViewOval.cs" />
  81. <Compile Include="FieldView\ToolViewPolygon.cs" />
  82. <Compile Include="FieldView\ToolViewRectangle.cs" />
  83. <Compile Include="FieldView\ToolViewRectangleEx.cs" />
  84. <Compile Include="FieldView\ToolViewSquare.cs" />
  85. <Compile Include="FieldView\ToolViewTriangle.cs" />
  86. <Compile Include="FieldView\ToolViewTriangleEx.cs" />
  87. <Compile Include="FieldView\ViewBase.cs" />
  88. <Compile Include="FieldView\ViewCircle.cs" />
  89. <Compile Include="FieldView\ViewOval.cs" />
  90. <Compile Include="FieldView\ViewPolygon.cs" />
  91. <Compile Include="FieldView\ViewRectangle.cs" />
  92. <Compile Include="FieldView\ViewRectangleEx.cs" />
  93. <Compile Include="FieldView\ViewSquare.cs" />
  94. <Compile Include="FieldView\ViewTriangle.cs" />
  95. <Compile Include="FieldView\ViewTriangleEx.cs" />
  96. <Compile Include="Label\DrawLine.cs" />
  97. <Compile Include="Label\DrawLineSegment.cs" />
  98. <Compile Include="DrawObject.cs" />
  99. <Compile Include="Label\DrawRectangle.cs" />
  100. <Compile Include="Label\ToolRectangle.cs" />
  101. <Compile Include="Measure\MeasureDistanceLine.cs" />
  102. <Compile Include="Measure\MeasureLength.cs" />
  103. <Compile Include="Measure\MeasureDrawObject.cs" />
  104. <Compile Include="Measure\MeasureVLine.cs" />
  105. <Compile Include="Measure\MeasureHLine.cs" />
  106. <Compile Include="Measure\MeasureLine.cs" />
  107. <Compile Include="Enum\DrawToolType.cs" />
  108. <Compile Include="GraphicsList.cs" />
  109. <Compile Include="ISurfaceBox.cs" />
  110. <Compile Include="Measure\ToolMeasureDistanceLine.cs" />
  111. <Compile Include="Measure\ToolMeasureLength.cs" />
  112. <Compile Include="Measure\ToolMeasureVLine.cs" />
  113. <Compile Include="Measure\ToolMeasureHLine.cs" />
  114. <Compile Include="Measure\ToolMeasureLine.cs" />
  115. <Compile Include="Measure\ToolMeasureObject.cs" />
  116. <Compile Include="Other\ImageCutDraw.cs" />
  117. <Compile Include="Other\ColorPickerTool.cs" />
  118. <Compile Include="Other\PanTool.cs" />
  119. <Compile Include="Other\ImageCutTool.cs" />
  120. <Compile Include="relationModel\CameraRelationModel.cs" />
  121. <Compile Include="relationModel\MeasureRelationModel.cs" />
  122. <Compile Include="relationModel\LabelRelationModel.cs" />
  123. <Compile Include="Tool.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <Compile Include="Label\ToolLine.cs" />
  126. <Compile Include="Label\ToolLineSegment.cs" />
  127. <Compile Include="ToolNull.cs" />
  128. <Compile Include="ToolObject.cs" />
  129. <Compile Include="ToolPointer.cs" />
  130. <Compile Include="UndoManager.cs" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ProjectReference Include="..\Base\Base.csproj">
  134. <Project>{897ef588-5b1e-4015-96a0-907cfe9c55e4}</Project>
  135. <Name>Base</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\Resources\Resources.csproj">
  138. <Project>{0b173113-1f9b-4939-a62f-a176336f13ac}</Project>
  139. <Name>Resources</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\SystemLayer\SystemLayer.csproj">
  142. <Project>{80572820-93A5-4278-A513-D902BEA2639C}</Project>
  143. <Name>SystemLayer</Name>
  144. </ProjectReference>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Content Include="bin\Debug\dll\x64\OpenCvSharpExtern.dll" />
  148. <Content Include="bin\Debug\dll\x64\opencv_ffmpeg400_64.dll" />
  149. <Content Include="bin\Debug\dll\x86\OpenCvSharpExtern.dll" />
  150. <Content Include="bin\Debug\dll\x86\opencv_ffmpeg400.dll" />
  151. <Content Include="bin\Debug\OpenCvSharp.dll" />
  152. <Content Include="bin\Debug\OpenCvSharp.pdb" />
  153. <Content Include="bin\Debug\OpenCvSharp.xml" />
  154. <Content Include="bin\Debug\PaintDotNet.Annotation.dll" />
  155. <Content Include="bin\Debug\PaintDotNet.Annotation.pdb" />
  156. <Content Include="bin\Debug\PaintDotNet.Base.dll" />
  157. <Content Include="bin\Debug\PaintDotNet.Base.pdb" />
  158. <Content Include="bin\Debug\PaintDotNet.Resources.dll" />
  159. <Content Include="bin\Debug\PaintDotNet.Resources.pdb" />
  160. <Content Include="bin\Debug\PaintDotNet.SystemLayer.dll" />
  161. <Content Include="bin\Debug\PaintDotNet.SystemLayer.pdb" />
  162. <Content Include="bin\Debug\System.Data.SQLite.dll" />
  163. <Content Include="bin\Debug\System.Data.SQLite.xml" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <None Include="app.config" />
  167. <None Include="bin\Debug\System.Data.SQLite.dll.config" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Folder Include="bin\Release\" />
  171. </ItemGroup>
  172. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  173. </Project>