HDevEngineTool.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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>{6112406A-A986-4A68-9D22-F0D7F0F81E02}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>HDevEngineTool</RootNamespace>
  11. <AssemblyName>HDevEngineTool</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, Version=19.5.0.0, Culture=neutral, PublicKeyToken=4973bed59ddbf2b8, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>C:\Program Files\MVTec\HALCON-19.05-Progress\bin\dotnet20\halcondotnet.dll</HintPath>
  37. </Reference>
  38. <Reference Include="hdevenginedotnet">
  39. <HintPath>C:\Program Files\MVTec\HALCON-19.05-Progress\bin\dotnet20\hdevenginedotnet.dll</HintPath>
  40. </Reference>
  41. <Reference Include="SunnyUI, Version=3.0.9.0, Culture=neutral, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>bin\Debug\SunnyUI.dll</HintPath>
  44. </Reference>
  45. <Reference Include="SunnyUI.Common, Version=3.0.9.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231" />
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Design" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Web.Extensions" />
  51. <Reference Include="System.Windows.Forms" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="FormHDevEngineTool.cs">
  61. <SubType>Form</SubType>
  62. </Compile>
  63. <Compile Include="FormHDevEngineTool.Designer.cs">
  64. <DependentUpon>FormHDevEngineTool.cs</DependentUpon>
  65. </Compile>
  66. <Compile Include="HDevEngineCode.cs" />
  67. <Compile Include="HDevEngineToolRun.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. <Compile Include="Properties\Resources.Designer.cs">
  70. <AutoGen>True</AutoGen>
  71. <DesignTime>True</DesignTime>
  72. <DependentUpon>Resources.resx</DependentUpon>
  73. </Compile>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\CommonMethods\CommonHelper.csproj">
  77. <Project>{1c8d0ddc-2086-48a9-9586-f2b643e2fc54}</Project>
  78. <Name>CommonHelper</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\FormLib\FormLib.csproj">
  81. <Project>{8c6fc8c6-8874-494b-8260-071f291aa33d}</Project>
  82. <Name>FormLib</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\ImageWindow\HWindow_Tool.csproj">
  85. <Project>{9baa53fd-89b5-43e2-ac59-a27b006debb6}</Project>
  86. <Name>HWindow_Tool</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\ToolBase\ToolBase.csproj">
  89. <Project>{7cd50b44-bf56-4e8e-8fa1-05f6968c1835}</Project>
  90. <Name>ToolBase</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\ToolLib.Log\Logger\Logger.csproj">
  93. <Project>{d4e052b9-e541-4b67-a1f9-273073ef1d4b}</Project>
  94. <Name>Logger</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\ToolLib.VisionJob\ToolLib.VisionJob.csproj">
  97. <Project>{16e8ff17-98a8-4452-ab9e-c433dc9c21f7}</Project>
  98. <Name>ToolLib.VisionJob</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <EmbeddedResource Include="FormHDevEngineTool.resx">
  103. <DependentUpon>FormHDevEngineTool.cs</DependentUpon>
  104. </EmbeddedResource>
  105. <EmbeddedResource Include="Properties\Resources.resx">
  106. <Generator>ResXFileCodeGenerator</Generator>
  107. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  108. </EmbeddedResource>
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  112. Other similar extension points exist, see Microsoft.Common.targets.
  113. <Target Name="BeforeBuild">
  114. </Target>
  115. <Target Name="AfterBuild">
  116. </Target>
  117. -->
  118. </Project>