|
31 | 31 | <ErrorReport>prompt</ErrorReport>
|
32 | 32 | <WarningLevel>4</WarningLevel>
|
33 | 33 | </PropertyGroup>
|
| 34 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
| 35 | + <DebugSymbols>true</DebugSymbols> |
| 36 | + <OutputPath>bin\x86\Debug\</OutputPath> |
| 37 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 38 | + <DebugType>full</DebugType> |
| 39 | + <PlatformTarget>x86</PlatformTarget> |
| 40 | + <ErrorReport>prompt</ErrorReport> |
| 41 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 42 | + </PropertyGroup> |
| 43 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
| 44 | + <OutputPath>bin\x86\Release\</OutputPath> |
| 45 | + <DefineConstants>TRACE</DefineConstants> |
| 46 | + <Optimize>true</Optimize> |
| 47 | + <DebugType>pdbonly</DebugType> |
| 48 | + <PlatformTarget>x86</PlatformTarget> |
| 49 | + <ErrorReport>prompt</ErrorReport> |
| 50 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 51 | + </PropertyGroup> |
| 52 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 53 | + <DebugSymbols>true</DebugSymbols> |
| 54 | + <OutputPath>bin\x64\Debug\</OutputPath> |
| 55 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 56 | + <DebugType>full</DebugType> |
| 57 | + <PlatformTarget>x64</PlatformTarget> |
| 58 | + <ErrorReport>prompt</ErrorReport> |
| 59 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 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 | + </PropertyGroup> |
34 | 70 | <ItemGroup>
|
35 |
| - <Reference Include="OpenCvSharp"> |
| 71 | + <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
| 72 | + <SpecificVersion>False</SpecificVersion> |
36 | 73 | <HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.9.20140831\lib\net40\OpenCvSharp.dll</HintPath>
|
37 | 74 | </Reference>
|
38 |
| - <Reference Include="OpenCvSharp.Blob"> |
| 75 | + <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
| 76 | + <SpecificVersion>False</SpecificVersion> |
39 | 77 | <HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.9.20140831\lib\net40\OpenCvSharp.Blob.dll</HintPath>
|
40 | 78 | </Reference>
|
41 |
| - <Reference Include="OpenCvSharp.CPlusPlus"> |
| 79 | + <Reference Include="OpenCvSharp.CPlusPlus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
| 80 | + <SpecificVersion>False</SpecificVersion> |
42 | 81 | <HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.9.20140831\lib\net40\OpenCvSharp.CPlusPlus.dll</HintPath>
|
43 | 82 | </Reference>
|
44 |
| - <Reference Include="OpenCvSharp.Extensions"> |
| 83 | + <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
| 84 | + <SpecificVersion>False</SpecificVersion> |
45 | 85 | <HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.9.20140831\lib\net40\OpenCvSharp.Extensions.dll</HintPath>
|
46 | 86 | </Reference>
|
47 |
| - <Reference Include="OpenCvSharp.UserInterface"> |
| 87 | + <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
| 88 | + <SpecificVersion>False</SpecificVersion> |
48 | 89 | <HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.9.20140831\lib\net40\OpenCvSharp.UserInterface.dll</HintPath>
|
49 | 90 | </Reference>
|
50 | 91 | <Reference Include="PresentationCore" />
|
|
0 commit comments