FormLib.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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>{8C6FC8C6-8874-494B-8260-071F291AA33D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FormLib</RootNamespace>
  11. <AssemblyName>FormLib</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="DevComponents.DotNetBar2">
  35. <HintPath>..\VisionEdit\bin\Debug\DevComponents.DotNetBar2.dll</HintPath>
  36. </Reference>
  37. <Reference Include="halcondotnet">
  38. <HintPath>C:\Program Files\MVTec\HALCON-19.05-Progress\bin\dotnet20\halcondotnet.dll</HintPath>
  39. </Reference>
  40. <Reference Include="SunnyUI, Version=3.0.9.0, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\VisionEdit\bin\Debug\ThirdLib\SunnyUI.dll</HintPath>
  43. </Reference>
  44. <Reference Include="SunnyUI.Common, Version=3.0.9.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\VisionEdit\bin\Debug\ThirdLib\SunnyUI.Common.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Drawing" />
  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. <Reference Include="WeifenLuo.WinFormsUI.Docking">
  59. <HintPath>..\VisionEdit\bin\Debug\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
  60. </Reference>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="FormHalconWindow.cs">
  64. <SubType>Form</SubType>
  65. </Compile>
  66. <Compile Include="FormHalconWindow.Designer.cs">
  67. <DependentUpon>FormHalconWindow.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="FormImageWindow.cs.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="FormImageWindow.cs.Designer.cs">
  73. <DependentUpon>FormImageWindow.cs.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="FormLog.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="FormLog.Designer.cs">
  79. <DependentUpon>FormLog.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="FormInputInfo.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="FormInputInfo.Designer.cs">
  85. <DependentUpon>FormInputInfo.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. <Compile Include="ToolBaseForm.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="ToolBaseForm.Designer.cs">
  92. <DependentUpon>ToolBaseForm.cs</DependentUpon>
  93. </Compile>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <EmbeddedResource Include="FormHalconWindow.resx">
  97. <DependentUpon>FormHalconWindow.cs</DependentUpon>
  98. </EmbeddedResource>
  99. <EmbeddedResource Include="FormImageWindow.cs.resx">
  100. <DependentUpon>FormImageWindow.cs.cs</DependentUpon>
  101. </EmbeddedResource>
  102. <EmbeddedResource Include="FormInputInfo.resx">
  103. <DependentUpon>FormInputInfo.cs</DependentUpon>
  104. </EmbeddedResource>
  105. <EmbeddedResource Include="FormLog.resx">
  106. <DependentUpon>FormLog.cs</DependentUpon>
  107. </EmbeddedResource>
  108. <EmbeddedResource Include="ToolBaseForm.resx">
  109. <DependentUpon>ToolBaseForm.cs</DependentUpon>
  110. </EmbeddedResource>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ProjectReference Include="..\CommonMethods\CommonHelper.csproj">
  114. <Project>{1c8d0ddc-2086-48a9-9586-f2b643e2fc54}</Project>
  115. <Name>CommonHelper</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\ImageWindow\HWindow_Tool.csproj">
  118. <Project>{9BAA53FD-89B5-43E2-AC59-A27B006DEBB6}</Project>
  119. <Name>HWindow_Tool</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\ToolLib.Log\Logger\Logger.csproj">
  122. <Project>{D4E052B9-E541-4B67-A1F9-273073EF1D4B}</Project>
  123. <Name>Logger</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  128. Other similar extension points exist, see Microsoft.Common.targets.
  129. <Target Name="BeforeBuild">
  130. </Target>
  131. <Target Name="AfterBuild">
  132. </Target>
  133. -->
  134. </Project>