123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521 |
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
- <PropertyGroup>
- <ProjectType>Local</ProjectType>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{1EADE568-A866-4DD4-9898-0A151E3F0E26}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ApplicationIcon>
- </ApplicationIcon>
- <AssemblyKeyContainerName>
- </AssemblyKeyContainerName>
- <AssemblyName>PaintDotNet.Core</AssemblyName>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
- <DefaultClientScript>JScript</DefaultClientScript>
- <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
- <DefaultTargetSchema>IE50</DefaultTargetSchema>
- <DelaySign>false</DelaySign>
- <OutputType>Library</OutputType>
- <RootNamespace>PaintDotNet</RootNamespace>
- <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
- <StartupObject>
- </StartupObject>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <OldToolsVersion>3.5</OldToolsVersion>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <OutputPath>..\bin\Debug\</OutputPath>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <BaseAddress>270532608</BaseAddress>
- <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile>
- </ConfigurationOverrideFile>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DocumentationFile>
- </DocumentationFile>
- <DebugSymbols>true</DebugSymbols>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn>
- </NoWarn>
- <Optimize>false</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>full</DebugType>
- <ErrorReport>prompt</ErrorReport>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- <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>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>bin\Release\</OutputPath>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <BaseAddress>270532608</BaseAddress>
- <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile>
- </ConfigurationOverrideFile>
- <DefineConstants>TRACE</DefineConstants>
- <DocumentationFile>
- </DocumentationFile>
- <DebugSymbols>true</DebugSymbols>
- <FileAlignment>512</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn>
- </NoWarn>
- <Optimize>true</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>pdbonly</DebugType>
- <ErrorReport>prompt</ErrorReport>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- <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>
- <Prefer32Bit>false</Prefer32Bit>
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
- <BaseAddress>270532608</BaseAddress>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <FileAlignment>4096</FileAlignment>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- <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>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>CODE_ANALYSIS;TRACE</DefineConstants>
- <BaseAddress>270532608</BaseAddress>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- <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>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\SystemLayer\SystemLayer.csproj">
- <Project>{80572820-93a5-4278-a513-d902bea2639c}</Project>
- <Name>SystemLayer</Name>
- </ProjectReference>
- <ProjectReference Include="..\TUCamera\Camera.csproj">
- <Project>{adf97c19-94b1-451e-8e1c-8a8189b6a1e1}</Project>
- <Name>Camera</Name>
- </ProjectReference>
- <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\bin\Debug\OpenCvSharp.dll</HintPath>
- </Reference>
- <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\bin\Debug\OpenCvSharp.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="PaintDotNet.Base, Version=1.0.7907.24561, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\bin\Debug\PaintDotNet.Base.dll</HintPath>
- </Reference>
- <Reference Include="System">
- <Name>System</Name>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing">
- <Name>System.Drawing</Name>
- </Reference>
- <Reference Include="System.Windows.Forms">
- <Name>System.Windows.Forms</Name>
- </Reference>
- <Reference Include="System.Xml" />
- <ProjectReference Include="..\Annotation\Annotation.csproj">
- <Project>{714c794e-a8c5-4a35-afd5-c215a78386fc}</Project>
- <Name>Annotation</Name>
- </ProjectReference>
- <ProjectReference Include="..\Resources\Resources.csproj">
- <Project>{0B173113-1F9B-4939-A62F-A176336F13AC}</Project>
- <Name>Resources</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ArrowButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ColorBgrB.cs" />
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="CustomControl\ArtworkControlButtons.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\BaseUserControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\BinaryControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\BinaryControlSmaller.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\ButtonCustom.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\CircleControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\CircleControl.Designer.cs">
- <DependentUpon>CircleControl.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ColorRangeControl.cs" />
- <Compile Include="CustomControl\ColorRangeControl.Designer.cs">
- <DependentUpon>ColorRangeControl.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\DoubleSlidingTrackbar.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\DoubleSlidingTrackbar.Designer.cs">
- <DependentUpon>DoubleSlidingTrackbar.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\GeneralAnalysisCommonControlButtons.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\DataGridViewHelper.cs" />
- <Compile Include="CustomControl\HistogramControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\CommonControlButtons.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\HistogramControlSmaller.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\PanelBottomRight.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\PanelBottomRight.Designer.cs">
- <DependentUpon>PanelBottomRight.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\DocumentBottomStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\FileNameTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\FileNameTextBox.Designer.cs">
- <DependentUpon>FileNameTextBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\InformationAdjustControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\InformationAdjustControl.Designer.cs">
- <DependentUpon>InformationAdjustControl.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\InputMatControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\InputMatControl.Designer.cs">
- <DependentUpon>InputMatControl.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\LinearColorPickerControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\NumberParamControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\NumberParamControl.Designer.cs">
- <DependentUpon>NumberParamControl.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\DecimalScopeControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\PanelBottom.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ParametersSettingAdjustControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\ParametersSettingAdjustControl.Designer.cs">
- <DependentUpon>ParametersSettingAdjustControl.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\PicturePath.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\PicturePreviewAdjustControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\PicturePreviewAdjustControl.Designer.cs">
- <DependentUpon>PicturePreviewAdjustControl.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\SelectButton.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\TreeViewEnhanced.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\TriangleButton.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\TriangleTrackBar.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\UCTrackBar.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\UCTrackBar.Designer.cs">
- <DependentUpon>UCTrackBar.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\UserTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\UserTextBox.Designer.cs">
- <DependentUpon>UserTextBox.cs</DependentUpon>
- </Compile>
- <Compile Include="IAppWorkspaceForSurfaceBox.cs" />
- <Compile Include="IBottomNameStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ImageNameStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="EtchedLine.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="InvariantData.cs" />
- <Compile Include="ButtonBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ColorBgra.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ColorGradientControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CommandButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="EnumLocalizer.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HandledEventArgs`1.cs" />
- <Compile Include="HandledEventHandler`1.cs" />
- <Compile Include="HeaderLabel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="HsvColor.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IFormAssociate.cs" />
- <Compile Include="IHotKeyTarget.cs" />
- <Compile Include="IndexEventArgs.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IndexEventHandler.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IPaintBackground.cs" />
- <Compile Include="ISnapManagerHost.cs" />
- <Compile Include="ISnapObstacleHost.cs" />
- <Compile Include="PdnNumericUpDown.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="SnapDescription.cs" />
- <Compile Include="SnapManager.cs" />
- <Compile Include="SnapRegion.cs" />
- <Compile Include="StitchRenderArgs.cs" />
- <Compile Include="StitchSurface.cs" />
- <Compile Include="StitchSurfaceBoxBaseRenderer.cs" />
- <Compile Include="StitchSurfaceBoxRenderer.cs" />
- <Compile Include="StitchSurfaceBoxRendererList.cs" />
- <Compile Include="SurfaceBoxBaseRenderer.cs" />
- <Compile Include="SwatchControl.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="TaskButton.cs" />
- <Compile Include="TaskDialog.cs" />
- <Compile Include="VerticalSnapEdge.cs" />
- <Compile Include="PdnBanner.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="SnapObstacle.cs" />
- <Compile Include="SnapObstacleController.cs" />
- <Compile Include="IPixelOp.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IUnitsComboBox.cs" />
- <Compile Include="MemoryBlock.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="MovingEventArgs.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="MovingEventHandler.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="PanelEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="PdnBaseForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="PdnException.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="PdnRegion.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="PixelOp.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HorizontalSnapEdge.cs" />
- <Compile Include="ProgressEventArgs.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ProgressEventHandler.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="RenderArgs.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="RgbColor.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Ruler.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="ScaleFactor.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Scanline.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Surface.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="SurfaceBoxGridRenderer.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="SurfaceBoxRenderer.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="SurfaceBoxRendererList.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Threading\ThreadPool.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Threading\WaitableCounter.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UnaryPixelOp.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UnaryPixelOps.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UnitsComboBoxHandler.cs" />
- <Compile Include="UnitsComboBoxStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="UnitsDisplayType.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UserControl2.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Utility.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="WaitCursorChanger.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="WorkerThreadException.cs">
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <None Include="CommandButton.resx">
- <SubType>Designer</SubType>
- <DependentUpon>CommandButton.cs</DependentUpon>
- </None>
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <EmbeddedResource Include="CustomControl\BinaryControl.resx">
- <DependentUpon>BinaryControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\BinaryControlSmaller.resx">
- <DependentUpon>BinaryControlSmaller.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\CircleControl.resx">
- <DependentUpon>CircleControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\ColorRangeControl.resx">
- <DependentUpon>ColorRangeControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\DoubleSlidingTrackbar.resx">
- <DependentUpon>DoubleSlidingTrackbar.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\HistogramControl.resx">
- <DependentUpon>HistogramControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\HistogramControlSmaller.resx">
- <DependentUpon>HistogramControlSmaller.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\InformationAdjustControl.resx">
- <DependentUpon>InformationAdjustControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\InputMatControl.resx">
- <DependentUpon>InputMatControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\LinearColorPickerControl.resx">
- <DependentUpon>LinearColorPickerControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\NumberParamControl.resx">
- <DependentUpon>NumberParamControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\DecimalScopeControl.resx">
- <DependentUpon>DecimalScopeControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\ParametersSettingAdjustControl.resx">
- <DependentUpon>ParametersSettingAdjustControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\PicturePath.resx">
- <DependentUpon>PicturePath.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\PicturePreviewAdjustControl.resx">
- <DependentUpon>PicturePreviewAdjustControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\SelectButton.resx">
- <DependentUpon>SelectButton.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\TriangleTrackBar.resx">
- <DependentUpon>TriangleTrackBar.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- </Project>
|