ToolLib.VisionToolList.csproj 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>{3F66A390-7C85-4D9B-B66D-69A051B1CBC4}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ToolLib.VisionToolList</RootNamespace>
  11. <AssemblyName>ToolLib.VisionToolList</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="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Windows.Forms" />
  37. <Reference Include="System.Xml.Linq" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Net.Http" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="VisionToolList.cs" />
  46. <Compile Include="Properties\AssemblyInfo.cs" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <ProjectReference Include="..\CaliperTool\CaliperTool.csproj">
  50. <Project>{AABF8D49-FA00-4E25-9410-4A573D48DAB1}</Project>
  51. <Name>CaliperTool</Name>
  52. </ProjectReference>
  53. <ProjectReference Include="..\CommonMethods\CommonHelper.csproj">
  54. <Project>{1C8D0DDC-2086-48A9-9586-F2B643E2FC54}</Project>
  55. <Name>CommonHelper</Name>
  56. </ProjectReference>
  57. <ProjectReference Include="..\EyeHandCalibTool\EyeHandCalibTool.csproj">
  58. <Project>{46ee89bb-5ec9-4ead-9e32-3e57288a0bf7}</Project>
  59. <Name>EyeHandCalibTool</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\FindCircle\FindCircleTool.csproj">
  62. <Project>{3d2739db-5618-49bf-bf5c-5cccd6a55c64}</Project>
  63. <Name>FindCircleTool</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\FindLine\FindLineTool.csproj">
  66. <Project>{C3BB2B1C-ED0C-4879-A6D3-D86342C5086E}</Project>
  67. <Name>FindLineTool</Name>
  68. </ProjectReference>
  69. <ProjectReference Include="..\HalconTool\HalconTool.csproj">
  70. <Project>{F5669FB7-77EC-44B9-898B-6D575B7D26EA}</Project>
  71. <Name>HalconTool</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\HDevEngineTool\HDevEngineTool.csproj">
  74. <Project>{6112406a-a986-4a68-9d22-f0d7f0f81e02}</Project>
  75. <Name>HDevEngineTool</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\PMAlignTool\PMAlignTool.csproj">
  78. <Project>{C1C08195-2EC8-42E9-93BB-D5331E6C6687}</Project>
  79. <Name>PMAlignTool</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\SDKCameraTool\SDKCameraTool.csproj">
  82. <Project>{1c61f57d-1a36-4a98-b7dd-a65f2dbbe468}</Project>
  83. <Name>SDKCameraTool</Name>
  84. </ProjectReference>
  85. </ItemGroup>
  86. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  87. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  88. Other similar extension points exist, see Microsoft.Common.targets.
  89. <Target Name="BeforeBuild">
  90. </Target>
  91. <Target Name="AfterBuild">
  92. </Target>
  93. -->
  94. </Project>