EyeHandCalibTool.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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>{46EE89BB-5EC9-4EAD-9E32-3E57288A0BF7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>EyeHandCalibTool</RootNamespace>
  11. <AssemblyName>EyeHandCalibTool</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="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Drawing" />
  43. <Reference Include="System.Windows.Forms" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="EyeHandCalib.cs" />
  53. <Compile Include="EyeHandCalibRun.cs" />
  54. <Compile Include="FormEyeHandCalib.cs">
  55. <SubType>Form</SubType>
  56. </Compile>
  57. <Compile Include="FormEyeHandCalib.Designer.cs">
  58. <DependentUpon>FormEyeHandCalib.cs</DependentUpon>
  59. </Compile>
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="Properties\Resources.Designer.cs">
  62. <AutoGen>True</AutoGen>
  63. <DesignTime>True</DesignTime>
  64. <DependentUpon>Resources.resx</DependentUpon>
  65. </Compile>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <EmbeddedResource Include="FormEyeHandCalib.resx">
  69. <DependentUpon>FormEyeHandCalib.cs</DependentUpon>
  70. </EmbeddedResource>
  71. <EmbeddedResource Include="Properties\Resources.resx">
  72. <Generator>ResXFileCodeGenerator</Generator>
  73. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  74. </EmbeddedResource>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\CommonMethods\CommonHelper.csproj">
  78. <Project>{1c8d0ddc-2086-48a9-9586-f2b643e2fc54}</Project>
  79. <Name>CommonHelper</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\DataStruct\DataStruct.csproj">
  82. <Project>{df3d4d4c-02df-4f92-9fd4-0a861f64b0ef}</Project>
  83. <Name>DataStruct</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\ImageWindow\HWindow_Tool.csproj">
  86. <Project>{9baa53fd-89b5-43e2-ac59-a27b006debb6}</Project>
  87. <Name>HWindow_Tool</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\ToolBase\ToolBase.csproj">
  90. <Project>{7cd50b44-bf56-4e8e-8fa1-05f6968c1835}</Project>
  91. <Name>ToolBase</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\ToolLib.Log\Logger\Logger.csproj">
  94. <Project>{d4e052b9-e541-4b67-a1f9-273073ef1d4b}</Project>
  95. <Name>Logger</Name>
  96. </ProjectReference>
  97. </ItemGroup>
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. </Project>