개정판 2e35dd78
pemss 최종
Change-Id: Iaf8b86a518b3e3f99fe52e8ef4fe2cd2b7561a0a
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> |
... | ... | |
44 | 46 |
<Prefer32Bit>false</Prefer32Bit> |
45 | 47 |
</PropertyGroup> |
46 | 48 |
<ItemGroup> |
49 |
<Reference Include="Emgu.CV.UI, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL"> |
|
50 |
<HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.UI.dll</HintPath> |
|
51 |
</Reference> |
|
52 |
<Reference Include="Emgu.CV.World, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL"> |
|
53 |
<HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.World.dll</HintPath> |
|
54 |
</Reference> |
|
55 |
<Reference Include="Markus.Image, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
56 |
<HintPath>..\packages\Markus.Image.ImageComparer.1.1.3\lib\net45\Markus.Image.dll</HintPath> |
|
57 |
</Reference> |
|
47 | 58 |
<Reference Include="Microsoft.CSharp" /> |
48 | 59 |
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
49 | 60 |
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
... | ... | |
69 | 80 |
<Reference Include="System.EnterpriseServices" /> |
70 | 81 |
<Reference Include="System.Xml.Linq" /> |
71 | 82 |
<Reference Include="WindowsBase" /> |
83 |
<Reference Include="ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL"> |
|
84 |
<HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath> |
|
85 |
</Reference> |
|
72 | 86 |
</ItemGroup> |
73 | 87 |
<ItemGroup> |
88 |
<Content Include="Default.aspx" /> |
|
89 |
<Content Include="License-LGPL.txt" /> |
|
74 | 90 |
<Content Include="PemssService.svc" /> |
75 | 91 |
<Content Include="ServiceDeepView.svc" /> |
76 | 92 |
<Content Include="Web.config"> |
... | ... | |
78 | 94 |
</Content> |
79 | 95 |
</ItemGroup> |
80 | 96 |
<ItemGroup> |
97 |
<Compile Include="Default.aspx.cs"> |
|
98 |
<DependentUpon>Default.aspx</DependentUpon> |
|
99 |
<SubType>ASPXCodeBehind</SubType> |
|
100 |
</Compile> |
|
101 |
<Compile Include="Default.aspx.designer.cs"> |
|
102 |
<DependentUpon>Default.aspx</DependentUpon> |
|
103 |
</Compile> |
|
81 | 104 |
<Compile Include="MarkupKeyValue.cs" /> |
82 | 105 |
<Compile Include="PemssService.svc.cs"> |
83 | 106 |
<DependentUpon>PemssService.svc</DependentUpon> |
... | ... | |
109 | 132 |
</None> |
110 | 133 |
</ItemGroup> |
111 | 134 |
<ItemGroup> |
112 |
<ProjectReference Include="..\CompareLib\CompareLib.csproj"> |
|
113 |
<Project>{ab53fc3b-606b-499e-b2a8-acdb3bcc2c98}</Project> |
|
114 |
<Name>CompareLib</Name> |
|
115 |
</ProjectReference> |
|
116 | 135 |
<ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
117 | 136 |
<Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
118 | 137 |
<Name>IFinalPDF</Name> |
... | ... | |
173 | 192 |
</FlavorProperties> |
174 | 193 |
</VisualStudio> |
175 | 194 |
</ProjectExtensions> |
195 |
<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')" /> |
|
196 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
197 |
<PropertyGroup> |
|
198 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
|
199 |
</PropertyGroup> |
|
200 |
<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'))" /> |
|
201 |
</Target> |
|
176 | 202 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
177 | 203 |
Other similar extension points exist, see Microsoft.Common.targets. |
178 | 204 |
<Target Name="BeforeBuild"> |
내보내기 Unified diff