개정판 684ef11c
issue #719 AutoCAD 저장 작업 중
Change-Id: I46dfcaa8fb3b15907afe75a1e17ae643bef64f3f
KCOM/KCOM.csproj | ||
---|---|---|
81 | 81 |
<Reference Include="EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
82 | 82 |
<HintPath>..\packages\EntityFramework.4.3.1\lib\net40\EntityFramework.dll</HintPath> |
83 | 83 |
</Reference> |
84 |
<Reference Include="Interop.OdaX"> |
|
85 |
<HintPath>bin\x64\Debug\Interop.OdaX.dll</HintPath> |
|
86 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
87 |
</Reference> |
|
84 | 88 |
<Reference Include="itextsharp"> |
85 | 89 |
<HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath> |
86 | 90 |
</Reference> |
91 |
<Reference Include="MarkUsODAConvert, Version=1.9.3.12, Culture=neutral, processorArchitecture=AMD64"> |
|
92 |
<SpecificVersion>False</SpecificVersion> |
|
93 |
<HintPath>bin\Debug\MarkUsODAConvert.dll</HintPath> |
|
94 |
</Reference> |
|
87 | 95 |
<Reference Include="Microsoft.AspNet.SignalR.Client"> |
88 | 96 |
<HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.2.3\lib\net40\Microsoft.AspNet.SignalR.Client.dll</HintPath> |
89 | 97 |
</Reference> |
... | ... | |
162 | 170 |
<Reference Include="System.Xaml"> |
163 | 171 |
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
164 | 172 |
</Reference> |
173 |
<Reference Include="TD_Mgd_19.12_11, Version=19.12.0.0, Culture=neutral, PublicKeyToken=460a0bef3ba73253, processorArchitecture=AMD64"> |
|
174 |
<SpecificVersion>False</SpecificVersion> |
|
175 |
<HintPath>bin\Debug\TD_Mgd_19.12_11.dll</HintPath> |
|
176 |
</Reference> |
|
177 |
<Reference Include="TD_SwigCoreMgd, Version=19.12.0.0, Culture=neutral, PublicKeyToken=8e28356228e490a2, processorArchitecture=AMD64"> |
|
178 |
<SpecificVersion>False</SpecificVersion> |
|
179 |
<HintPath>bin\Debug\TD_SwigCoreMgd.dll</HintPath> |
|
180 |
</Reference> |
|
181 |
<Reference Include="TD_SwigDbMgd, Version=19.12.0.0, Culture=neutral, PublicKeyToken=5ccc28765cdf0a88, processorArchitecture=AMD64"> |
|
182 |
<SpecificVersion>False</SpecificVersion> |
|
183 |
<HintPath>bin\Debug\TD_SwigDbMgd.dll</HintPath> |
|
184 |
</Reference> |
|
165 | 185 |
<Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
166 | 186 |
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath> |
167 | 187 |
<Private>True</Private> |
... | ... | |
190 | 210 |
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath> |
191 | 211 |
<Private>True</Private> |
192 | 212 |
</Reference> |
213 |
<Reference Include="Telerik.Windows.Themes.VisualStudio2013, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
|
214 |
<SpecificVersion>False</SpecificVersion> |
|
215 |
<HintPath>bin\Debug\Telerik.Windows.Themes.VisualStudio2013.dll</HintPath> |
|
216 |
</Reference> |
|
217 |
<Reference Include="TG_SwigDbMgd, Version=19.12.0.0, Culture=neutral, PublicKeyToken=65e973a5aff9b959, processorArchitecture=AMD64"> |
|
218 |
<SpecificVersion>False</SpecificVersion> |
|
219 |
<HintPath>bin\Debug\TG_SwigDbMgd.dll</HintPath> |
|
220 |
</Reference> |
|
193 | 221 |
<Reference Include="ToggleSwitch, Version=1.1.2.0, Culture=neutral, PublicKeyToken=8637099990568f75, processorArchitecture=MSIL"> |
194 | 222 |
<HintPath>..\packages\ToggleSwitch.1.1.2\lib\net40-client\ToggleSwitch.dll</HintPath> |
195 | 223 |
</Reference> |
... | ... | |
225 | 253 |
<Compile Include="Controls\Alert.xaml.cs"> |
226 | 254 |
<DependentUpon>Alert.xaml</DependentUpon> |
227 | 255 |
</Compile> |
256 |
<Compile Include="Controls\cadPanel.xaml.cs"> |
|
257 |
<DependentUpon>cadPanel.xaml</DependentUpon> |
|
258 |
</Compile> |
|
259 |
<Compile Include="Controls\CadResultViewer.xaml.cs"> |
|
260 |
<DependentUpon>CadResultViewer.xaml</DependentUpon> |
|
261 |
</Compile> |
|
262 |
<Compile Include="Controls\CadViewer.xaml.cs"> |
|
263 |
<DependentUpon>CadViewer.xaml</DependentUpon> |
|
264 |
</Compile> |
|
228 | 265 |
<Compile Include="Controls\CheckList.xaml.cs"> |
229 | 266 |
<DependentUpon>CheckList.xaml</DependentUpon> |
230 | 267 |
</Compile> |
... | ... | |
237 | 274 |
<Compile Include="Controls\CommantImage.xaml.cs"> |
238 | 275 |
<DependentUpon>CommantImage.xaml</DependentUpon> |
239 | 276 |
</Compile> |
277 |
<Compile Include="Controls\CustomImage1.xaml.cs"> |
|
278 |
<DependentUpon>CustomImage1.xaml</DependentUpon> |
|
279 |
</Compile> |
|
280 |
<Compile Include="Controls\CustomImage2.xaml.cs"> |
|
281 |
<DependentUpon>CustomImage2.xaml</DependentUpon> |
|
282 |
</Compile> |
|
240 | 283 |
<Compile Include="Controls\editToFavoriteWindow_Internal.xaml.cs"> |
241 | 284 |
<DependentUpon>editToFavoriteWindow_Internal.xaml</DependentUpon> |
242 | 285 |
</Compile> |
243 | 286 |
<Compile Include="Controls\FavoritePanel.xaml.cs"> |
244 | 287 |
<DependentUpon>FavoritePanel.xaml</DependentUpon> |
245 | 288 |
</Compile> |
289 |
<Compile Include="Controls\OdActivationInfo.cs" /> |
|
246 | 290 |
<Compile Include="Controls\Panorama.xaml.cs"> |
247 | 291 |
<DependentUpon>Panorama.xaml</DependentUpon> |
248 | 292 |
</Compile> |
... | ... | |
255 | 299 |
<Compile Include="Controls\SymbolPrompt.xaml.cs"> |
256 | 300 |
<DependentUpon>SymbolPrompt.xaml</DependentUpon> |
257 | 301 |
</Compile> |
302 |
<Compile Include="Controls\TeighaD3DImage.cs" /> |
|
303 |
<Compile Include="Controls\TeighaD3DImageResult.cs" /> |
|
258 | 304 |
<Compile Include="Logger.cs" /> |
259 | 305 |
<Compile Include="Messenger\ConversationView.xaml.cs"> |
260 | 306 |
<DependentUpon>ConversationView.xaml</DependentUpon> |
... | ... | |
295 | 341 |
<Generator>MSBuild:Compile</Generator> |
296 | 342 |
<SubType>Designer</SubType> |
297 | 343 |
</Page> |
344 |
<Page Include="Controls\cadPanel.xaml"> |
|
345 |
<SubType>Designer</SubType> |
|
346 |
<Generator>MSBuild:Compile</Generator> |
|
347 |
</Page> |
|
348 |
<Page Include="Controls\CadResultViewer.xaml"> |
|
349 |
<SubType>Designer</SubType> |
|
350 |
<Generator>MSBuild:Compile</Generator> |
|
351 |
</Page> |
|
352 |
<Page Include="Controls\CadViewer.xaml"> |
|
353 |
<SubType>Designer</SubType> |
|
354 |
<Generator>MSBuild:Compile</Generator> |
|
355 |
</Page> |
|
298 | 356 |
<Page Include="Controls\CalendarControl.xaml"> |
299 | 357 |
<SubType>Designer</SubType> |
300 | 358 |
<Generator>MSBuild:Compile</Generator> |
... | ... | |
315 | 373 |
<Generator>MSBuild:Compile</Generator> |
316 | 374 |
<SubType>Designer</SubType> |
317 | 375 |
</Page> |
376 |
<Page Include="Controls\CustomImage1.xaml"> |
|
377 |
<SubType>Designer</SubType> |
|
378 |
<Generator>MSBuild:Compile</Generator> |
|
379 |
</Page> |
|
380 |
<Page Include="Controls\CustomImage2.xaml"> |
|
381 |
<SubType>Designer</SubType> |
|
382 |
<Generator>MSBuild:Compile</Generator> |
|
383 |
</Page> |
|
318 | 384 |
<Page Include="Controls\editToFavoriteWindow_Internal.xaml"> |
319 | 385 |
<Generator>MSBuild:Compile</Generator> |
320 | 386 |
<SubType>Designer</SubType> |
... | ... | |
582 | 648 |
</None> |
583 | 649 |
</ItemGroup> |
584 | 650 |
<ItemGroup> |
585 |
<ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
|
586 |
<Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
|
587 |
<Name>IKCOM</Name> |
|
588 |
</ProjectReference> |
|
589 |
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
|
590 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
|
591 |
<Name>KCOMDataModel</Name> |
|
592 |
</ProjectReference> |
|
593 |
<ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj"> |
|
594 |
<Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project> |
|
595 |
<Name>MarkupToPDF</Name> |
|
596 |
</ProjectReference> |
|
597 |
<ProjectReference Include="..\ZoomAndPan\ZoomAndPan.csproj"> |
|
598 |
<Project>{6c950af4-04d2-4638-8b78-472e39f78b45}</Project> |
|
599 |
<Name>ZoomAndPan</Name> |
|
600 |
</ProjectReference> |
|
601 |
</ItemGroup> |
|
602 |
<ItemGroup> |
|
603 | 651 |
<WCFMetadata Include="Connected Services\" /> |
604 | 652 |
</ItemGroup> |
605 | 653 |
<ItemGroup> |
... | ... | |
1162 | 1210 |
<ItemGroup> |
1163 | 1211 |
<None Include="Connected Services\ServiceDeepView\ServiceDeepView.disco" /> |
1164 | 1212 |
</ItemGroup> |
1213 |
<ItemGroup> |
|
1214 |
<Resource Include="oda.bmp" /> |
|
1215 |
</ItemGroup> |
|
1216 |
<ItemGroup> |
|
1217 |
<Resource Include="Resources\Images\MenuImage_New\overlap.png" /> |
|
1218 |
</ItemGroup> |
|
1219 |
<ItemGroup> |
|
1220 |
<Resource Include="Resources\Images\MenuImage_New\clip.png" /> |
|
1221 |
<Resource Include="Resources\Images\MenuImage_New\inside.png" /> |
|
1222 |
</ItemGroup> |
|
1223 |
<ItemGroup> |
|
1224 |
<Resource Include="Resources\Images\MenuImage_New\View.png" /> |
|
1225 |
</ItemGroup> |
|
1226 |
<ItemGroup> |
|
1227 |
<Resource Include="Resources\Images\MenuImage_New\small\export.png" /> |
|
1228 |
<Resource Include="Resources\Images\MenuImage_New\small\white.png" /> |
|
1229 |
</ItemGroup> |
|
1230 |
<ItemGroup> |
|
1231 |
<Resource Include="Resources\Images\MenuImage_New\white.png" /> |
|
1232 |
</ItemGroup> |
|
1233 |
<ItemGroup> |
|
1234 |
<ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
|
1235 |
<Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
|
1236 |
<Name>IKCOM</Name> |
|
1237 |
</ProjectReference> |
|
1238 |
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
|
1239 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
|
1240 |
<Name>KCOMDataModel</Name> |
|
1241 |
</ProjectReference> |
|
1242 |
<ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj"> |
|
1243 |
<Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project> |
|
1244 |
<Name>MarkupToPDF</Name> |
|
1245 |
</ProjectReference> |
|
1246 |
<ProjectReference Include="..\ZoomAndPan\ZoomAndPan.csproj"> |
|
1247 |
<Project>{6c950af4-04d2-4638-8b78-472e39f78b45}</Project> |
|
1248 |
<Name>ZoomAndPan</Name> |
|
1249 |
</ProjectReference> |
|
1250 |
</ItemGroup> |
|
1165 | 1251 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
1166 | 1252 |
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" /> |
1167 | 1253 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
내보내기 Unified diff