123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{714C794E-A8C5-4A35-AFD5-C215A78386FC}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SmartCoalApplication.Annotation</RootNamespace>
- <AssemblyName>SmartCoalApplication.Annotation</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>false</Deterministic>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Command\Command.cs" />
- <Compile Include="Command\CommandAdd.cs" />
- <Compile Include="Command\CommandChangeState.cs" />
- <Compile Include="Command\CommandDelete.cs" />
- <Compile Include="Command\CommandDeleteAll.cs" />
- <Compile Include="Enum\DrawClass.cs" />
- <Compile Include="Enum\CameraParamType.cs" />
- <Compile Include="Enum\EnumHelper.cs" />
- <Compile Include="Enum\FormulaSymbolType.cs" />
- <Compile Include="Enum\MeasureAttributes.cs" />
- <Compile Include="FieldView\ToolViewCircle.cs" />
- <Compile Include="FieldView\ToolViewOval.cs" />
- <Compile Include="FieldView\ToolViewPolygon.cs" />
- <Compile Include="FieldView\ToolViewRectangle.cs" />
- <Compile Include="FieldView\ToolViewRectangleEx.cs" />
- <Compile Include="FieldView\ToolViewSquare.cs" />
- <Compile Include="FieldView\ToolViewTriangle.cs" />
- <Compile Include="FieldView\ToolViewTriangleEx.cs" />
- <Compile Include="FieldView\ViewBase.cs" />
- <Compile Include="FieldView\ViewCircle.cs" />
- <Compile Include="FieldView\ViewOval.cs" />
- <Compile Include="FieldView\ViewPolygon.cs" />
- <Compile Include="FieldView\ViewRectangle.cs" />
- <Compile Include="FieldView\ViewRectangleEx.cs" />
- <Compile Include="FieldView\ViewSquare.cs" />
- <Compile Include="FieldView\ViewTriangle.cs" />
- <Compile Include="FieldView\ViewTriangleEx.cs" />
- <Compile Include="Label\DrawLine.cs" />
- <Compile Include="Label\DrawLineSegment.cs" />
- <Compile Include="DrawObject.cs" />
- <Compile Include="Label\DrawRectangle.cs" />
- <Compile Include="Label\ToolRectangle.cs" />
- <Compile Include="Measure\MeasureDistanceLine.cs" />
- <Compile Include="Measure\MeasureLength.cs" />
- <Compile Include="Measure\MeasureDrawObject.cs" />
- <Compile Include="Measure\MeasureVLine.cs" />
- <Compile Include="Measure\MeasureHLine.cs" />
- <Compile Include="Measure\MeasureLine.cs" />
- <Compile Include="Enum\DrawToolType.cs" />
- <Compile Include="GraphicsList.cs" />
- <Compile Include="ISurfaceBox.cs" />
- <Compile Include="Measure\ToolMeasureDistanceLine.cs" />
- <Compile Include="Measure\ToolMeasureLength.cs" />
- <Compile Include="Measure\ToolMeasureVLine.cs" />
- <Compile Include="Measure\ToolMeasureHLine.cs" />
- <Compile Include="Measure\ToolMeasureLine.cs" />
- <Compile Include="Measure\ToolMeasureObject.cs" />
- <Compile Include="Other\ImageCutDraw.cs" />
- <Compile Include="Other\ColorPickerTool.cs" />
- <Compile Include="Other\PanTool.cs" />
- <Compile Include="Other\ImageCutTool.cs" />
- <Compile Include="relationModel\CameraRelationModel.cs" />
- <Compile Include="relationModel\MeasureRelationModel.cs" />
- <Compile Include="relationModel\LabelRelationModel.cs" />
- <Compile Include="Tool.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Label\ToolLine.cs" />
- <Compile Include="Label\ToolLineSegment.cs" />
- <Compile Include="ToolNull.cs" />
- <Compile Include="ToolObject.cs" />
- <Compile Include="ToolPointer.cs" />
- <Compile Include="UndoManager.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Base\Base.csproj">
- <Project>{897ef588-5b1e-4015-96a0-907cfe9c55e4}</Project>
- <Name>Base</Name>
- </ProjectReference>
- <ProjectReference Include="..\Resources\Resources.csproj">
- <Project>{0b173113-1f9b-4939-a62f-a176336f13ac}</Project>
- <Name>Resources</Name>
- </ProjectReference>
- <ProjectReference Include="..\SystemLayer\SystemLayer.csproj">
- <Project>{80572820-93A5-4278-A513-D902BEA2639C}</Project>
- <Name>SystemLayer</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="bin\Debug\dll\x64\OpenCvSharpExtern.dll" />
- <Content Include="bin\Debug\dll\x64\opencv_ffmpeg400_64.dll" />
- <Content Include="bin\Debug\dll\x86\OpenCvSharpExtern.dll" />
- <Content Include="bin\Debug\dll\x86\opencv_ffmpeg400.dll" />
- <Content Include="bin\Debug\OpenCvSharp.dll" />
- <Content Include="bin\Debug\OpenCvSharp.pdb" />
- <Content Include="bin\Debug\OpenCvSharp.xml" />
- <Content Include="bin\Debug\PaintDotNet.Annotation.dll" />
- <Content Include="bin\Debug\PaintDotNet.Annotation.pdb" />
- <Content Include="bin\Debug\PaintDotNet.Base.dll" />
- <Content Include="bin\Debug\PaintDotNet.Base.pdb" />
- <Content Include="bin\Debug\PaintDotNet.Resources.dll" />
- <Content Include="bin\Debug\PaintDotNet.Resources.pdb" />
- <Content Include="bin\Debug\PaintDotNet.SystemLayer.dll" />
- <Content Include="bin\Debug\PaintDotNet.SystemLayer.pdb" />
- <Content Include="bin\Debug\System.Data.SQLite.dll" />
- <Content Include="bin\Debug\System.Data.SQLite.xml" />
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- <None Include="bin\Debug\System.Data.SQLite.dll.config" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="bin\Release\" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|