HalconTool.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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>{F5669FB7-77EC-44B9-898B-6D575B7D26EA}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>HalconTool</RootNamespace>
  11. <AssemblyName>HalconTool</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. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="halcondotnet">
  35. <HintPath>C:\Program Files\MVTec\HALCON-19.05-Progress\bin\dotnet20\halcondotnet.dll</HintPath>
  36. </Reference>
  37. <Reference Include="SunnyUI">
  38. <HintPath>..\VisionEdit\bin\Debug\ThirdLib\SunnyUI.dll</HintPath>
  39. </Reference>
  40. <Reference Include="SunnyUI.Common">
  41. <HintPath>..\VisionEdit\bin\Debug\ThirdLib\SunnyUI.Common.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.9.0.0, Culture=neutral, PublicKeyToken=null" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="FormHalconTool.cs">
  57. <SubType>Form</SubType>
  58. </Compile>
  59. <Compile Include="FormHalconTool.Designer.cs">
  60. <DependentUpon>FormHalconTool.cs</DependentUpon>
  61. </Compile>
  62. <Compile Include="HalconTool.cs" />
  63. <Compile Include="HalconToolRun.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <Compile Include="Properties\Resources.Designer.cs">
  66. <AutoGen>True</AutoGen>
  67. <DesignTime>True</DesignTime>
  68. <DependentUpon>Resources.resx</DependentUpon>
  69. </Compile>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <EmbeddedResource Include="FormHalconTool.resx">
  73. <DependentUpon>FormHalconTool.cs</DependentUpon>
  74. </EmbeddedResource>
  75. <EmbeddedResource Include="Properties\Resources.resx">
  76. <Generator>ResXFileCodeGenerator</Generator>
  77. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  78. </EmbeddedResource>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\CommonMethods\CommonHelper.csproj">
  82. <Project>{1C8D0DDC-2086-48A9-9586-F2B643E2FC54}</Project>
  83. <Name>CommonHelper</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\FormLib\FormLib.csproj">
  86. <Project>{8c6fc8c6-8874-494b-8260-071f291aa33d}</Project>
  87. <Name>FormLib</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\ImageWindow\HWindow_Tool.csproj">
  90. <Project>{9BAA53FD-89B5-43E2-AC59-A27B006DEBB6}</Project>
  91. <Name>HWindow_Tool</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\ToolBase\ToolBase.csproj">
  94. <Project>{7CD50B44-BF56-4E8E-8FA1-05F6968C1835}</Project>
  95. <Name>ToolBase</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\ToolLib.Log\Logger\Logger.csproj">
  98. <Project>{D4E052B9-E541-4B67-A1F9-273073EF1D4B}</Project>
  99. <Name>Logger</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\ToolLib.VisionJob\ToolLib.VisionJob.csproj">
  102. <Project>{16E8FF17-98A8-4452-AB9E-C433DC9C21F7}</Project>
  103. <Name>ToolLib.VisionJob</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  107. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  108. Other similar extension points exist, see Microsoft.Common.targets.
  109. <Target Name="BeforeBuild">
  110. </Target>
  111. <Target Name="AfterBuild">
  112. </Target>
  113. -->
  114. </Project>