CaliperTool.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{AABF8D49-FA00-4E25-9410-4A573D48DAB1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CaliperTool</RootNamespace>
  11. <AssemblyName>CaliperTool</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</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>..\VisionEdit\bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <PlatformTarget>AnyCPU</PlatformTarget>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="halcondotnet">
  36. <HintPath>C:\Program Files\MVTec\HALCON-19.05-Progress\bin\dotnet20\halcondotnet.dll</HintPath>
  37. </Reference>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Drawing" />
  41. <Reference Include="System.Windows.Forms" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Net.Http" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.9.0.0, Culture=neutral, PublicKeyToken=null" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Caliper.cs" />
  52. <Compile Include="CaliperToolRun.cs" />
  53. <Compile Include="FormCaliper.cs">
  54. <SubType>Form</SubType>
  55. </Compile>
  56. <Compile Include="FormCaliper.Designer.cs">
  57. <DependentUpon>FormCaliper.cs</DependentUpon>
  58. </Compile>
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <ProjectReference Include="..\CommonMethods\CommonHelper.csproj">
  63. <Project>{1C8D0DDC-2086-48A9-9586-F2B643E2FC54}</Project>
  64. <Name>CommonHelper</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\DataStruct\DataStruct.csproj">
  67. <Project>{DF3D4D4C-02DF-4F92-9FD4-0A861F64B0EF}</Project>
  68. <Name>DataStruct</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\FormLib\FormLib.csproj">
  71. <Project>{8C6FC8C6-8874-494B-8260-071F291AA33D}</Project>
  72. <Name>FormLib</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\ImageWindow\HWindow_Tool.csproj">
  75. <Project>{9baa53fd-89b5-43e2-ac59-a27b006debb6}</Project>
  76. <Name>HWindow_Tool</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\ToolBase\ToolBase.csproj">
  79. <Project>{7CD50B44-BF56-4E8E-8FA1-05F6968C1835}</Project>
  80. <Name>ToolBase</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\ToolLib.Log\Logger\Logger.csproj">
  83. <Project>{D4E052B9-E541-4B67-A1F9-273073EF1D4B}</Project>
  84. <Name>Logger</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\ToolLib.VisionJob\ToolLib.VisionJob.csproj">
  87. <Project>{16E8FF17-98A8-4452-AB9E-C433DC9C21F7}</Project>
  88. <Name>ToolLib.VisionJob</Name>
  89. </ProjectReference>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <EmbeddedResource Include="FormCaliper.resx">
  93. <DependentUpon>FormCaliper.cs</DependentUpon>
  94. </EmbeddedResource>
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>