개정판 07a7c882
Modified SPPIDConvert to support SPPID2019
Change-Id: Idba106e54be2426642ae23d38baf0f57dd273814
DTI_PID/SPPIDConverter/SPPIDConverter.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>Converter.SPPID</RootNamespace> |
11 | 11 |
<AssemblyName>SPPIDConverter</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
|
12 |
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<Deterministic>true</Deterministic> |
15 | 15 |
<TargetFrameworkProfile /> |
... | ... | |
24 | 24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
25 | 25 |
<ErrorReport>prompt</ErrorReport> |
26 | 26 |
<WarningLevel>4</WarningLevel> |
27 |
<PlatformTarget>x86</PlatformTarget> |
|
27 | 28 |
</PropertyGroup> |
28 | 29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 | 30 |
<DebugType>pdbonly</DebugType> |
... | ... | |
89 | 90 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
90 | 91 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\Interop.RAD2D.dll</HintPath> |
91 | 92 |
</Reference> |
92 |
<Reference Include="JWT, Version=7.0.0.0, Culture=neutral, PublicKeyToken=6f98bca0f40f2ecf, processorArchitecture=MSIL"> |
|
93 |
<HintPath>..\packages\JWT.7.3.0\lib\net46\JWT.dll</HintPath> |
|
93 |
<Reference Include="interopipidobjectmanagerinf"> |
|
94 |
<HintPath>..\..\..\..\..\..\Program Files (x86)\SmartPlant\P&ID Workstation\bin\interopipidobjectmanagerinf.dll</HintPath> |
|
95 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
96 |
</Reference> |
|
97 |
<Reference Include="ISPClientData3V2"> |
|
98 |
<HintPath>..\..\..\..\..\..\Program Files (x86)\SmartPlant\P&ID Workstation\bin\ISPClientData3V2.dll</HintPath> |
|
99 |
</Reference> |
|
100 |
<Reference Include="ISPPropertyInf"> |
|
101 |
<HintPath>..\..\..\..\..\..\Program Files (x86)\SmartPlant\P&ID Workstation\bin\ISPPropertyInf.dll</HintPath> |
|
102 |
</Reference> |
|
103 |
<Reference Include="llama"> |
|
104 |
<HintPath>..\..\..\..\..\..\Program Files (x86)\SmartPlant\P&ID Workstation\bin\llama.dll</HintPath> |
|
94 | 105 |
</Reference> |
95 | 106 |
<Reference Include="Microsoft.VisualBasic" /> |
96 |
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
97 |
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
107 |
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
108 |
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
98 | 109 |
</Reference> |
99 | 110 |
<Reference Include="Oracle.ManagedDataAccess, Version=4.122.18.3, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL"> |
100 | 111 |
<HintPath>..\packages\Oracle.ManagedDataAccess.18.3.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath> |
101 | 112 |
</Reference> |
113 |
<Reference Include="pidauto"> |
|
114 |
<HintPath>..\..\..\..\..\..\Program Files (x86)\SmartPlant\P&ID Workstation\bin\pidauto.dll</HintPath> |
|
115 |
</Reference> |
|
116 |
<Reference Include="plaice"> |
|
117 |
<HintPath>..\..\..\..\..\..\Program Files (x86)\SmartPlant\P&ID Workstation\bin\plaice.dll</HintPath> |
|
118 |
</Reference> |
|
102 | 119 |
<Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
103 | 120 |
<SpecificVersion>False</SpecificVersion> |
104 | 121 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetAutomation.dll</HintPath> |
... | ... | |
107 | 124 |
<SpecificVersion>False</SpecificVersion> |
108 | 125 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetCmdCtrl.dll</HintPath> |
109 | 126 |
</Reference> |
127 |
<Reference Include="RadNetConnector"> |
|
128 |
<HintPath>..\..\..\..\..\..\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetConnector.dll</HintPath> |
|
129 |
</Reference> |
|
130 |
<Reference Include="RadNetSmartLabel"> |
|
131 |
<HintPath>..\..\..\..\..\..\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetSmartLabel.dll</HintPath> |
|
132 |
</Reference> |
|
110 | 133 |
<Reference Include="System" /> |
111 | 134 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
112 | 135 |
<Reference Include="System.Core" /> |
... | ... | |
124 | 147 |
</Reference> |
125 | 148 |
<Reference Include="System.Drawing" /> |
126 | 149 |
<Reference Include="System.Windows.Forms" /> |
150 |
<Reference Include="system.windows.forms.galilextensions, Version=10.0.0.728, Culture=neutral, processorArchitecture=x86"> |
|
151 |
<SpecificVersion>False</SpecificVersion> |
|
152 |
<HintPath>..\..\..\..\..\..\Program Files (x86)\SmartPlant\P&ID Workstation\bin\system.windows.forms.galilextensions.dll</HintPath> |
|
153 |
</Reference> |
|
127 | 154 |
<Reference Include="System.Xml.Linq" /> |
128 | 155 |
<Reference Include="System.Data.DataSetExtensions" /> |
129 | 156 |
<Reference Include="Microsoft.CSharp" /> |
... | ... | |
140 | 167 |
<Compile Include="Form\ID2DBSetting.Designer.cs"> |
141 | 168 |
<DependentUpon>ID2DBSetting.cs</DependentUpon> |
142 | 169 |
</Compile> |
143 |
<Compile Include="Form\LicenseForm.cs"> |
|
144 |
<SubType>Form</SubType> |
|
145 |
</Compile> |
|
146 |
<Compile Include="Form\LicenseForm.Designer.cs"> |
|
147 |
<DependentUpon>LicenseForm.cs</DependentUpon> |
|
148 |
</Compile> |
|
149 | 170 |
<Compile Include="Form\SymmetryForm.cs"> |
150 | 171 |
<SubType>Form</SubType> |
151 | 172 |
</Compile> |
... | ... | |
247 | 268 |
</Compile> |
248 | 269 |
<Compile Include="SPPIDModel\BulkAttribute.cs" /> |
249 | 270 |
<Compile Include="SPPIDModel\GridSetting.cs" /> |
271 |
<Compile Include="Util\SPPIDUtil.cs" /> |
|
250 | 272 |
<Compile Include="Wrapper\SPPIDConverterWrapper.cs"> |
251 | 273 |
<SubType>Form</SubType> |
252 | 274 |
</Compile> |
... | ... | |
262 | 284 |
<Compile Include="SPPIDModel\LineNumberMapping.cs" /> |
263 | 285 |
<Compile Include="SPPIDModel\SPPID_Document.cs" /> |
264 | 286 |
<Compile Include="SPPIDModel\SymbolMapping.cs" /> |
265 |
<Compile Include="Util\SPPIDUtil.cs" /> |
|
266 | 287 |
</ItemGroup> |
267 | 288 |
<ItemGroup> |
268 | 289 |
<EmbeddedResource Include="ConverterDocking.resx"> |
... | ... | |
274 | 295 |
<EmbeddedResource Include="Form\ID2DBSetting.resx"> |
275 | 296 |
<DependentUpon>ID2DBSetting.cs</DependentUpon> |
276 | 297 |
</EmbeddedResource> |
277 |
<EmbeddedResource Include="Form\LicenseForm.resx"> |
|
278 |
<DependentUpon>LicenseForm.cs</DependentUpon> |
|
279 |
</EmbeddedResource> |
|
280 | 298 |
<EmbeddedResource Include="Form\MappingForm.resx"> |
281 | 299 |
<DependentUpon>MappingForm.cs</DependentUpon> |
282 | 300 |
</EmbeddedResource> |
... | ... | |
314 | 332 |
</EmbeddedResource> |
315 | 333 |
</ItemGroup> |
316 | 334 |
<ItemGroup> |
317 |
<COMReference Include="ISPClientData3"> |
|
318 |
<Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid> |
|
319 |
<VersionMajor>2</VersionMajor> |
|
320 |
<VersionMinor>0</VersionMinor> |
|
321 |
<Lcid>0</Lcid> |
|
322 |
<WrapperTool>tlbimp</WrapperTool> |
|
323 |
<Isolated>False</Isolated> |
|
324 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
325 |
</COMReference> |
|
326 |
<COMReference Include="ISPPropertyInf"> |
|
327 |
<Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid> |
|
328 |
<VersionMajor>1</VersionMajor> |
|
329 |
<VersionMinor>1</VersionMinor> |
|
330 |
<Lcid>0</Lcid> |
|
331 |
<WrapperTool>tlbimp</WrapperTool> |
|
332 |
<Isolated>False</Isolated> |
|
333 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
334 |
</COMReference> |
|
335 |
<COMReference Include="Llama"> |
|
336 |
<Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid> |
|
337 |
<VersionMajor>6</VersionMajor> |
|
338 |
<VersionMinor>0</VersionMinor> |
|
339 |
<Lcid>0</Lcid> |
|
340 |
<WrapperTool>tlbimp</WrapperTool> |
|
341 |
<Isolated>False</Isolated> |
|
342 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
343 |
</COMReference> |
|
344 | 335 |
<COMReference Include="NEWENUMWRAPPERLib"> |
345 | 336 |
<Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid> |
346 | 337 |
<VersionMajor>1</VersionMajor> |
... | ... | |
350 | 341 |
<Isolated>False</Isolated> |
351 | 342 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
352 | 343 |
</COMReference> |
353 |
<COMReference Include="PidObjectManagerInf"> |
|
354 |
<Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid> |
|
355 |
<VersionMajor>2</VersionMajor> |
|
356 |
<VersionMinor>0</VersionMinor> |
|
357 |
<Lcid>0</Lcid> |
|
358 |
<WrapperTool>tlbimp</WrapperTool> |
|
359 |
<Isolated>False</Isolated> |
|
360 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
361 |
</COMReference> |
|
362 |
<COMReference Include="Plaice"> |
|
363 |
<Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid> |
|
364 |
<VersionMajor>5</VersionMajor> |
|
365 |
<VersionMinor>0</VersionMinor> |
|
366 |
<Lcid>0</Lcid> |
|
367 |
<WrapperTool>tlbimp</WrapperTool> |
|
368 |
<Isolated>False</Isolated> |
|
369 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
370 |
</COMReference> |
|
371 | 344 |
<COMReference Include="VBA"> |
372 | 345 |
<Guid>{000204EF-0000-0000-C000-000000000046}</Guid> |
373 | 346 |
<VersionMajor>6</VersionMajor> |
... | ... | |
449 | 422 |
<ItemGroup> |
450 | 423 |
<None Include="Resources\newrecurringappointment.svg" /> |
451 | 424 |
</ItemGroup> |
425 |
<ItemGroup /> |
|
452 | 426 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
453 | 427 |
<Import Project="..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets')" /> |
454 | 428 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
내보내기 Unified diff