개정판 6b6e937c
Compare기능 수정
Change-Id: I3697fbe30f47d5cc4a51ece85df0055f7c596bf2
KCOM_API/KCOM_API.csproj | ||
---|---|---|
22 | 22 |
<UseGlobalApplicationHostFile /> |
23 | 23 |
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled> |
24 | 24 |
<TargetFrameworkProfile /> |
25 |
<NuGetPackageImportStamp> |
|
26 |
</NuGetPackageImportStamp> |
|
25 | 27 |
</PropertyGroup> |
26 | 28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
27 | 29 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
46 | 48 |
<PlatformTarget>x64</PlatformTarget> |
47 | 49 |
</PropertyGroup> |
48 | 50 |
<ItemGroup> |
51 |
<Reference Include="Emgu.CV.UI, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL"> |
|
52 |
<HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.UI.dll</HintPath> |
|
53 |
</Reference> |
|
54 |
<Reference Include="Emgu.CV.World, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL"> |
|
55 |
<HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.World.dll</HintPath> |
|
56 |
</Reference> |
|
57 |
<Reference Include="Markus.Image, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
58 |
<HintPath>..\packages\Markus.Image.ImageComparer.1.0.1\lib\net45\Markus.Image.dll</HintPath> |
|
59 |
</Reference> |
|
49 | 60 |
<Reference Include="Microsoft.CSharp" /> |
50 | 61 |
<Reference Include="System.Data.DataSetExtensions" /> |
51 | 62 |
<Reference Include="System.Data.Entity" /> |
... | ... | |
68 | 79 |
<Reference Include="System.EnterpriseServices" /> |
69 | 80 |
<Reference Include="System.Xml.Linq" /> |
70 | 81 |
<Reference Include="WindowsBase" /> |
82 |
<Reference Include="ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL"> |
|
83 |
<HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath> |
|
84 |
</Reference> |
|
71 | 85 |
</ItemGroup> |
72 | 86 |
<ItemGroup> |
87 |
<Content Include="License-LGPL.txt" /> |
|
73 | 88 |
<Content Include="MarkusService.svc" /> |
74 | 89 |
<Content Include="ServiceDeepVIew.asmx" /> |
75 | 90 |
<Content Include="ServiceDeepView.svc" /> |
... | ... | |
96 | 111 |
</Compile> |
97 | 112 |
</ItemGroup> |
98 | 113 |
<ItemGroup> |
114 |
<None Include="packages.config" /> |
|
99 | 115 |
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
100 | 116 |
<None Include="Properties\Settings.settings"> |
101 | 117 |
<Generator>SettingsSingleFileGenerator</Generator> |
... | ... | |
109 | 125 |
</None> |
110 | 126 |
</ItemGroup> |
111 | 127 |
<ItemGroup> |
112 |
<ProjectReference Include="..\CompareLib\CompareLib.csproj"> |
|
113 |
<Project>{ab53fc3b-606b-499e-b2a8-acdb3bcc2c98}</Project> |
|
114 |
<Name>CompareLib</Name> |
|
115 |
</ProjectReference> |
|
116 | 128 |
<ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
117 | 129 |
<Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
118 | 130 |
<Name>IFinalPDF</Name> |
... | ... | |
188 | 200 |
</FlavorProperties> |
189 | 201 |
</VisualStudio> |
190 | 202 |
</ProjectExtensions> |
203 |
<Import Project="..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets" Condition="Exists('..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets')" /> |
|
204 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
205 |
<PropertyGroup> |
|
206 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
|
207 |
</PropertyGroup> |
|
208 |
<Error Condition="!Exists('..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets'))" /> |
|
209 |
</Target> |
|
191 | 210 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
192 | 211 |
Other similar extension points exist, see Microsoft.Common.targets. |
193 | 212 |
<Target Name="BeforeBuild"> |
내보내기 Unified diff