mirror of https://github.com/emgucv/emgucv.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
282 lines
12 KiB
282 lines
12 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{9A1A77FE-F01B-495E-87B7-4B16E4F8C908}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Emgu.CV</RootNamespace>
|
|
<AssemblyName>Emgu.CV</AssemblyName>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>CV.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>..\bin\Emgu.CV.XML</DocumentationFile>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>..\bin\Emgu.CV.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug Linux|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;LINUX</DefineConstants>
|
|
<DocumentationFile>..\bin\Emgu.CV.XML</DocumentationFile>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Linux|AnyCPU' ">
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>TRACE;LINUX</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<DocumentationFile>..\bin\Emgu.CV.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
|
|
<Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="ZedGraph, Version=4.6.4.31011, Culture=neutral, PublicKeyToken=02a83cbd123fcd60">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\lib\ZedGraph.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="zlib.net, Version=1.0.3.0, Culture=neutral, PublicKeyToken=47d7877cb3620160">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\lib\zlib.net.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BackgroundStatisticsModel.cs" />
|
|
<Compile Include="CameraCalibration\RotationVector3D.cs" />
|
|
<Compile Include="Color\Bgra.cs" />
|
|
<Compile Include="Contour.cs" />
|
|
<Compile Include="CvArray.cs" />
|
|
<Compile Include="CameraCalibration\CameraCalibration.cs" />
|
|
<Compile Include="CameraCalibration\ExtrinsicCameraParameters.cs" />
|
|
<Compile Include="CameraCalibration\IntrinsicCameraParameters.cs" />
|
|
<Compile Include="Color\Bgr.cs" />
|
|
<Compile Include="Color\ColorInfoAttribute.cs" />
|
|
<Compile Include="Color\Gray.cs" />
|
|
<Compile Include="Color\Hls.cs" />
|
|
<Compile Include="Color\Hsv.cs" />
|
|
<Compile Include="Color\Lab.cs" />
|
|
<Compile Include="Color\Luv.cs" />
|
|
<Compile Include="Color\Xyz.cs" />
|
|
<Compile Include="Color\Ycc.cs" />
|
|
<Compile Include="CvException.cs" />
|
|
<Compile Include="EigenObjectRecognizer.cs" />
|
|
<Compile Include="Envelope.cs" />
|
|
<Compile Include="ExposableMethodAttribute.cs" />
|
|
<Compile Include="IImage.cs" />
|
|
<Compile Include="Kalman.cs" />
|
|
<Compile Include="MotionHistory.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvBGStatModel.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvChain.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvConnectedComp.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvKalman.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvPoint2D64f.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvPoint3D64f.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvQuadEdge2D.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvSeqReader.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvSet.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvSetElem.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvSubdiv2D.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvSubdiv2DEdge.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvSubdiv2DPoint.cs" />
|
|
<Compile Include="PlannarSubdivision.cs" />
|
|
<Compile Include="Shape\Cross2D.cs" />
|
|
<Compile Include="Shape\IConvexPolygon.cs" />
|
|
<Compile Include="Shape\Triangle2D.cs" />
|
|
<Compile Include="Shape\Triangle3D.cs" />
|
|
<Compile Include="StructuringElementEx.cs" />
|
|
<Compile Include="UI\HistogramCtrl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\HistogramCtrl.Designer.cs">
|
|
<DependentUpon>HistogramCtrl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\HistogramViewer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\HistogramViewer.Designer.cs">
|
|
<DependentUpon>HistogramViewer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\ImageBox.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\ImageBox.Designer.cs">
|
|
<DependentUpon>ImageBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\ImageProperty.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\ImageProperty.Designer.cs">
|
|
<DependentUpon>ImageProperty.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\ImageViewer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\ImageViewer.Designer.cs">
|
|
<DependentUpon>ImageViewer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MemStorage.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvBox2D.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvContour.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvFont.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvHistogram.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvHuMoments.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvMat.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvMatND.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvMoments.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvPoint.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvPoint2D32f.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvPoint3D32f.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvRect.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvScalar.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvSeq.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvSize.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvSize2D32f.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvSlice.cs" />
|
|
<Compile Include="PInvoke\CvType\MCvTermCriteria.cs" />
|
|
<Compile Include="PInvoke\CvType\MIplImage.cs" />
|
|
<Compile Include="RotationMatrix2D.cs" />
|
|
<Compile Include="Shape\Box2D.cs" />
|
|
<Compile Include="Capture\Capture.cs" />
|
|
<Compile Include="Capture\CaptureClient.cs" />
|
|
<Compile Include="Shape\Circle.cs" />
|
|
<Compile Include="Color\ColorType.cs" />
|
|
<Compile Include="Seq.cs" />
|
|
<Compile Include="ConvolutionKernelF.cs" />
|
|
<Compile Include="PInvoke\CvEnum.cs" />
|
|
<Compile Include="PInvoke\CvInvoke.cs" />
|
|
<Compile Include="Capture\DuplexCaptureCallback.cs" />
|
|
<Compile Include="Shape\Ellipse.cs" />
|
|
<Compile Include="HaarCascade.cs" />
|
|
<Compile Include="Histogram.cs" />
|
|
<Compile Include="Capture\ICapture.cs" />
|
|
<Compile Include="Capture\IDuplexCapture.cs" />
|
|
<Compile Include="Capture\IDuplexCaptureCallback.cs" />
|
|
<Compile Include="Image.cs" />
|
|
<Compile Include="PointAndLine\Line2D.cs" />
|
|
<Compile Include="PointAndLine\LineSegment2D.cs" />
|
|
<Compile Include="PointAndLine\PointCollection.cs" />
|
|
<Compile Include="Map.cs" />
|
|
<Compile Include="Matrix.cs" />
|
|
<Compile Include="PointAndLine\Point.cs" />
|
|
<Compile Include="PointAndLine\Point2D.cs" />
|
|
<Compile Include="PointAndLine\Point3D.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Shape\Rectangle.cs" />
|
|
<Compile Include="TimedImage.cs" />
|
|
<Compile Include="UI\OperationStackView.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\OperationStackView.Designer.cs">
|
|
<DependentUpon>OperationStackView.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\ParamInputDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\ParamInputDlg.Designer.cs">
|
|
<DependentUpon>ParamInputDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\PropertyDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\PropertyDlg.Designer.cs">
|
|
<DependentUpon>PropertyDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utils.cs" />
|
|
<Compile Include="VideoWriter.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="CV.snk" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Emgu.CV.License.txt" />
|
|
<Content Include="README.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="UI\HistogramCtrl.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>HistogramCtrl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\HistogramViewer.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>HistogramViewer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\ImageBox.resx">
|
|
<DependentUpon>ImageBox.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\ImageProperty.resx">
|
|
<DependentUpon>ImageProperty.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\ImageViewer.resx">
|
|
<DependentUpon>ImageViewer.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\OperationStackView.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>OperationStackView.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\ParamInputDlg.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>ParamInputDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\PropertyDlg.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>PropertyDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Emgu.Util\Emgu.Util.csproj">
|
|
<Project>{7C2C5325-8235-4A24-9C67-6BD79A4679E2}</Project>
|
|
<Name>Emgu.Util</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|