HWindow_Tool.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{9BAA53FD-89B5-43E2-AC59-A27B006DEBB6}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ViewROI</RootNamespace>
  12. <AssemblyName>HWindow_Tool</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccLocalPath>
  20. </SccLocalPath>
  21. <SccAuxPath>
  22. </SccAuxPath>
  23. <SccProvider>
  24. </SccProvider>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\Debug\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  38. <PlatformTarget>x86</PlatformTarget>
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\Release\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <Prefer32Bit>false</Prefer32Bit>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <StartupObject>
  49. </StartupObject>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  52. <DebugSymbols>true</DebugSymbols>
  53. <OutputPath>..\VisionEdit\bin\Debug\</OutputPath>
  54. <DefineConstants>DEBUG;TRACE</DefineConstants>
  55. <DebugType>full</DebugType>
  56. <PlatformTarget>AnyCPU</PlatformTarget>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  59. <Prefer32Bit>false</Prefer32Bit>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  62. <OutputPath>bin\x64\Release\</OutputPath>
  63. <DefineConstants>TRACE</DefineConstants>
  64. <Optimize>true</Optimize>
  65. <DebugType>pdbonly</DebugType>
  66. <PlatformTarget>x64</PlatformTarget>
  67. <ErrorReport>prompt</ErrorReport>
  68. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  69. <Prefer32Bit>false</Prefer32Bit>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  72. <PlatformTarget>AnyCPU</PlatformTarget>
  73. <OutputPath>bin\Debug\</OutputPath>
  74. <DefineConstants>TRACE;DEBUG</DefineConstants>
  75. <Prefer32Bit>false</Prefer32Bit>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  78. <PlatformTarget>AnyCPU</PlatformTarget>
  79. <OutputPath>bin\Release\</OutputPath>
  80. <Prefer32Bit>false</Prefer32Bit>
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <Reference Include="halcondotnet, Version=19.5.0.0, Culture=neutral, PublicKeyToken=4973bed59ddbf2b8, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>C:\Program Files\MVTec\HALCON-19.05-Progress\bin\dotnet20\halcondotnet.dll</HintPath>
  86. </Reference>
  87. <Reference Include="SunnyUI">
  88. <HintPath>..\VisionEdit\bin\Debug\ThirdLib\SunnyUI.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System" />
  91. <Reference Include="System.Core" />
  92. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  93. <Reference Include="System.Xml.Linq" />
  94. <Reference Include="System.Data.DataSetExtensions" />
  95. <Reference Include="System.Data" />
  96. <Reference Include="System.Deployment" />
  97. <Reference Include="System.Drawing" />
  98. <Reference Include="System.Windows.Forms" />
  99. <Reference Include="System.Xml" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="Config\Circle.cs" />
  103. <Compile Include="Config\CircularArc.cs" />
  104. <Compile Include="Config\HObjectWithColor.cs" />
  105. <Compile Include="Config\Line.cs" />
  106. <Compile Include="Config\Rectangle1.cs" />
  107. <Compile Include="Config\Rectangle2.cs" />
  108. <Compile Include="Config\SerializeHelper.cs" />
  109. <Compile Include="HWindowTool_Smart.cs">
  110. <SubType>UserControl</SubType>
  111. </Compile>
  112. <Compile Include="HWindowTool_Smart.Designer.cs">
  113. <DependentUpon>HWindowTool_Smart.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="HWindow_Final.cs">
  116. <SubType>UserControl</SubType>
  117. </Compile>
  118. <Compile Include="HWindow_Final.designer.cs">
  119. <DependentUpon>HWindow_Final.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Model\GraphicsContext.cs" />
  122. <Compile Include="Model\HObjectEntry.cs" />
  123. <Compile Include="Model\HWndCtrl.cs" />
  124. <Compile Include="Model\IViewWindow.cs" />
  125. <Compile Include="Model\ROI.cs" />
  126. <Compile Include="Model\ROICircle.cs" />
  127. <Compile Include="Model\ROICircularArc.cs" />
  128. <Compile Include="Model\ROIController.cs" />
  129. <Compile Include="Model\RoiData.cs" />
  130. <Compile Include="Model\ROILine.cs" />
  131. <Compile Include="Model\ROINurbs.cs" />
  132. <Compile Include="Model\ROIRectangle1.cs" />
  133. <Compile Include="Model\ROIRectangle2.cs" />
  134. <Compile Include="Program.cs" />
  135. <Compile Include="Properties\AssemblyInfo.cs" />
  136. <Compile Include="ViewWindow.cs" />
  137. <EmbeddedResource Include="HWindowTool_Smart.resx">
  138. <DependentUpon>HWindowTool_Smart.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="HWindow_Final.resx">
  141. <DependentUpon>HWindow_Final.cs</DependentUpon>
  142. <SubType>Designer</SubType>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="Properties\Resources.resx">
  145. <Generator>ResXFileCodeGenerator</Generator>
  146. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  147. <SubType>Designer</SubType>
  148. </EmbeddedResource>
  149. <Compile Include="Properties\Resources.Designer.cs">
  150. <AutoGen>True</AutoGen>
  151. <DependentUpon>Resources.resx</DependentUpon>
  152. <DesignTime>True</DesignTime>
  153. </Compile>
  154. <None Include="app.config" />
  155. <None Include="Properties\Settings.settings">
  156. <Generator>SettingsSingleFileGenerator</Generator>
  157. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  158. </None>
  159. <Compile Include="Properties\Settings.Designer.cs">
  160. <AutoGen>True</AutoGen>
  161. <DependentUpon>Settings.settings</DependentUpon>
  162. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  163. </Compile>
  164. </ItemGroup>
  165. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  166. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  167. Other similar extension points exist, see Microsoft.Common.targets.
  168. <Target Name="BeforeBuild">
  169. </Target>
  170. <Target Name="AfterBuild">
  171. </Target>
  172. -->
  173. </Project>