Core.csproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
  2. <Import Project="..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" />
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>9.0.21022</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{1EADE568-A866-4DD4-9898-0A151E3F0E26}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>
  11. </ApplicationIcon>
  12. <AssemblyKeyContainerName>
  13. </AssemblyKeyContainerName>
  14. <AssemblyName>PaintDotNet.Core</AssemblyName>
  15. <AssemblyOriginatorKeyFile>
  16. </AssemblyOriginatorKeyFile>
  17. <DefaultClientScript>JScript</DefaultClientScript>
  18. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  19. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  20. <DelaySign>false</DelaySign>
  21. <OutputType>Library</OutputType>
  22. <RootNamespace>PaintDotNet</RootNamespace>
  23. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  24. <StartupObject>
  25. </StartupObject>
  26. <FileUpgradeFlags>
  27. </FileUpgradeFlags>
  28. <UpgradeBackupLocation>
  29. </UpgradeBackupLocation>
  30. <OldToolsVersion>3.5</OldToolsVersion>
  31. <NuGetPackageImportStamp>
  32. </NuGetPackageImportStamp>
  33. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  34. <TargetFrameworkProfile />
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <OutputPath>..\bin\Debug\</OutputPath>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. <BaseAddress>270532608</BaseAddress>
  40. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  41. <ConfigurationOverrideFile>
  42. </ConfigurationOverrideFile>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DocumentationFile>
  45. </DocumentationFile>
  46. <DebugSymbols>true</DebugSymbols>
  47. <FileAlignment>4096</FileAlignment>
  48. <NoStdLib>false</NoStdLib>
  49. <NoWarn>
  50. </NoWarn>
  51. <Optimize>false</Optimize>
  52. <RegisterForComInterop>false</RegisterForComInterop>
  53. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  54. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  55. <WarningLevel>4</WarningLevel>
  56. <DebugType>full</DebugType>
  57. <ErrorReport>prompt</ErrorReport>
  58. <RunCodeAnalysis>true</RunCodeAnalysis>
  59. <CodeAnalysisRules>-Microsoft.Design#CA1012;-Microsoft.Design#CA2210;-Microsoft.Design#CA1040;-Microsoft.Design#CA1005;-Microsoft.Design#CA1020;-Microsoft.Design#CA1021;-Microsoft.Design#CA1010;-Microsoft.Design#CA1011;-Microsoft.Design#CA1009;-Microsoft.Design#CA1050;-Microsoft.Design#CA1026;-Microsoft.Design#CA1019;-Microsoft.Design#CA1031;-Microsoft.Design#CA1047;-Microsoft.Design#CA1000;-Microsoft.Design#CA1048;-Microsoft.Design#CA1051;-Microsoft.Design#CA1002;-Microsoft.Design#CA1061;-Microsoft.Design#CA1006;-Microsoft.Design#CA1046;-Microsoft.Design#CA1045;-Microsoft.Design#CA1038;-Microsoft.Design#CA1008;-Microsoft.Design#CA1028;-Microsoft.Design#CA1004;-Microsoft.Design#CA1035;-Microsoft.Design#CA1063;-Microsoft.Design#CA1032;-Microsoft.Design#CA1023;-Microsoft.Design#CA1033;-Microsoft.Design#CA1039;-Microsoft.Design#CA1016;-Microsoft.Design#CA1014;-Microsoft.Design#CA1017;-Microsoft.Design#CA1018;-Microsoft.Design#CA1027;-Microsoft.Design#CA1059;-Microsoft.Design#CA1060;-Microsoft.Design#CA1034;-Microsoft.Design#CA1013;-Microsoft.Design#CA1036;-Microsoft.Design#CA1044;-Microsoft.Design#CA1041;-Microsoft.Design#CA1025;-Microsoft.Design#CA1052;-Microsoft.Design#CA1053;-Microsoft.Design#CA1057;-Microsoft.Design#CA1058;-Microsoft.Design#CA1001;-Microsoft.Design#CA1049;-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055;-Microsoft.Design#CA1030;-Microsoft.Design#CA1003;-Microsoft.Design#CA1007;-Microsoft.Design#CA1043;-Microsoft.Design#CA1024;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Interoperability#CA1403;-Microsoft.Interoperability#CA1406;-Microsoft.Interoperability#CA1413;-Microsoft.Interoperability#CA1402;-Microsoft.Interoperability#CA1407;-Microsoft.Interoperability#CA1404;-Microsoft.Interoperability#CA1410;-Microsoft.Interoperability#CA1411;-Microsoft.Interoperability#CA1405;-Microsoft.Interoperability#CA1409;-Microsoft.Interoperability#CA1415;-Microsoft.Interoperability#CA1408;-Microsoft.Interoperability#CA1414;-Microsoft.Interoperability#CA1412;-Microsoft.Maintainability#CA1502;-Microsoft.Maintainability#CA1501;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Naming#CA1718;-Microsoft.Naming#CA1720;-Microsoft.Naming#CA1700;-Microsoft.Naming#CA1712;-Microsoft.Naming#CA1713;-Microsoft.Naming#CA1709;-Microsoft.Naming#CA1708;-Microsoft.Naming#CA1715;-Microsoft.Naming#CA1710;-Microsoft.Naming#CA1707;-Microsoft.Naming#CA1722;-Microsoft.Naming#CA1711;-Microsoft.Naming#CA1716;-Microsoft.Naming#CA1705;-Microsoft.Naming#CA1725;-Microsoft.Naming#CA1719;-Microsoft.Naming#CA1721;-Microsoft.Naming#CA1706;-Microsoft.Naming#CA1724;-Microsoft.Naming#CA1726;-Microsoft.Performance#CA1809;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1812;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1813;-Microsoft.Performance#CA1823;-Microsoft.Performance#CA1816;-Microsoft.Performance#CA1817;-Microsoft.Performance#CA1800;-Microsoft.Performance#CA1818;-Microsoft.Performance#CA1805;-Microsoft.Performance#CA1810;-Microsoft.Performance#CA1822;-Microsoft.Performance#CA1815;-Microsoft.Performance#CA1814;-Microsoft.Performance#CA1819;-Microsoft.Performance#CA1804;-Microsoft.Performance#CA1820;-Microsoft.Performance#CA1802;-Microsoft.Portability#CA1900;-Microsoft.Reliability#CA2000;-Microsoft.Reliability#CA2002;-Microsoft.Reliability#CA2003;-Microsoft.Reliability#CA2004;-Microsoft.Reliability#CA2006;-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2115;-Microsoft.Security#CA2104;-Microsoft.Security#CA2122;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2111;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2100;-Microsoft.Security#CA2118;-Microsoft.Security#CA2109;-Microsoft.Security#CA2119;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Security#CA2101;-Microsoft.Security#CA2121;-Microsoft.Security#CA2126;-Microsoft.Security#CA2124;-Microsoft.Usage#CA2209;-Microsoft.Usage#CA2236;-Microsoft.Usage#CA2227;-Microsoft.Usage#CA2213;-Microsoft.Usage#CA2216;-Microsoft.Usage#CA2215;-Microsoft.Usage#CA2214;-Microsoft.Usage#CA2222;-Microsoft.Usage#CA2202;-Microsoft.Usage#CA1806;-Microsoft.Usage#CA2217;-Microsoft.Usage#CA2212;-Microsoft.Usage#CA2219;-Microsoft.Usage#CA2201;-Microsoft.Usage#CA2228;-Microsoft.Usage#CA2221;-Microsoft.Usage#CA2220;-Microsoft.Usage#CA2240;-Microsoft.Usage#CA2229;-Microsoft.Usage#CA2238;-Microsoft.Usage#CA2207;-Microsoft.Usage#CA2208;-Microsoft.Usage#CA2235;-Microsoft.Usage#CA2237;-Microsoft.Usage#CA2232;-Microsoft.Usage#CA2223;-Microsoft.Usage#CA2211;-Microsoft.Usage#CA2233;-Microsoft.Usage#CA2225;-Microsoft.Usage#CA2226;-Microsoft.Usage#CA2231;-Microsoft.Usage#CA2224;-Microsoft.Usage#CA2218;-Microsoft.Usage#CA2234;-Microsoft.Usage#CA2241;-Microsoft.Usage#CA2239;-Microsoft.Usage#CA2200;-Microsoft.Usage#CA1801;-Microsoft.Usage#CA2205;-Microsoft.Usage#CA2230</CodeAnalysisRules>
  60. <Prefer32Bit>false</Prefer32Bit>
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  63. <OutputPath>bin\Release\</OutputPath>
  64. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  65. <BaseAddress>270532608</BaseAddress>
  66. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  67. <ConfigurationOverrideFile>
  68. </ConfigurationOverrideFile>
  69. <DefineConstants>TRACE</DefineConstants>
  70. <DocumentationFile>
  71. </DocumentationFile>
  72. <DebugSymbols>true</DebugSymbols>
  73. <FileAlignment>512</FileAlignment>
  74. <NoStdLib>false</NoStdLib>
  75. <NoWarn>
  76. </NoWarn>
  77. <Optimize>true</Optimize>
  78. <RegisterForComInterop>false</RegisterForComInterop>
  79. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  80. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  81. <WarningLevel>4</WarningLevel>
  82. <DebugType>pdbonly</DebugType>
  83. <ErrorReport>prompt</ErrorReport>
  84. <RunCodeAnalysis>true</RunCodeAnalysis>
  85. <CodeAnalysisRules>-Microsoft.Design#CA1012;-Microsoft.Design#CA2210;-Microsoft.Design#CA1040;-Microsoft.Design#CA1005;-Microsoft.Design#CA1020;-Microsoft.Design#CA1021;-Microsoft.Design#CA1010;-Microsoft.Design#CA1011;-Microsoft.Design#CA1009;-Microsoft.Design#CA1050;-Microsoft.Design#CA1026;-Microsoft.Design#CA1019;-Microsoft.Design#CA1031;-Microsoft.Design#CA1047;-Microsoft.Design#CA1000;-Microsoft.Design#CA1048;-Microsoft.Design#CA1051;-Microsoft.Design#CA1002;-Microsoft.Design#CA1061;-Microsoft.Design#CA1006;-Microsoft.Design#CA1046;-Microsoft.Design#CA1045;-Microsoft.Design#CA1038;-Microsoft.Design#CA1008;-Microsoft.Design#CA1028;-Microsoft.Design#CA1004;-Microsoft.Design#CA1035;-Microsoft.Design#CA1063;-Microsoft.Design#CA1032;-Microsoft.Design#CA1023;-Microsoft.Design#CA1033;-Microsoft.Design#CA1039;-Microsoft.Design#CA1016;-Microsoft.Design#CA1014;-Microsoft.Design#CA1017;-Microsoft.Design#CA1018;-Microsoft.Design#CA1027;-Microsoft.Design#CA1059;-Microsoft.Design#CA1060;-Microsoft.Design#CA1034;-Microsoft.Design#CA1013;-Microsoft.Design#CA1036;-Microsoft.Design#CA1044;-Microsoft.Design#CA1041;-Microsoft.Design#CA1025;-Microsoft.Design#CA1052;-Microsoft.Design#CA1053;-Microsoft.Design#CA1057;-Microsoft.Design#CA1058;-Microsoft.Design#CA1001;-Microsoft.Design#CA1049;-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055;-Microsoft.Design#CA1030;-Microsoft.Design#CA1003;-Microsoft.Design#CA1007;-Microsoft.Design#CA1043;-Microsoft.Design#CA1024;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Interoperability#CA1403;-Microsoft.Interoperability#CA1406;-Microsoft.Interoperability#CA1413;-Microsoft.Interoperability#CA1402;-Microsoft.Interoperability#CA1407;-Microsoft.Interoperability#CA1404;-Microsoft.Interoperability#CA1410;-Microsoft.Interoperability#CA1411;-Microsoft.Interoperability#CA1405;-Microsoft.Interoperability#CA1409;-Microsoft.Interoperability#CA1415;-Microsoft.Interoperability#CA1408;-Microsoft.Interoperability#CA1414;-Microsoft.Interoperability#CA1412;-Microsoft.Maintainability#CA1502;-Microsoft.Maintainability#CA1501;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Naming#CA1718;-Microsoft.Naming#CA1720;-Microsoft.Naming#CA1700;-Microsoft.Naming#CA1712;-Microsoft.Naming#CA1713;-Microsoft.Naming#CA1709;-Microsoft.Naming#CA1708;-Microsoft.Naming#CA1715;-Microsoft.Naming#CA1710;-Microsoft.Naming#CA1707;-Microsoft.Naming#CA1722;-Microsoft.Naming#CA1711;-Microsoft.Naming#CA1716;-Microsoft.Naming#CA1705;-Microsoft.Naming#CA1725;-Microsoft.Naming#CA1719;-Microsoft.Naming#CA1721;-Microsoft.Naming#CA1706;-Microsoft.Naming#CA1724;-Microsoft.Naming#CA1726;-Microsoft.Performance#CA1809;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1812;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1813;-Microsoft.Performance#CA1823;-Microsoft.Performance#CA1816;-Microsoft.Performance#CA1817;-Microsoft.Performance#CA1800;-Microsoft.Performance#CA1818;-Microsoft.Performance#CA1805;-Microsoft.Performance#CA1810;-Microsoft.Performance#CA1822;-Microsoft.Performance#CA1815;-Microsoft.Performance#CA1814;-Microsoft.Performance#CA1819;-Microsoft.Performance#CA1804;-Microsoft.Performance#CA1820;-Microsoft.Performance#CA1802;-Microsoft.Portability#CA1900;-Microsoft.Reliability#CA2000;-Microsoft.Reliability#CA2002;-Microsoft.Reliability#CA2003;-Microsoft.Reliability#CA2004;-Microsoft.Reliability#CA2006;-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2115;-Microsoft.Security#CA2104;-Microsoft.Security#CA2122;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2111;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2100;-Microsoft.Security#CA2118;-Microsoft.Security#CA2109;-Microsoft.Security#CA2119;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Security#CA2101;-Microsoft.Security#CA2121;-Microsoft.Security#CA2126;-Microsoft.Security#CA2124;-Microsoft.Usage#CA2209;-Microsoft.Usage#CA2236;-Microsoft.Usage#CA2227;-Microsoft.Usage#CA2213;-Microsoft.Usage#CA2216;-Microsoft.Usage#CA2215;-Microsoft.Usage#CA2214;-Microsoft.Usage#CA2222;-Microsoft.Usage#CA2202;-Microsoft.Usage#CA1806;-Microsoft.Usage#CA2217;-Microsoft.Usage#CA2212;-Microsoft.Usage#CA2219;-Microsoft.Usage#CA2201;-Microsoft.Usage#CA2228;-Microsoft.Usage#CA2221;-Microsoft.Usage#CA2220;-Microsoft.Usage#CA2240;-Microsoft.Usage#CA2229;-Microsoft.Usage#CA2238;-Microsoft.Usage#CA2207;-Microsoft.Usage#CA2208;-Microsoft.Usage#CA2235;-Microsoft.Usage#CA2237;-Microsoft.Usage#CA2232;-Microsoft.Usage#CA2223;-Microsoft.Usage#CA2211;-Microsoft.Usage#CA2233;-Microsoft.Usage#CA2225;-Microsoft.Usage#CA2226;-Microsoft.Usage#CA2231;-Microsoft.Usage#CA2224;-Microsoft.Usage#CA2218;-Microsoft.Usage#CA2234;-Microsoft.Usage#CA2241;-Microsoft.Usage#CA2239;-Microsoft.Usage#CA2200;-Microsoft.Usage#CA1801;-Microsoft.Usage#CA2205;-Microsoft.Usage#CA2230</CodeAnalysisRules>
  86. <Prefer32Bit>false</Prefer32Bit>
  87. <PlatformTarget>AnyCPU</PlatformTarget>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  90. <DebugSymbols>true</DebugSymbols>
  91. <OutputPath>bin\x86\Debug\</OutputPath>
  92. <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
  93. <BaseAddress>270532608</BaseAddress>
  94. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  95. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  96. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  97. <FileAlignment>4096</FileAlignment>
  98. <DebugType>full</DebugType>
  99. <PlatformTarget>x86</PlatformTarget>
  100. <RunCodeAnalysis>true</RunCodeAnalysis>
  101. <CodeAnalysisRules>-Microsoft.Design#CA1012;-Microsoft.Design#CA2210;-Microsoft.Design#CA1040;-Microsoft.Design#CA1005;-Microsoft.Design#CA1020;-Microsoft.Design#CA1021;-Microsoft.Design#CA1010;-Microsoft.Design#CA1011;-Microsoft.Design#CA1009;-Microsoft.Design#CA1050;-Microsoft.Design#CA1026;-Microsoft.Design#CA1019;-Microsoft.Design#CA1031;-Microsoft.Design#CA1047;-Microsoft.Design#CA1000;-Microsoft.Design#CA1048;-Microsoft.Design#CA1051;-Microsoft.Design#CA1002;-Microsoft.Design#CA1061;-Microsoft.Design#CA1006;-Microsoft.Design#CA1046;-Microsoft.Design#CA1045;-Microsoft.Design#CA1038;-Microsoft.Design#CA1008;-Microsoft.Design#CA1028;-Microsoft.Design#CA1004;-Microsoft.Design#CA1035;-Microsoft.Design#CA1063;-Microsoft.Design#CA1032;-Microsoft.Design#CA1023;-Microsoft.Design#CA1033;-Microsoft.Design#CA1039;-Microsoft.Design#CA1016;-Microsoft.Design#CA1014;-Microsoft.Design#CA1017;-Microsoft.Design#CA1018;-Microsoft.Design#CA1027;-Microsoft.Design#CA1059;-Microsoft.Design#CA1060;-Microsoft.Design#CA1034;-Microsoft.Design#CA1013;-Microsoft.Design#CA1036;-Microsoft.Design#CA1044;-Microsoft.Design#CA1041;-Microsoft.Design#CA1025;-Microsoft.Design#CA1052;-Microsoft.Design#CA1053;-Microsoft.Design#CA1057;-Microsoft.Design#CA1058;-Microsoft.Design#CA1001;-Microsoft.Design#CA1049;-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055;-Microsoft.Design#CA1030;-Microsoft.Design#CA1003;-Microsoft.Design#CA1007;-Microsoft.Design#CA1043;-Microsoft.Design#CA1024;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Interoperability#CA1403;-Microsoft.Interoperability#CA1406;-Microsoft.Interoperability#CA1413;-Microsoft.Interoperability#CA1402;-Microsoft.Interoperability#CA1407;-Microsoft.Interoperability#CA1404;-Microsoft.Interoperability#CA1410;-Microsoft.Interoperability#CA1411;-Microsoft.Interoperability#CA1405;-Microsoft.Interoperability#CA1409;-Microsoft.Interoperability#CA1415;-Microsoft.Interoperability#CA1408;-Microsoft.Interoperability#CA1414;-Microsoft.Interoperability#CA1412;-Microsoft.Maintainability#CA1502;-Microsoft.Maintainability#CA1501;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Naming#CA1718;-Microsoft.Naming#CA1720;-Microsoft.Naming#CA1700;-Microsoft.Naming#CA1712;-Microsoft.Naming#CA1713;-Microsoft.Naming#CA1709;-Microsoft.Naming#CA1708;-Microsoft.Naming#CA1715;-Microsoft.Naming#CA1710;-Microsoft.Naming#CA1707;-Microsoft.Naming#CA1722;-Microsoft.Naming#CA1711;-Microsoft.Naming#CA1716;-Microsoft.Naming#CA1705;-Microsoft.Naming#CA1725;-Microsoft.Naming#CA1719;-Microsoft.Naming#CA1721;-Microsoft.Naming#CA1706;-Microsoft.Naming#CA1724;-Microsoft.Naming#CA1726;-Microsoft.Performance#CA1809;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1812;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1813;-Microsoft.Performance#CA1823;-Microsoft.Performance#CA1816;-Microsoft.Performance#CA1817;-Microsoft.Performance#CA1800;-Microsoft.Performance#CA1818;-Microsoft.Performance#CA1805;-Microsoft.Performance#CA1810;-Microsoft.Performance#CA1822;-Microsoft.Performance#CA1815;-Microsoft.Performance#CA1814;-Microsoft.Performance#CA1819;-Microsoft.Performance#CA1804;-Microsoft.Performance#CA1820;-Microsoft.Performance#CA1802;-Microsoft.Portability#CA1900;-Microsoft.Reliability#CA2000;-Microsoft.Reliability#CA2002;-Microsoft.Reliability#CA2003;-Microsoft.Reliability#CA2004;-Microsoft.Reliability#CA2006;-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2115;-Microsoft.Security#CA2104;-Microsoft.Security#CA2122;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2111;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2100;-Microsoft.Security#CA2118;-Microsoft.Security#CA2109;-Microsoft.Security#CA2119;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Security#CA2101;-Microsoft.Security#CA2121;-Microsoft.Security#CA2126;-Microsoft.Security#CA2124;-Microsoft.Usage#CA2209;-Microsoft.Usage#CA2236;-Microsoft.Usage#CA2227;-Microsoft.Usage#CA2213;-Microsoft.Usage#CA2216;-Microsoft.Usage#CA2215;-Microsoft.Usage#CA2214;-Microsoft.Usage#CA2222;-Microsoft.Usage#CA2202;-Microsoft.Usage#CA1806;-Microsoft.Usage#CA2217;-Microsoft.Usage#CA2212;-Microsoft.Usage#CA2219;-Microsoft.Usage#CA2201;-Microsoft.Usage#CA2228;-Microsoft.Usage#CA2221;-Microsoft.Usage#CA2220;-Microsoft.Usage#CA2240;-Microsoft.Usage#CA2229;-Microsoft.Usage#CA2238;-Microsoft.Usage#CA2207;-Microsoft.Usage#CA2208;-Microsoft.Usage#CA2235;-Microsoft.Usage#CA2237;-Microsoft.Usage#CA2232;-Microsoft.Usage#CA2223;-Microsoft.Usage#CA2211;-Microsoft.Usage#CA2233;-Microsoft.Usage#CA2225;-Microsoft.Usage#CA2226;-Microsoft.Usage#CA2231;-Microsoft.Usage#CA2224;-Microsoft.Usage#CA2218;-Microsoft.Usage#CA2234;-Microsoft.Usage#CA2241;-Microsoft.Usage#CA2239;-Microsoft.Usage#CA2200;-Microsoft.Usage#CA1801;-Microsoft.Usage#CA2205;-Microsoft.Usage#CA2230</CodeAnalysisRules>
  102. <LangVersion>7.3</LangVersion>
  103. <ErrorReport>prompt</ErrorReport>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  106. <DebugSymbols>true</DebugSymbols>
  107. <OutputPath>bin\x86\Release\</OutputPath>
  108. <DefineConstants>CODE_ANALYSIS;TRACE</DefineConstants>
  109. <BaseAddress>270532608</BaseAddress>
  110. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  111. <Optimize>true</Optimize>
  112. <DebugType>pdbonly</DebugType>
  113. <PlatformTarget>x86</PlatformTarget>
  114. <RunCodeAnalysis>true</RunCodeAnalysis>
  115. <CodeAnalysisRules>-Microsoft.Design#CA1012;-Microsoft.Design#CA2210;-Microsoft.Design#CA1040;-Microsoft.Design#CA1005;-Microsoft.Design#CA1020;-Microsoft.Design#CA1021;-Microsoft.Design#CA1010;-Microsoft.Design#CA1011;-Microsoft.Design#CA1009;-Microsoft.Design#CA1050;-Microsoft.Design#CA1026;-Microsoft.Design#CA1019;-Microsoft.Design#CA1031;-Microsoft.Design#CA1047;-Microsoft.Design#CA1000;-Microsoft.Design#CA1048;-Microsoft.Design#CA1051;-Microsoft.Design#CA1002;-Microsoft.Design#CA1061;-Microsoft.Design#CA1006;-Microsoft.Design#CA1046;-Microsoft.Design#CA1045;-Microsoft.Design#CA1038;-Microsoft.Design#CA1008;-Microsoft.Design#CA1028;-Microsoft.Design#CA1004;-Microsoft.Design#CA1035;-Microsoft.Design#CA1063;-Microsoft.Design#CA1032;-Microsoft.Design#CA1023;-Microsoft.Design#CA1033;-Microsoft.Design#CA1039;-Microsoft.Design#CA1016;-Microsoft.Design#CA1014;-Microsoft.Design#CA1017;-Microsoft.Design#CA1018;-Microsoft.Design#CA1027;-Microsoft.Design#CA1059;-Microsoft.Design#CA1060;-Microsoft.Design#CA1034;-Microsoft.Design#CA1013;-Microsoft.Design#CA1036;-Microsoft.Design#CA1044;-Microsoft.Design#CA1041;-Microsoft.Design#CA1025;-Microsoft.Design#CA1052;-Microsoft.Design#CA1053;-Microsoft.Design#CA1057;-Microsoft.Design#CA1058;-Microsoft.Design#CA1001;-Microsoft.Design#CA1049;-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055;-Microsoft.Design#CA1030;-Microsoft.Design#CA1003;-Microsoft.Design#CA1007;-Microsoft.Design#CA1043;-Microsoft.Design#CA1024;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Interoperability#CA1403;-Microsoft.Interoperability#CA1406;-Microsoft.Interoperability#CA1413;-Microsoft.Interoperability#CA1402;-Microsoft.Interoperability#CA1407;-Microsoft.Interoperability#CA1404;-Microsoft.Interoperability#CA1410;-Microsoft.Interoperability#CA1411;-Microsoft.Interoperability#CA1405;-Microsoft.Interoperability#CA1409;-Microsoft.Interoperability#CA1415;-Microsoft.Interoperability#CA1408;-Microsoft.Interoperability#CA1414;-Microsoft.Interoperability#CA1412;-Microsoft.Maintainability#CA1502;-Microsoft.Maintainability#CA1501;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Naming#CA1718;-Microsoft.Naming#CA1720;-Microsoft.Naming#CA1700;-Microsoft.Naming#CA1712;-Microsoft.Naming#CA1713;-Microsoft.Naming#CA1709;-Microsoft.Naming#CA1708;-Microsoft.Naming#CA1715;-Microsoft.Naming#CA1710;-Microsoft.Naming#CA1707;-Microsoft.Naming#CA1722;-Microsoft.Naming#CA1711;-Microsoft.Naming#CA1716;-Microsoft.Naming#CA1705;-Microsoft.Naming#CA1725;-Microsoft.Naming#CA1719;-Microsoft.Naming#CA1721;-Microsoft.Naming#CA1706;-Microsoft.Naming#CA1724;-Microsoft.Naming#CA1726;-Microsoft.Performance#CA1809;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1812;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1813;-Microsoft.Performance#CA1823;-Microsoft.Performance#CA1816;-Microsoft.Performance#CA1817;-Microsoft.Performance#CA1800;-Microsoft.Performance#CA1818;-Microsoft.Performance#CA1805;-Microsoft.Performance#CA1810;-Microsoft.Performance#CA1822;-Microsoft.Performance#CA1815;-Microsoft.Performance#CA1814;-Microsoft.Performance#CA1819;-Microsoft.Performance#CA1804;-Microsoft.Performance#CA1820;-Microsoft.Performance#CA1802;-Microsoft.Portability#CA1900;-Microsoft.Reliability#CA2000;-Microsoft.Reliability#CA2002;-Microsoft.Reliability#CA2003;-Microsoft.Reliability#CA2004;-Microsoft.Reliability#CA2006;-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2115;-Microsoft.Security#CA2104;-Microsoft.Security#CA2122;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2111;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2100;-Microsoft.Security#CA2118;-Microsoft.Security#CA2109;-Microsoft.Security#CA2119;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Security#CA2101;-Microsoft.Security#CA2121;-Microsoft.Security#CA2126;-Microsoft.Security#CA2124;-Microsoft.Usage#CA2209;-Microsoft.Usage#CA2236;-Microsoft.Usage#CA2227;-Microsoft.Usage#CA2213;-Microsoft.Usage#CA2216;-Microsoft.Usage#CA2215;-Microsoft.Usage#CA2214;-Microsoft.Usage#CA2222;-Microsoft.Usage#CA2202;-Microsoft.Usage#CA1806;-Microsoft.Usage#CA2217;-Microsoft.Usage#CA2212;-Microsoft.Usage#CA2219;-Microsoft.Usage#CA2201;-Microsoft.Usage#CA2228;-Microsoft.Usage#CA2221;-Microsoft.Usage#CA2220;-Microsoft.Usage#CA2240;-Microsoft.Usage#CA2229;-Microsoft.Usage#CA2238;-Microsoft.Usage#CA2207;-Microsoft.Usage#CA2208;-Microsoft.Usage#CA2235;-Microsoft.Usage#CA2237;-Microsoft.Usage#CA2232;-Microsoft.Usage#CA2223;-Microsoft.Usage#CA2211;-Microsoft.Usage#CA2233;-Microsoft.Usage#CA2225;-Microsoft.Usage#CA2226;-Microsoft.Usage#CA2231;-Microsoft.Usage#CA2224;-Microsoft.Usage#CA2218;-Microsoft.Usage#CA2234;-Microsoft.Usage#CA2241;-Microsoft.Usage#CA2239;-Microsoft.Usage#CA2200;-Microsoft.Usage#CA1801;-Microsoft.Usage#CA2205;-Microsoft.Usage#CA2230</CodeAnalysisRules>
  116. <LangVersion>7.3</LangVersion>
  117. <ErrorReport>prompt</ErrorReport>
  118. </PropertyGroup>
  119. <ItemGroup>
  120. <ProjectReference Include="..\SystemLayer\SystemLayer.csproj">
  121. <Project>{80572820-93a5-4278-a513-d902bea2639c}</Project>
  122. <Name>SystemLayer</Name>
  123. </ProjectReference>
  124. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  125. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net40\OpenCvSharp.dll</HintPath>
  126. </Reference>
  127. <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  128. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net40\OpenCvSharp.Blob.dll</HintPath>
  129. </Reference>
  130. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  131. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net40\OpenCvSharp.Extensions.dll</HintPath>
  132. </Reference>
  133. <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  134. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net40\OpenCvSharp.UserInterface.dll</HintPath>
  135. </Reference>
  136. <Reference Include="PaintDotNet.Base, Version=1.0.7816.24449, Culture=neutral, processorArchitecture=MSIL">
  137. <SpecificVersion>False</SpecificVersion>
  138. <HintPath>..\bin\Debug\PaintDotNet.Base.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System">
  141. <Name>System</Name>
  142. </Reference>
  143. <Reference Include="System.Data" />
  144. <Reference Include="System.Drawing">
  145. <Name>System.Drawing</Name>
  146. </Reference>
  147. <Reference Include="System.Windows.Forms">
  148. <Name>System.Windows.Forms</Name>
  149. </Reference>
  150. <Reference Include="System.Xml" />
  151. <ProjectReference Include="..\Annotation\Annotation.csproj">
  152. <Project>{714c794e-a8c5-4a35-afd5-c215a78386fc}</Project>
  153. <Name>Annotation</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\Resources\Resources.csproj">
  156. <Project>{0B173113-1F9B-4939-A62F-A176336F13AC}</Project>
  157. <Name>Resources</Name>
  158. </ProjectReference>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Compile Include="ArrowButton.cs">
  162. <SubType>Component</SubType>
  163. </Compile>
  164. <Compile Include="Properties\AssemblyInfo.cs">
  165. <SubType>Code</SubType>
  166. </Compile>
  167. <Compile Include="CustomControl\ArtworkControlButtons.cs">
  168. <SubType>Component</SubType>
  169. </Compile>
  170. <Compile Include="CustomControl\BaseUserControl.cs">
  171. <SubType>UserControl</SubType>
  172. </Compile>
  173. <Compile Include="CustomControl\BinaryControl.cs">
  174. <SubType>UserControl</SubType>
  175. </Compile>
  176. <Compile Include="CustomControl\BinaryControlSmaller.cs">
  177. <SubType>UserControl</SubType>
  178. </Compile>
  179. <Compile Include="CustomControl\ButtonCustom.cs">
  180. <SubType>Component</SubType>
  181. </Compile>
  182. <Compile Include="CustomControl\CircleControl.cs">
  183. <SubType>UserControl</SubType>
  184. </Compile>
  185. <Compile Include="CustomControl\CircleControl.Designer.cs">
  186. <DependentUpon>CircleControl.cs</DependentUpon>
  187. </Compile>
  188. <Compile Include="CustomControl\ColorRangeControl.cs" />
  189. <Compile Include="CustomControl\ColorRangeControl.Designer.cs">
  190. <DependentUpon>ColorRangeControl.cs</DependentUpon>
  191. </Compile>
  192. <Compile Include="CustomControl\DoubleSlidingTrackbar.cs">
  193. <SubType>UserControl</SubType>
  194. </Compile>
  195. <Compile Include="CustomControl\DoubleSlidingTrackbar.Designer.cs">
  196. <DependentUpon>DoubleSlidingTrackbar.cs</DependentUpon>
  197. </Compile>
  198. <Compile Include="CustomControl\GeneralAnalysisCommonControlButtons.cs">
  199. <SubType>Component</SubType>
  200. </Compile>
  201. <Compile Include="CustomControl\DataGridViewHelper.cs" />
  202. <Compile Include="CustomControl\HistogramControl.cs">
  203. <SubType>UserControl</SubType>
  204. </Compile>
  205. <Compile Include="CustomControl\CommonControlButtons.cs">
  206. <SubType>Component</SubType>
  207. </Compile>
  208. <Compile Include="CustomControl\HistogramControlSmaller.cs">
  209. <SubType>UserControl</SubType>
  210. </Compile>
  211. <Compile Include="CustomControl\PanelBottomRight.cs">
  212. <SubType>Component</SubType>
  213. </Compile>
  214. <Compile Include="CustomControl\PanelBottomRight.Designer.cs">
  215. <DependentUpon>PanelBottomRight.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="CustomControl\DocumentBottomStrip.cs">
  218. <SubType>Component</SubType>
  219. </Compile>
  220. <Compile Include="CustomControl\FileNameTextBox.cs">
  221. <SubType>Component</SubType>
  222. </Compile>
  223. <Compile Include="CustomControl\FileNameTextBox.Designer.cs">
  224. <DependentUpon>FileNameTextBox.cs</DependentUpon>
  225. </Compile>
  226. <Compile Include="CustomControl\InformationAdjustControl.cs">
  227. <SubType>UserControl</SubType>
  228. </Compile>
  229. <Compile Include="CustomControl\InformationAdjustControl.Designer.cs">
  230. <DependentUpon>InformationAdjustControl.cs</DependentUpon>
  231. </Compile>
  232. <Compile Include="CustomControl\InputMatControl.cs">
  233. <SubType>UserControl</SubType>
  234. </Compile>
  235. <Compile Include="CustomControl\InputMatControl.Designer.cs">
  236. <DependentUpon>InputMatControl.cs</DependentUpon>
  237. </Compile>
  238. <Compile Include="CustomControl\LinearColorPickerControl.cs">
  239. <SubType>UserControl</SubType>
  240. </Compile>
  241. <Compile Include="CustomControl\NumberParamControl.cs">
  242. <SubType>UserControl</SubType>
  243. </Compile>
  244. <Compile Include="CustomControl\NumberParamControl.Designer.cs">
  245. <DependentUpon>NumberParamControl.cs</DependentUpon>
  246. </Compile>
  247. <Compile Include="CustomControl\DecimalScopeControl.cs">
  248. <SubType>UserControl</SubType>
  249. </Compile>
  250. <Compile Include="CustomControl\PanelBottom.cs">
  251. <SubType>Component</SubType>
  252. </Compile>
  253. <Compile Include="CustomControl\ParametersSettingAdjustControl.cs">
  254. <SubType>UserControl</SubType>
  255. </Compile>
  256. <Compile Include="CustomControl\ParametersSettingAdjustControl.Designer.cs">
  257. <DependentUpon>ParametersSettingAdjustControl.cs</DependentUpon>
  258. </Compile>
  259. <Compile Include="CustomControl\PicturePath.cs">
  260. <SubType>UserControl</SubType>
  261. </Compile>
  262. <Compile Include="CustomControl\PicturePreviewAdjustControl.cs">
  263. <SubType>UserControl</SubType>
  264. </Compile>
  265. <Compile Include="CustomControl\PicturePreviewAdjustControl.Designer.cs">
  266. <DependentUpon>PicturePreviewAdjustControl.cs</DependentUpon>
  267. </Compile>
  268. <Compile Include="CustomControl\SelectButton.cs">
  269. <SubType>UserControl</SubType>
  270. </Compile>
  271. <Compile Include="CustomControl\TreeViewEnhanced.cs">
  272. <SubType>Component</SubType>
  273. </Compile>
  274. <Compile Include="CustomControl\TriangleButton.cs">
  275. <SubType>UserControl</SubType>
  276. </Compile>
  277. <Compile Include="CustomControl\TriangleTrackBar.cs">
  278. <SubType>UserControl</SubType>
  279. </Compile>
  280. <Compile Include="CustomControl\UCTrackBar.cs">
  281. <SubType>Component</SubType>
  282. </Compile>
  283. <Compile Include="CustomControl\UCTrackBar.Designer.cs">
  284. <DependentUpon>UCTrackBar.cs</DependentUpon>
  285. </Compile>
  286. <Compile Include="CustomControl\UserTextBox.cs">
  287. <SubType>Component</SubType>
  288. </Compile>
  289. <Compile Include="CustomControl\UserTextBox.Designer.cs">
  290. <DependentUpon>UserTextBox.cs</DependentUpon>
  291. </Compile>
  292. <Compile Include="IAppWorkspaceForSurfaceBox.cs" />
  293. <Compile Include="IBottomNameStrip.cs">
  294. <SubType>Component</SubType>
  295. </Compile>
  296. <Compile Include="ImageNameStrip.cs">
  297. <SubType>Component</SubType>
  298. </Compile>
  299. <Compile Include="EtchedLine.cs">
  300. <SubType>Component</SubType>
  301. </Compile>
  302. <Compile Include="InvariantData.cs" />
  303. <Compile Include="ButtonBase.cs">
  304. <SubType>Component</SubType>
  305. </Compile>
  306. <Compile Include="ColorBgra.cs">
  307. <SubType>Code</SubType>
  308. </Compile>
  309. <Compile Include="ColorGradientControl.cs">
  310. <SubType>UserControl</SubType>
  311. </Compile>
  312. <Compile Include="CommandButton.cs">
  313. <SubType>Component</SubType>
  314. </Compile>
  315. <Compile Include="EnumLocalizer.cs">
  316. <SubType>Code</SubType>
  317. </Compile>
  318. <Compile Include="HandledEventArgs`1.cs" />
  319. <Compile Include="HandledEventHandler`1.cs" />
  320. <Compile Include="HeaderLabel.cs">
  321. <SubType>Component</SubType>
  322. </Compile>
  323. <Compile Include="HsvColor.cs">
  324. <SubType>Code</SubType>
  325. </Compile>
  326. <Compile Include="IFormAssociate.cs" />
  327. <Compile Include="IHotKeyTarget.cs" />
  328. <Compile Include="IndexEventArgs.cs">
  329. <SubType>Code</SubType>
  330. </Compile>
  331. <Compile Include="IndexEventHandler.cs">
  332. <SubType>Code</SubType>
  333. </Compile>
  334. <Compile Include="IPaintBackground.cs" />
  335. <Compile Include="ISnapManagerHost.cs" />
  336. <Compile Include="ISnapObstacleHost.cs" />
  337. <Compile Include="PdnNumericUpDown.cs">
  338. <SubType>Component</SubType>
  339. </Compile>
  340. <Compile Include="SnapDescription.cs" />
  341. <Compile Include="SnapManager.cs" />
  342. <Compile Include="SnapRegion.cs" />
  343. <Compile Include="SurfaceBoxBaseRenderer.cs" />
  344. <Compile Include="SwatchControl.cs">
  345. <SubType>Component</SubType>
  346. </Compile>
  347. <Compile Include="TaskButton.cs" />
  348. <Compile Include="TaskDialog.cs" />
  349. <Compile Include="VerticalSnapEdge.cs" />
  350. <Compile Include="PdnBanner.cs">
  351. <SubType>Component</SubType>
  352. </Compile>
  353. <Compile Include="SnapObstacle.cs" />
  354. <Compile Include="SnapObstacleController.cs" />
  355. <Compile Include="IPixelOp.cs">
  356. <SubType>Code</SubType>
  357. </Compile>
  358. <Compile Include="IUnitsComboBox.cs" />
  359. <Compile Include="MemoryBlock.cs">
  360. <SubType>Code</SubType>
  361. </Compile>
  362. <Compile Include="MovingEventArgs.cs">
  363. <SubType>Code</SubType>
  364. </Compile>
  365. <Compile Include="MovingEventHandler.cs">
  366. <SubType>Code</SubType>
  367. </Compile>
  368. <Compile Include="PanelEx.cs">
  369. <SubType>Component</SubType>
  370. </Compile>
  371. <Compile Include="PdnBaseForm.cs">
  372. <SubType>Form</SubType>
  373. </Compile>
  374. <Compile Include="PdnException.cs">
  375. <SubType>Code</SubType>
  376. </Compile>
  377. <Compile Include="PdnRegion.cs">
  378. <SubType>Code</SubType>
  379. </Compile>
  380. <Compile Include="PixelOp.cs">
  381. <SubType>Code</SubType>
  382. </Compile>
  383. <Compile Include="HorizontalSnapEdge.cs" />
  384. <Compile Include="ProgressEventArgs.cs">
  385. <SubType>Code</SubType>
  386. </Compile>
  387. <Compile Include="ProgressEventHandler.cs">
  388. <SubType>Code</SubType>
  389. </Compile>
  390. <Compile Include="RenderArgs.cs">
  391. <SubType>Code</SubType>
  392. </Compile>
  393. <Compile Include="RgbColor.cs">
  394. <SubType>Code</SubType>
  395. </Compile>
  396. <Compile Include="Ruler.cs">
  397. <SubType>UserControl</SubType>
  398. </Compile>
  399. <Compile Include="ScaleFactor.cs">
  400. <SubType>Code</SubType>
  401. </Compile>
  402. <Compile Include="Scanline.cs">
  403. <SubType>Code</SubType>
  404. </Compile>
  405. <Compile Include="Surface.cs">
  406. <SubType>Code</SubType>
  407. </Compile>
  408. <Compile Include="SurfaceBoxGridRenderer.cs">
  409. <SubType>Code</SubType>
  410. </Compile>
  411. <Compile Include="SurfaceBoxRenderer.cs">
  412. <SubType>Code</SubType>
  413. </Compile>
  414. <Compile Include="SurfaceBoxRendererList.cs">
  415. <SubType>Code</SubType>
  416. </Compile>
  417. <Compile Include="Threading\ThreadPool.cs">
  418. <SubType>Code</SubType>
  419. </Compile>
  420. <Compile Include="Threading\WaitableCounter.cs">
  421. <SubType>Code</SubType>
  422. </Compile>
  423. <Compile Include="UnaryPixelOp.cs">
  424. <SubType>Code</SubType>
  425. </Compile>
  426. <Compile Include="UnaryPixelOps.cs">
  427. <SubType>Code</SubType>
  428. </Compile>
  429. <Compile Include="UnitsComboBoxHandler.cs" />
  430. <Compile Include="UnitsComboBoxStrip.cs">
  431. <SubType>Component</SubType>
  432. </Compile>
  433. <Compile Include="UnitsDisplayType.cs">
  434. <SubType>Code</SubType>
  435. </Compile>
  436. <Compile Include="UserControl2.cs">
  437. <SubType>UserControl</SubType>
  438. </Compile>
  439. <Compile Include="Utility.cs">
  440. <SubType>Code</SubType>
  441. </Compile>
  442. <Compile Include="WaitCursorChanger.cs">
  443. <SubType>Code</SubType>
  444. </Compile>
  445. <Compile Include="WorkerThreadException.cs">
  446. <SubType>Code</SubType>
  447. </Compile>
  448. </ItemGroup>
  449. <ItemGroup>
  450. <None Include="CommandButton.resx">
  451. <SubType>Designer</SubType>
  452. <DependentUpon>CommandButton.cs</DependentUpon>
  453. </None>
  454. <None Include="packages.config" />
  455. </ItemGroup>
  456. <ItemGroup />
  457. <ItemGroup>
  458. <EmbeddedResource Include="CustomControl\BinaryControl.resx">
  459. <DependentUpon>BinaryControl.cs</DependentUpon>
  460. </EmbeddedResource>
  461. <EmbeddedResource Include="CustomControl\BinaryControlSmaller.resx">
  462. <DependentUpon>BinaryControlSmaller.cs</DependentUpon>
  463. </EmbeddedResource>
  464. <EmbeddedResource Include="CustomControl\CircleControl.resx">
  465. <DependentUpon>CircleControl.cs</DependentUpon>
  466. </EmbeddedResource>
  467. <EmbeddedResource Include="CustomControl\ColorRangeControl.resx">
  468. <DependentUpon>ColorRangeControl.cs</DependentUpon>
  469. </EmbeddedResource>
  470. <EmbeddedResource Include="CustomControl\DoubleSlidingTrackbar.resx">
  471. <DependentUpon>DoubleSlidingTrackbar.cs</DependentUpon>
  472. </EmbeddedResource>
  473. <EmbeddedResource Include="CustomControl\HistogramControl.resx">
  474. <DependentUpon>HistogramControl.cs</DependentUpon>
  475. </EmbeddedResource>
  476. <EmbeddedResource Include="CustomControl\HistogramControlSmaller.resx">
  477. <DependentUpon>HistogramControlSmaller.cs</DependentUpon>
  478. </EmbeddedResource>
  479. <EmbeddedResource Include="CustomControl\InformationAdjustControl.resx">
  480. <DependentUpon>InformationAdjustControl.cs</DependentUpon>
  481. </EmbeddedResource>
  482. <EmbeddedResource Include="CustomControl\InputMatControl.resx">
  483. <DependentUpon>InputMatControl.cs</DependentUpon>
  484. </EmbeddedResource>
  485. <EmbeddedResource Include="CustomControl\LinearColorPickerControl.resx">
  486. <DependentUpon>LinearColorPickerControl.cs</DependentUpon>
  487. </EmbeddedResource>
  488. <EmbeddedResource Include="CustomControl\NumberParamControl.resx">
  489. <DependentUpon>NumberParamControl.cs</DependentUpon>
  490. </EmbeddedResource>
  491. <EmbeddedResource Include="CustomControl\DecimalScopeControl.resx">
  492. <DependentUpon>DecimalScopeControl.cs</DependentUpon>
  493. </EmbeddedResource>
  494. <EmbeddedResource Include="CustomControl\ParametersSettingAdjustControl.resx">
  495. <DependentUpon>ParametersSettingAdjustControl.cs</DependentUpon>
  496. </EmbeddedResource>
  497. <EmbeddedResource Include="CustomControl\PicturePath.resx">
  498. <DependentUpon>PicturePath.cs</DependentUpon>
  499. </EmbeddedResource>
  500. <EmbeddedResource Include="CustomControl\PicturePreviewAdjustControl.resx">
  501. <DependentUpon>PicturePreviewAdjustControl.cs</DependentUpon>
  502. </EmbeddedResource>
  503. <EmbeddedResource Include="CustomControl\SelectButton.resx">
  504. <DependentUpon>SelectButton.cs</DependentUpon>
  505. </EmbeddedResource>
  506. <EmbeddedResource Include="CustomControl\TriangleTrackBar.resx">
  507. <DependentUpon>TriangleTrackBar.cs</DependentUpon>
  508. </EmbeddedResource>
  509. </ItemGroup>
  510. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  511. <PropertyGroup>
  512. <PreBuildEvent>
  513. </PreBuildEvent>
  514. <PostBuildEvent>
  515. </PostBuildEvent>
  516. </PropertyGroup>
  517. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  518. <PropertyGroup>
  519. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  520. </PropertyGroup>
  521. <Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props'))" />
  522. </Target>
  523. </Project>