<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>9.0.21022</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{461F5DE4-F558-41B7-9494-F76854E0E7C7}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>HalconTools</RootNamespace>
|
<AssemblyName>HalconTools</AssemblyName>
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<StartupObject>
|
</StartupObject>
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
<OldToolsVersion>3.5</OldToolsVersion>
|
</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>
|
</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>
|
<ItemGroup>
|
<Reference Include="halcondotnet, Version=11.0.1.0, Culture=neutral, PublicKeyToken=4973bed59ddbf2b8, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\Lib\halcon\halcondotnet.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Core">
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
</Reference>
|
<Reference Include="System.Data" />
|
<Reference Include="System.Deployment" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="CalibrationModule\CalibImage.cs" />
|
<Compile Include="CalibrationModule\CalibrationAssistant.cs" />
|
<Compile Include="CalibrationModule\QualityIssue.cs" />
|
<Compile Include="CalibrationModule\QualityProcedures.cs" />
|
<Compile Include="ContourModule\ContourAssistant.cs" />
|
<Compile Include="ContourModule\ContourParam.cs" />
|
<Compile Include="ContourModule\ContourResult.cs" />
|
<Compile Include="FitModule\CirclePosition.cs" />
|
<Compile Include="FitModule\FitAssistant.cs" />
|
<Compile Include="FitModule\FitCircleParam.cs" />
|
<Compile Include="FitModule\FitCircleResult.cs" />
|
<Compile Include="FitModule\FitLineParam.cs" />
|
<Compile Include="FitModule\FitLineResult.cs" />
|
<Compile Include="FitModule\FitResult.cs" />
|
<Compile Include="FitModule\LineMetrology.cs" />
|
<Compile Include="FitModule\LinePosition.cs" />
|
<Compile Include="frmCalibration.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmCalibration.Designer.cs">
|
<DependentUpon>frmCalibration.cs</DependentUpon>
|
</Compile>
|
<Compile Include="frmContourAssistant.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmContourAssistant.Designer.cs">
|
<DependentUpon>frmContourAssistant.cs</DependentUpon>
|
</Compile>
|
<Compile Include="frmFitCircleAndLine.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmFitCircleAndLine.Designer.cs">
|
<DependentUpon>frmFitCircleAndLine.cs</DependentUpon>
|
</Compile>
|
<Compile Include="frmJobManager.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmJobManager.Designer.cs">
|
<DependentUpon>frmJobManager.cs</DependentUpon>
|
</Compile>
|
<Compile Include="frmMain.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmMain.Designer.cs">
|
<DependentUpon>frmMain.cs</DependentUpon>
|
</Compile>
|
<Compile Include="frmMatchingAssistant.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmMeasureAssistant.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmScrewAssistant.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmScrewAssistant.Designer.cs">
|
<DependentUpon>frmScrewAssistant.cs</DependentUpon>
|
</Compile>
|
<Compile Include="HalconTool.cs" />
|
<Compile Include="JobModule\Job.cs" />
|
<Compile Include="JobModule\JobAssistance.cs" />
|
<Compile Include="JobModule\ToolType.cs" />
|
<Compile Include="MatchingModule\MatchingAssistant.cs" />
|
<Compile Include="MatchingModule\MatchingOpt.cs" />
|
<Compile Include="MatchingModule\MatchingOptSpeed.cs" />
|
<Compile Include="MatchingModule\MatchingOptStatistics.cs" />
|
<Compile Include="MatchingModule\MatchingParam.cs" />
|
<Compile Include="MatchingModule\MatchingParamSave.cs" />
|
<Compile Include="MatchingModule\MatchingResult.cs" />
|
<Compile Include="MeasureModule\MeasureAssistant.cs" />
|
<Compile Include="MeasureModule\Measurement.cs" />
|
<Compile Include="MeasureModule\MeasurementEdge.cs" />
|
<Compile Include="MeasureModule\MeasurementPair.cs" />
|
<Compile Include="MeasureModule\MeasurementResult.cs" />
|
<Compile Include="MeasureModule\MeasureParamSave.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<EmbeddedResource Include="frmCalibration.resx">
|
<DependentUpon>frmCalibration.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="frmContourAssistant.resx">
|
<DependentUpon>frmContourAssistant.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="frmFitCircleAndLine.resx">
|
<DependentUpon>frmFitCircleAndLine.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="frmJobManager.resx">
|
<DependentUpon>frmJobManager.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="frmMain.resx">
|
<DependentUpon>frmMain.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="frmMain.zh-CHS.resx">
|
<DependentUpon>frmMain.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="frmMatchingAssistant.resx">
|
<DependentUpon>frmMatchingAssistant.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="frmMeasureAssistant.resx">
|
<DependentUpon>frmMeasureAssistant.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="frmScrewAssistant.resx">
|
<DependentUpon>frmScrewAssistant.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Resources\Resource.en-US.resx">
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Resources\Resource.zh-CN.resx">
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Resources.resx</DependentUpon>
|
<DesignTime>True</DesignTime>
|
</Compile>
|
<None Include="Properties\Settings.settings">
|
<Generator>SettingsSingleFileGenerator</Generator>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
</None>
|
<Compile Include="Properties\Settings.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Settings.settings</DependentUpon>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
</Compile>
|
<Compile Include="ResourceCulture.cs" />
|
<Compile Include="ScrewModule\ScrewAssistant.cs" />
|
<Compile Include="ScrewModule\ScrewParam.cs" />
|
<Compile Include="ScrewModule\ScrewResult.cs" />
|
<Compile Include="ToolKit\Counter.cs" />
|
<Compile Include="ToolKit\EventData.cs" />
|
<Compile Include="ToolKit\FileOperationResult.cs" />
|
<Compile Include="ToolKit\IniTool.cs" />
|
<Compile Include="ToolKit\KillApplication.cs" />
|
<Compile Include="ToolKit\ListenEventArgs.cs" />
|
<Compile Include="ToolKit\ListenEventCreater.cs" />
|
<Compile Include="ToolKit\LkSensor.cs" />
|
<Compile Include="ToolKit\Log.cs" />
|
<Compile Include="ToolKit\LogManager.cs" />
|
<Compile Include="ToolKit\LogType.cs" />
|
<Compile Include="ToolKit\NetWorkTool.cs" />
|
<Compile Include="ToolKit\SerializeFileTool.cs" />
|
<Compile Include="ToolKit\SerializeTool.cs" />
|
<Compile Include="ToolKit\SerialPort.cs" />
|
<Compile Include="ToolKit\SocketTools.cs" />
|
<Compile Include="ToolKit\StarterTool.cs" />
|
<Compile Include="ToolKit\StyleSetTools.cs" />
|
<Compile Include="ToolKit\Win32API.cs" />
|
<Compile Include="ViewROI\FunctionPlot.cs" />
|
<Compile Include="ViewROI\GraphicsContext.cs" />
|
<Compile Include="ViewROI\HObjectEntry.cs" />
|
<Compile Include="ViewROI\HWndCtrl.cs" />
|
<Compile Include="ViewROI\ROI.cs" />
|
<Compile Include="ViewROI\ROICircle.cs" />
|
<Compile Include="ViewROI\ROICircularArc.cs" />
|
<Compile Include="ViewROI\ROIController.cs" />
|
<Compile Include="ViewROI\ROILine.cs" />
|
<Compile Include="ViewROI\ROIRectangle1.cs" />
|
<Compile Include="ViewROI\ROIRectangle2.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="FitModule\FitModule.csproj" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\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>
|