4 HWindow_Tool.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>v3.5</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>bin\x64\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. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  77. <PlatformTarget>AnyCPU</PlatformTarget>
  78. <OutputPath>bin\Release\</OutputPath>
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Reference Include="halcondotnet">
  82. <HintPath>C:\Program Files\MVTec\HALCON-17.12-Progress\bin\dotnet35\halcondotnet.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.Core" />
  86. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="System.Data" />
  90. <Reference Include="System.Deployment" />
  91. <Reference Include="System.Drawing" />
  92. <Reference Include="System.Windows.Forms" />
  93. <Reference Include="System.Xml" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="Config\Circle.cs" />
  97. <Compile Include="Config\CircularArc.cs" />
  98. <Compile Include="Config\HObjectWithColor.cs" />
  99. <Compile Include="Config\Line.cs" />
  100. <Compile Include="Config\Rectangle1.cs" />
  101. <Compile Include="Config\Rectangle2.cs" />
  102. <Compile Include="Config\SerializeHelper.cs" />
  103. <Compile Include="HWindow_Final.cs">
  104. <SubType>UserControl</SubType>
  105. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  106. </Compile>
  107. <Compile Include="HWindow_Final.designer.cs">
  108. <DependentUpon>HWindow_Final.cs</DependentUpon>
  109. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  110. </Compile>
  111. <Compile Include="Model\GraphicsContext.cs" />
  112. <Compile Include="Model\HObjectEntry.cs" />
  113. <Compile Include="Model\HWndCtrl.cs" />
  114. <Compile Include="Model\IViewWindow.cs" />
  115. <Compile Include="Model\ROI.cs" />
  116. <Compile Include="Model\ROICircle.cs" />
  117. <Compile Include="Model\ROICircularArc.cs" />
  118. <Compile Include="Model\ROIController.cs" />
  119. <Compile Include="Model\RoiData.cs" />
  120. <Compile Include="Model\ROILine.cs" />
  121. <Compile Include="Model\ROIRectangle1.cs" />
  122. <Compile Include="Model\ROIRectangle2.cs" />
  123. <Compile Include="Program.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <Compile Include="ViewWindow.cs" />
  126. <EmbeddedResource Include="HWindow_Final.resx">
  127. <DependentUpon>HWindow_Final.cs</DependentUpon>
  128. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="Properties\Resources.resx">
  131. <Generator>ResXFileCodeGenerator</Generator>
  132. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  133. <SubType>Designer</SubType>
  134. </EmbeddedResource>
  135. <Compile Include="Properties\Resources.Designer.cs">
  136. <AutoGen>True</AutoGen>
  137. <DependentUpon>Resources.resx</DependentUpon>
  138. <DesignTime>True</DesignTime>
  139. </Compile>
  140. <None Include="app.config" />
  141. <None Include="ClassDiagram1.cd" />
  142. <None Include="Properties\Settings.settings">
  143. <Generator>SettingsSingleFileGenerator</Generator>
  144. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  145. </None>
  146. <Compile Include="Properties\Settings.Designer.cs">
  147. <AutoGen>True</AutoGen>
  148. <DependentUpon>Settings.settings</DependentUpon>
  149. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  150. </Compile>
  151. </ItemGroup>
  152. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  153. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  154. Other similar extension points exist, see Microsoft.Common.targets.
  155. <Target Name="BeforeBuild">
  156. </Target>
  157. <Target Name="AfterBuild">
  158. </Target>
  159. -->
  160. </Project>