PMAlignTool.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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>{C1C08195-2EC8-42E9-93BB-D5331E6C6687}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PMAlignTool</RootNamespace>
  11. <AssemblyName>PMAlignTool</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="Controls">
  35. <HintPath>..\UsingControl\Controls\obj\Debug\Controls.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" />
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Design" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  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. <Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.9.0.0, Culture=neutral, PublicKeyToken=null" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="FormPMAlignTool.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="FormPMAlignTool.Designer.cs">
  65. <DependentUpon>FormPMAlignTool.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="PMAlign.cs" />
  68. <Compile Include="PMAlignToolRun.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <Compile Include="Properties\Resources.Designer.cs">
  71. <AutoGen>True</AutoGen>
  72. <DesignTime>True</DesignTime>
  73. <DependentUpon>Resources.resx</DependentUpon>
  74. </Compile>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <EmbeddedResource Include="FormPMAlignTool.resx">
  78. <DependentUpon>FormPMAlignTool.cs</DependentUpon>
  79. </EmbeddedResource>
  80. <EmbeddedResource Include="Properties\Resources.resx">
  81. <Generator>ResXFileCodeGenerator</Generator>
  82. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  83. </EmbeddedResource>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="..\CommonMethods\CommonHelper.csproj">
  87. <Project>{1C8D0DDC-2086-48A9-9586-F2B643E2FC54}</Project>
  88. <Name>CommonHelper</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\DataStruct\DataStruct.csproj">
  91. <Project>{DF3D4D4C-02DF-4F92-9FD4-0A861F64B0EF}</Project>
  92. <Name>DataStruct</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\FormLib\FormLib.csproj">
  95. <Project>{8C6FC8C6-8874-494B-8260-071F291AA33D}</Project>
  96. <Name>FormLib</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\ImageWindow\HWindow_Tool.csproj">
  99. <Project>{9BAA53FD-89B5-43E2-AC59-A27B006DEBB6}</Project>
  100. <Name>HWindow_Tool</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\ToolBase\ToolBase.csproj">
  103. <Project>{7CD50B44-BF56-4E8E-8FA1-05F6968C1835}</Project>
  104. <Name>ToolBase</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\ToolLib.Log\Logger\Logger.csproj">
  107. <Project>{d4e052b9-e541-4b67-a1f9-273073ef1d4b}</Project>
  108. <Name>Logger</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\ToolLib.VisionJob\ToolLib.VisionJob.csproj">
  111. <Project>{16E8FF17-98A8-4452-AB9E-C433DC9C21F7}</Project>
  112. <Name>ToolLib.VisionJob</Name>
  113. </ProjectReference>
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  117. Other similar extension points exist, see Microsoft.Common.targets.
  118. <Target Name="BeforeBuild">
  119. </Target>
  120. <Target Name="AfterBuild">
  121. </Target>
  122. -->
  123. </Project>