개정판 38d69491
issue #00000 ctrl+S입력시 텍스트박스 입력 완료 되도록 수정
Change-Id: Id4ab97a53ab61022f5a2ac4d5ae63cd14338c2a7
KCOM_API/KCOM_API.csproj | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<Import Project="..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props')" /> |
|
3 | 4 |
<Import Project="..\packages\Obfuscar.2.2.29\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" /> |
4 |
<Import Project="..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props')" /> |
|
5 | 5 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
6 | 6 |
<PropertyGroup> |
7 | 7 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
... | ... | |
56 | 56 |
<PlatformTarget>x64</PlatformTarget> |
57 | 57 |
</PropertyGroup> |
58 | 58 |
<ItemGroup> |
59 |
<Reference Include="Markus.Image.OpenCV, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
60 |
<HintPath>..\packages\Markus.Image.ImageCompare.1.0.0\lib\net461\Markus.Image.OpenCV.dll</HintPath>
|
|
59 |
<Reference Include="Markus.ImageCompare, Version=1.8.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
60 |
<HintPath>..\packages\Markus.Image.ImageCompare.1.8.1\lib\net461\Markus.ImageCompare.dll</HintPath>
|
|
61 | 61 |
</Reference> |
62 | 62 |
<Reference Include="Microsoft.CSharp" /> |
63 | 63 |
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
64 | 64 |
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
65 | 65 |
</Reference> |
66 | 66 |
<Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
67 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.dll</HintPath>
|
|
67 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200701\lib\net461\OpenCvSharp.dll</HintPath>
|
|
68 | 68 |
</Reference> |
69 | 69 |
<Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
70 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Blob.dll</HintPath>
|
|
70 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200701\lib\net461\OpenCvSharp.Blob.dll</HintPath>
|
|
71 | 71 |
</Reference> |
72 | 72 |
<Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
73 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
|
|
73 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200701\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
|
|
74 | 74 |
</Reference> |
75 | 75 |
<Reference Include="System.Data.DataSetExtensions" /> |
76 | 76 |
<Reference Include="System.Data.Entity" /> |
... | ... | |
105 | 105 |
<Content Include="Default.aspx" /> |
106 | 106 |
<Content Include="HtmlPage1.html" /> |
107 | 107 |
<Content Include="MarkusService.svc" /> |
108 |
<None Include="obfuscar.xml" /> |
|
109 |
<Content Include="ServiceDeepView.svc" /> |
|
110 | 108 |
<Content Include="Web.config"> |
111 | 109 |
<SubType>Designer</SubType> |
112 | 110 |
</Content> |
111 |
<None Include="obfuscar.xml" /> |
|
112 |
<Content Include="ServiceDeepView.svc" /> |
|
113 |
<None Include="Web.Debug.config"> |
|
114 |
<DependentUpon>Web.config</DependentUpon> |
|
115 |
</None> |
|
116 |
<None Include="Web.Debug_CadExport.config"> |
|
117 |
<DependentUpon>Web.config</DependentUpon> |
|
118 |
</None> |
|
119 |
<None Include="Web.Debug_Daelim.config"> |
|
120 |
<DependentUpon>Web.config</DependentUpon> |
|
121 |
</None> |
|
122 |
<None Include="Web.Debug_DevDoftech.config"> |
|
123 |
<DependentUpon>Web.config</DependentUpon> |
|
124 |
</None> |
|
125 |
<None Include="Web.Debug_DIG.config"> |
|
126 |
<DependentUpon>Web.config</DependentUpon> |
|
127 |
</None> |
|
128 |
<None Include="Web.Debug_HyoSung.config"> |
|
129 |
<DependentUpon>Web.config</DependentUpon> |
|
130 |
<SubType>Designer</SubType> |
|
131 |
</None> |
|
132 |
<None Include="Web.Debug_SNI.config"> |
|
133 |
<DependentUpon>Web.config</DependentUpon> |
|
134 |
</None> |
|
135 |
<None Include="Web.Deploy_Daelim.config"> |
|
136 |
<DependentUpon>Web.config</DependentUpon> |
|
137 |
</None> |
|
138 |
<None Include="Web.Deploy_Hyosung.config"> |
|
139 |
<DependentUpon>Web.config</DependentUpon> |
|
140 |
</None> |
|
141 |
<None Include="Web.Deploy_SNI.config"> |
|
142 |
<DependentUpon>Web.config</DependentUpon> |
|
143 |
</None> |
|
144 |
<None Include="Web.Release.config"> |
|
145 |
<DependentUpon>Web.config</DependentUpon> |
|
146 |
</None> |
|
147 |
<None Include="Web.Release_BSENG.config"> |
|
148 |
<DependentUpon>Web.config</DependentUpon> |
|
149 |
</None> |
|
150 |
<None Include="Web.Release_Default.config"> |
|
151 |
<DependentUpon>Web.config</DependentUpon> |
|
152 |
</None> |
|
153 |
<None Include="Web.Release_Hyosung.config"> |
|
154 |
<DependentUpon>Web.config</DependentUpon> |
|
155 |
</None> |
|
156 |
<None Include="Web.Release_PEMSS.config"> |
|
157 |
<DependentUpon>Web.config</DependentUpon> |
|
158 |
</None> |
|
113 | 159 |
</ItemGroup> |
114 | 160 |
<ItemGroup> |
115 | 161 |
<Compile Include="ActiveService.svc.cs"> |
... | ... | |
153 | 199 |
<Generator>SettingsSingleFileGenerator</Generator> |
154 | 200 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
155 | 201 |
</None> |
156 |
<None Include="Web.Debug.config"> |
|
157 |
<DependentUpon>Web.config</DependentUpon> |
|
158 |
<IsTransformFile>true</IsTransformFile> |
|
159 |
</None> |
|
160 |
<None Include="Web.Debug_CadExport.config"> |
|
161 |
<DependentUpon>Web.config</DependentUpon> |
|
162 |
</None> |
|
163 |
<None Include="Web.Debug_Daelim.config"> |
|
164 |
<DependentUpon>Web.config</DependentUpon> |
|
165 |
</None> |
|
166 |
<None Include="Web.Debug_DevDoftech.config"> |
|
167 |
<DependentUpon>Web.config</DependentUpon> |
|
168 |
<IsTransformFile>true</IsTransformFile> |
|
169 |
</None> |
|
170 |
<None Include="Web.Debug_HyoSung.config"> |
|
171 |
<DependentUpon>Web.config</DependentUpon> |
|
172 |
<IsTransformFile>true</IsTransformFile> |
|
173 |
<SubType>Designer</SubType> |
|
174 |
</None> |
|
175 |
<None Include="Web.Debug_SNI.config"> |
|
176 |
<DependentUpon>Web.config</DependentUpon> |
|
177 |
</None> |
|
178 |
<None Include="Web.Deploy_Daelim.config"> |
|
179 |
<DependentUpon>Web.config</DependentUpon> |
|
180 |
</None> |
|
181 |
<None Include="Web.Deploy_Hyosung.config"> |
|
182 |
<DependentUpon>Web.config</DependentUpon> |
|
183 |
</None> |
|
184 |
<None Include="Web.Deploy_SNI.config"> |
|
185 |
<DependentUpon>Web.config</DependentUpon> |
|
186 |
</None> |
|
187 |
<None Include="Web.Release.config"> |
|
188 |
<DependentUpon>Web.config</DependentUpon> |
|
189 |
<IsTransformFile>true</IsTransformFile> |
|
190 |
</None> |
|
191 |
<None Include="Web.Release_Default.config"> |
|
192 |
<DependentUpon>Web.config</DependentUpon> |
|
193 |
</None> |
|
194 |
<None Include="Web.Release_Hyosung.config"> |
|
195 |
<DependentUpon>Web.config</DependentUpon> |
|
196 |
</None> |
|
197 |
<None Include="Web.Release_PEMSS.config"> |
|
198 |
<DependentUpon>Web.config</DependentUpon> |
|
199 |
</None> |
|
200 | 202 |
</ItemGroup> |
201 | 203 |
<ItemGroup> |
202 | 204 |
<ProjectReference Include="..\AddressModule\AddressModule.csproj"> |
... | ... | |
586 | 588 |
<ErrorReport>prompt</ErrorReport> |
587 | 589 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
588 | 590 |
</PropertyGroup> |
591 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|AnyCPU'"> |
|
592 |
<DebugSymbols>true</DebugSymbols> |
|
593 |
<OutputPath>bin\</OutputPath> |
|
594 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
595 |
<DebugType>full</DebugType> |
|
596 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
597 |
<LangVersion>7.3</LangVersion> |
|
598 |
<ErrorReport>prompt</ErrorReport> |
|
599 |
</PropertyGroup> |
|
600 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x86'"> |
|
601 |
<DebugSymbols>true</DebugSymbols> |
|
602 |
<OutputPath>bin\</OutputPath> |
|
603 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
604 |
<DebugType>full</DebugType> |
|
605 |
<PlatformTarget>x86</PlatformTarget> |
|
606 |
<LangVersion>7.3</LangVersion> |
|
607 |
<ErrorReport>prompt</ErrorReport> |
|
608 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
609 |
</PropertyGroup> |
|
610 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x64'"> |
|
611 |
<DebugSymbols>true</DebugSymbols> |
|
612 |
<OutputPath>bin\</OutputPath> |
|
613 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
614 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
615 |
<DebugType>full</DebugType> |
|
616 |
<PlatformTarget>x64</PlatformTarget> |
|
617 |
<LangVersion>7.3</LangVersion> |
|
618 |
<ErrorReport>prompt</ErrorReport> |
|
619 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
620 |
</PropertyGroup> |
|
589 | 621 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
590 | 622 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
591 | 623 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
... | ... | |
625 | 657 |
<PropertyGroup> |
626 | 658 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
627 | 659 |
</PropertyGroup> |
628 |
<Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props'))" /> |
|
629 | 660 |
<Error Condition="!Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.29\build\obfuscar.props'))" /> |
661 |
<Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props'))" /> |
|
630 | 662 |
</Target> |
631 | 663 |
<PropertyGroup> |
632 | 664 |
<PostBuildEvent>rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml |
내보내기 Unified diff