프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / CompareLib / CompareLib.csproj @ 07b7bd24

이력 | 보기 | 이력해설 | 다운로드 (10.2 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props')" />
4
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
  <PropertyGroup>
6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8
    <ProjectGuid>{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>CompareLib</RootNamespace>
12
    <AssemblyName>CompareLib</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <NuGetPackageImportStamp>
16
    </NuGetPackageImportStamp>
17
  </PropertyGroup>
18
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19
    <DebugSymbols>true</DebugSymbols>
20
    <DebugType>full</DebugType>
21
    <Optimize>false</Optimize>
22
    <OutputPath>bin\Debug\</OutputPath>
23
    <DefineConstants>DEBUG;TRACE</DefineConstants>
24
    <ErrorReport>prompt</ErrorReport>
25
    <WarningLevel>4</WarningLevel>
26
    <PlatformTarget>x64</PlatformTarget>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29
    <DebugType>pdbonly</DebugType>
30
    <Optimize>true</Optimize>
31
    <OutputPath>bin\Release\</OutputPath>
32
    <DefineConstants>TRACE</DefineConstants>
33
    <ErrorReport>prompt</ErrorReport>
34
    <WarningLevel>4</WarningLevel>
35
  </PropertyGroup>
36
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
37
    <DebugSymbols>true</DebugSymbols>
38
    <OutputPath>bin\x86\Debug\</OutputPath>
39
    <DefineConstants>DEBUG;TRACE</DefineConstants>
40
    <DebugType>full</DebugType>
41
    <PlatformTarget>x86</PlatformTarget>
42
    <ErrorReport>prompt</ErrorReport>
43
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44
  </PropertyGroup>
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
46
    <OutputPath>bin\x86\Release\</OutputPath>
47
    <DefineConstants>TRACE</DefineConstants>
48
    <Optimize>true</Optimize>
49
    <DebugType>pdbonly</DebugType>
50
    <PlatformTarget>x86</PlatformTarget>
51
    <ErrorReport>prompt</ErrorReport>
52
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53
  </PropertyGroup>
54
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
55
    <DebugSymbols>true</DebugSymbols>
56
    <OutputPath>bin\Debug_HyoSung\</OutputPath>
57
    <DefineConstants>DEBUG;TRACE</DefineConstants>
58
    <DebugType>full</DebugType>
59
    <PlatformTarget>x64</PlatformTarget>
60
    <ErrorReport>prompt</ErrorReport>
61
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
62
  </PropertyGroup>
63
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
64
    <DebugSymbols>true</DebugSymbols>
65
    <OutputPath>bin\x86\Debug_HyoSung\</OutputPath>
66
    <DefineConstants>DEBUG;TRACE</DefineConstants>
67
    <DebugType>full</DebugType>
68
    <PlatformTarget>x86</PlatformTarget>
69
    <ErrorReport>prompt</ErrorReport>
70
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
71
  </PropertyGroup>
72
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
73
    <DebugSymbols>true</DebugSymbols>
74
    <OutputPath>bin\Debug_CadExport\</OutputPath>
75
    <DefineConstants>DEBUG;TRACE</DefineConstants>
76
    <DebugType>full</DebugType>
77
    <PlatformTarget>x64</PlatformTarget>
78
    <ErrorReport>prompt</ErrorReport>
79
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
80
  </PropertyGroup>
81
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
82
    <DebugSymbols>true</DebugSymbols>
83
    <OutputPath>bin\x86\Debug_CadExport\</OutputPath>
84
    <DefineConstants>DEBUG;TRACE</DefineConstants>
85
    <DebugType>full</DebugType>
86
    <PlatformTarget>x86</PlatformTarget>
87
    <ErrorReport>prompt</ErrorReport>
88
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
89
  </PropertyGroup>
90
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
91
    <DebugSymbols>true</DebugSymbols>
92
    <OutputPath>bin\Debug_SNI\</OutputPath>
93
    <DefineConstants>DEBUG;TRACE</DefineConstants>
94
    <DebugType>full</DebugType>
95
    <PlatformTarget>x64</PlatformTarget>
96
    <ErrorReport>prompt</ErrorReport>
97
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
98
  </PropertyGroup>
99
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
100
    <DebugSymbols>true</DebugSymbols>
101
    <OutputPath>bin\x86\Debug_SNI\</OutputPath>
102
    <DefineConstants>DEBUG;TRACE</DefineConstants>
103
    <DebugType>full</DebugType>
104
    <PlatformTarget>x86</PlatformTarget>
105
    <ErrorReport>prompt</ErrorReport>
106
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
107
  </PropertyGroup>
108
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
109
    <DebugSymbols>true</DebugSymbols>
110
    <OutputPath>bin\Release_Hyosung\</OutputPath>
111
    <DefineConstants>DEBUG;TRACE</DefineConstants>
112
    <DebugType>full</DebugType>
113
    <PlatformTarget>x64</PlatformTarget>
114
    <ErrorReport>prompt</ErrorReport>
115
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
116
  </PropertyGroup>
117
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
118
    <DebugSymbols>true</DebugSymbols>
119
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
120
    <DefineConstants>DEBUG;TRACE</DefineConstants>
121
    <DebugType>full</DebugType>
122
    <PlatformTarget>x86</PlatformTarget>
123
    <ErrorReport>prompt</ErrorReport>
124
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
125
  </PropertyGroup>
126
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
127
    <DebugSymbols>true</DebugSymbols>
128
    <OutputPath>bin\Release_PEMSS\</OutputPath>
129
    <DefineConstants>DEBUG;TRACE</DefineConstants>
130
    <DebugType>full</DebugType>
131
    <PlatformTarget>x64</PlatformTarget>
132
    <ErrorReport>prompt</ErrorReport>
133
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
134
  </PropertyGroup>
135
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
136
    <DebugSymbols>true</DebugSymbols>
137
    <OutputPath>bin\x86\Release_PEMSS\</OutputPath>
138
    <DefineConstants>DEBUG;TRACE</DefineConstants>
139
    <DebugType>full</DebugType>
140
    <PlatformTarget>x86</PlatformTarget>
141
    <ErrorReport>prompt</ErrorReport>
142
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
143
  </PropertyGroup>
144
  <ItemGroup>
145
    <Reference Include="Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64">
146
      <HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET-x64.dll</HintPath>
147
    </Reference>
148
    <Reference Include="Magick.NET.Core, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL">
149
      <HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET.Core.dll</HintPath>
150
    </Reference>
151
    <Reference Include="Magick.NET.Wrapper-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64">
152
      <HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET.Wrapper-x64.dll</HintPath>
153
    </Reference>
154
    <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
155
      <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.dll</HintPath>
156
    </Reference>
157
    <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
158
      <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.Blob.dll</HintPath>
159
    </Reference>
160
    <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
161
      <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.Extensions.dll</HintPath>
162
    </Reference>
163
    <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
164
      <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.UserInterface.dll</HintPath>
165
    </Reference>
166
    <Reference Include="PresentationCore" />
167
    <Reference Include="System" />
168
    <Reference Include="System.Core" />
169
    <Reference Include="System.Drawing" />
170
    <Reference Include="System.Xml.Linq" />
171
    <Reference Include="System.Data.DataSetExtensions" />
172
    <Reference Include="Microsoft.CSharp" />
173
    <Reference Include="System.Data" />
174
    <Reference Include="System.Xml" />
175
    <Reference Include="WindowsBase" />
176
  </ItemGroup>
177
  <ItemGroup>
178
    <Compile Include="CompareLib.cs" />
179
    <Compile Include="Properties\AssemblyInfo.cs" />
180
  </ItemGroup>
181
  <ItemGroup>
182
    <None Include="packages.config" />
183
  </ItemGroup>
184
  <ItemGroup>
185
    <Content Include="OpenCvSharpExtern.dll">
186
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
187
    </Content>
188
  </ItemGroup>
189
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
190
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
191
    <PropertyGroup>
192
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
193
    </PropertyGroup>
194
    <Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props'))" />
195
  </Target>
196
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)