프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / SPPIDConverter.csproj @ 4b4dbca9

이력 | 보기 | 이력해설 | 다운로드 (13.3 KB)

1 8738667f gaqhf
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}</ProjectGuid>
8 30a9ffce gaqhf
    <OutputType>Library</OutputType>
9 8738667f gaqhf
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>Converter.SPPID</RootNamespace>
11
    <AssemblyName>SPPIDConverter</AssemblyName>
12
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15
    <TargetFrameworkProfile />
16
    <NuGetPackageImportStamp>
17
    </NuGetPackageImportStamp>
18
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20
    <DebugSymbols>true</DebugSymbols>
21
    <DebugType>full</DebugType>
22
    <Optimize>false</Optimize>
23
    <OutputPath>..\SPPIDConverterDll\</OutputPath>
24
    <DefineConstants>DEBUG;TRACE</DefineConstants>
25
    <ErrorReport>prompt</ErrorReport>
26
    <WarningLevel>4</WarningLevel>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29
    <DebugType>pdbonly</DebugType>
30
    <Optimize>true</Optimize>
31
    <OutputPath>bin\Release\</OutputPath>
32
    <DefineConstants>TRACE</DefineConstants>
33
    <ErrorReport>prompt</ErrorReport>
34
    <WarningLevel>4</WarningLevel>
35
  </PropertyGroup>
36
  <PropertyGroup>
37
    <StartupObject />
38
  </PropertyGroup>
39
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
40
    <DebugSymbols>true</DebugSymbols>
41
    <OutputPath>..\SPPIDConverterDll\</OutputPath>
42
    <DefineConstants>DEBUG;TRACE</DefineConstants>
43
    <DebugType>full</DebugType>
44
    <PlatformTarget>x86</PlatformTarget>
45
    <ErrorReport>prompt</ErrorReport>
46
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47
  </PropertyGroup>
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
49
    <OutputPath>bin\x86\Release\</OutputPath>
50
    <DefineConstants>TRACE</DefineConstants>
51
    <Optimize>true</Optimize>
52
    <DebugType>pdbonly</DebugType>
53
    <PlatformTarget>x86</PlatformTarget>
54
    <ErrorReport>prompt</ErrorReport>
55
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56
  </PropertyGroup>
57 8aa6f2db gaqhf
  <PropertyGroup>
58
    <TargetZone>LocalIntranet</TargetZone>
59
  </PropertyGroup>
60
  <PropertyGroup>
61
    <GenerateManifests>false</GenerateManifests>
62
  </PropertyGroup>
63 f1232880 gaqhf
  <PropertyGroup />
64 8738667f gaqhf
  <ItemGroup>
65
    <Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
66
    <Reference Include="DevExpress.Dialogs.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
67
    <Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
68
    <Reference Include="DevExpress.Utils.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
69
    <Reference Include="DevExpress.XtraBars.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
70
    <Reference Include="DevExpress.XtraDialogs.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
71
    <Reference Include="DevExpress.XtraEditors.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
72
    <Reference Include="DevExpress.XtraGrid.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
73
    <Reference Include="DevExpress.XtraLayout.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
74
    <Reference Include="DevExpress.XtraPrinting.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
75
    <Reference Include="DevExpress.XtraTreeList.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
76
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
77
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
78
    </Reference>
79
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
80
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
81
    </Reference>
82 8aa6f2db gaqhf
    <Reference Include="Interop.RAD2D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=46d4e6504b436e2e, processorArchitecture=MSIL">
83
      <SpecificVersion>False</SpecificVersion>
84
      <EmbedInteropTypes>True</EmbedInteropTypes>
85
      <HintPath>C:\Program Files (x86)\SmartPlant\P&amp;ID Workstation\bin\Interop.RAD2D.dll</HintPath>
86
    </Reference>
87 8738667f gaqhf
    <Reference Include="Microsoft.VisualBasic" />
88
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
89
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
90
    </Reference>
91
    <Reference Include="Oracle.ManagedDataAccess, Version=4.122.18.3, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
92
      <HintPath>..\packages\Oracle.ManagedDataAccess.18.3.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
93
    </Reference>
94
    <Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL">
95
      <SpecificVersion>False</SpecificVersion>
96
      <HintPath>C:\Program Files (x86)\SmartPlant\P&amp;ID Workstation\bin\RadNetAutomation.dll</HintPath>
97
    </Reference>
98 f1232880 gaqhf
    <Reference Include="RadNetCmdCtrl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL">
99
      <SpecificVersion>False</SpecificVersion>
100
      <HintPath>C:\Program Files (x86)\SmartPlant\P&amp;ID Workstation\bin\RadNetCmdCtrl.dll</HintPath>
101
    </Reference>
102 8738667f gaqhf
    <Reference Include="System" />
103
    <Reference Include="System.ComponentModel.DataAnnotations" />
104
    <Reference Include="System.Core" />
105
    <Reference Include="System.Drawing" />
106
    <Reference Include="System.Windows.Forms" />
107
    <Reference Include="System.Xml.Linq" />
108
    <Reference Include="System.Data.DataSetExtensions" />
109
    <Reference Include="Microsoft.CSharp" />
110
    <Reference Include="System.Data" />
111
    <Reference Include="System.Net.Http" />
112
    <Reference Include="System.Xml" />
113
  </ItemGroup>
114
  <ItemGroup>
115 cfda1fed gaqhf
    <Compile Include="AutoModeling.cs" />
116
    <Compile Include="CloseOPCForm.cs" />
117 8738667f gaqhf
    <Compile Include="DB\SPPID_DB.cs" />
118
    <Compile Include="DB\SPPID_DBInfo.cs" />
119
    <Compile Include="ConverterForm.cs">
120
      <SubType>Form</SubType>
121
    </Compile>
122
    <Compile Include="ConverterForm.Designer.cs">
123
      <DependentUpon>ConverterForm.cs</DependentUpon>
124
    </Compile>
125
    <Compile Include="Form\MappingForm.cs">
126
      <SubType>Form</SubType>
127
    </Compile>
128
    <Compile Include="Form\MappingForm.Designer.cs">
129
      <DependentUpon>MappingForm.cs</DependentUpon>
130
    </Compile>
131
    <Compile Include="Form\SPPID_DB_SettingForm.cs">
132
      <SubType>Form</SubType>
133
    </Compile>
134
    <Compile Include="Form\SPPID_DB_SettingForm.Designer.cs">
135
      <DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon>
136
    </Compile>
137
    <Compile Include="Form\UnitForm.cs">
138
      <SubType>Form</SubType>
139
    </Compile>
140
    <Compile Include="Form\UnitForm.Designer.cs">
141
      <DependentUpon>UnitForm.cs</DependentUpon>
142
    </Compile>
143
    <Compile Include="Model\ETCSetting.cs" />
144 cfda1fed gaqhf
    <Compile Include="Model\Group.cs" />
145 8738667f gaqhf
    <Compile Include="Model\LineNumberMapping.cs" />
146
    <Compile Include="Model\SPPID_Document.cs" />
147
    <Compile Include="Model\LineMapping.cs" />
148 1efc25a3 gaqhf
    <Compile Include="Model\AttributeMapping.cs" />
149 4b4dbca9 gaqhf
    <Compile Include="Model\ChildSymbolMapping.cs" />
150 8738667f gaqhf
    <Compile Include="Model\SymbolMapping.cs" />
151 5e6ecf05 gaqhf
    <Compile Include="Program.cs" />
152 8738667f gaqhf
    <Compile Include="Properties\AssemblyInfo.cs" />
153
    <Compile Include="Properties\Msg.Designer.cs">
154
      <AutoGen>True</AutoGen>
155
      <DesignTime>True</DesignTime>
156
      <DependentUpon>Msg.resx</DependentUpon>
157
    </Compile>
158
    <Compile Include="Properties\Msg.ko.Designer.cs">
159
      <AutoGen>True</AutoGen>
160
      <DesignTime>True</DesignTime>
161
      <DependentUpon>Msg.ko.resx</DependentUpon>
162
    </Compile>
163
    <Compile Include="Properties\Resources.Designer.cs">
164
      <AutoGen>True</AutoGen>
165
      <DesignTime>True</DesignTime>
166
      <DependentUpon>Resources.resx</DependentUpon>
167
    </Compile>
168
    <Compile Include="Properties\Settings.Designer.cs">
169
      <AutoGen>True</AutoGen>
170
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
171
      <DependentUpon>Settings.settings</DependentUpon>
172
    </Compile>
173
    <Compile Include="Settings.cs" />
174 f1232880 gaqhf
    <Compile Include="SPPIDConverter_AutoModeling.cs" />
175 8738667f gaqhf
    <Compile Include="Util\SPPIDUtil.cs" />
176
  </ItemGroup>
177
  <ItemGroup>
178
    <EmbeddedResource Include="ConverterForm.resx">
179
      <DependentUpon>ConverterForm.cs</DependentUpon>
180
    </EmbeddedResource>
181
    <EmbeddedResource Include="Form\MappingForm.resx">
182
      <DependentUpon>MappingForm.cs</DependentUpon>
183
    </EmbeddedResource>
184
    <EmbeddedResource Include="Form\SPPID_DB_SettingForm.resx">
185
      <DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon>
186
    </EmbeddedResource>
187
    <EmbeddedResource Include="Form\UnitForm.resx">
188
      <DependentUpon>UnitForm.cs</DependentUpon>
189
    </EmbeddedResource>
190
    <EmbeddedResource Include="Properties\licenses.licx" />
191
    <EmbeddedResource Include="Properties\Resources.resx">
192
      <Generator>ResXFileCodeGenerator</Generator>
193
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
194
    </EmbeddedResource>
195
    <EmbeddedResource Include="Properties\Msg.resx">
196
      <Generator>ResXFileCodeGenerator</Generator>
197
      <LastGenOutput>Msg.Designer.cs</LastGenOutput>
198
    </EmbeddedResource>
199
    <EmbeddedResource Include="Properties\Msg.ko.resx">
200
      <Generator>ResXFileCodeGenerator</Generator>
201
      <LastGenOutput>Msg.ko.Designer.cs</LastGenOutput>
202
    </EmbeddedResource>
203
  </ItemGroup>
204
  <ItemGroup>
205
    <ProjectReference Include="..\BaseModel\BaseModel.csproj">
206
      <Project>{beec4a21-bd63-40d2-b745-027b19241a70}</Project>
207
      <Name>BaseModel</Name>
208
    </ProjectReference>
209
  </ItemGroup>
210
  <ItemGroup>
211
    <COMReference Include="Llama">
212
      <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid>
213
      <VersionMajor>6</VersionMajor>
214
      <VersionMinor>0</VersionMinor>
215
      <Lcid>0</Lcid>
216
      <WrapperTool>tlbimp</WrapperTool>
217
      <Isolated>False</Isolated>
218
      <EmbedInteropTypes>True</EmbedInteropTypes>
219
    </COMReference>
220
    <COMReference Include="NEWENUMWRAPPERLib">
221
      <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid>
222
      <VersionMajor>1</VersionMajor>
223
      <VersionMinor>0</VersionMinor>
224
      <Lcid>0</Lcid>
225
      <WrapperTool>tlbimp</WrapperTool>
226
      <Isolated>False</Isolated>
227
      <EmbedInteropTypes>True</EmbedInteropTypes>
228
    </COMReference>
229
    <COMReference Include="Plaice">
230
      <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid>
231
      <VersionMajor>5</VersionMajor>
232
      <VersionMinor>0</VersionMinor>
233
      <Lcid>0</Lcid>
234
      <WrapperTool>tlbimp</WrapperTool>
235
      <Isolated>False</Isolated>
236
      <EmbedInteropTypes>True</EmbedInteropTypes>
237
    </COMReference>
238
    <COMReference Include="VBA">
239
      <Guid>{000204EF-0000-0000-C000-000000000046}</Guid>
240
      <VersionMajor>6</VersionMajor>
241
      <VersionMinor>0</VersionMinor>
242
      <Lcid>9</Lcid>
243
      <WrapperTool>tlbimp</WrapperTool>
244
      <Isolated>False</Isolated>
245
      <EmbedInteropTypes>True</EmbedInteropTypes>
246
    </COMReference>
247
  </ItemGroup>
248
  <ItemGroup>
249
    <None Include="App.config" />
250
  </ItemGroup>
251
  <ItemGroup>
252
    <None Include="packages.config" />
253
    <None Include="Properties\Settings.settings">
254
      <Generator>SettingsSingleFileGenerator</Generator>
255
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
256
    </None>
257
    <None Include="Resources\convertto.svg" />
258
  </ItemGroup>
259
  <ItemGroup>
260
    <None Include="Resources\actions_database.svg" />
261
  </ItemGroup>
262
  <ItemGroup>
263
    <None Include="Resources\actions_image.svg" />
264
  </ItemGroup>
265
  <ItemGroup>
266
    <None Include="Resources\arrangegroups.svg" />
267
  </ItemGroup>
268
  <ItemGroup>
269
    <None Include="Resources\open2.svg" />
270
  </ItemGroup>
271
  <ItemGroup>
272
    <None Include="Resources\next.svg" />
273
  </ItemGroup>
274
  <ItemGroup>
275
    <None Include="Resources\properties.svg" />
276
  </ItemGroup>
277
  <ItemGroup>
278
    <None Include="Resources\save.svg" />
279
  </ItemGroup>
280
  <ItemGroup>
281
    <None Include="Resources\paymentunpaid.svg" />
282
  </ItemGroup>
283
  <ItemGroup>
284
    <None Include="Resources\close.svg" />
285
  </ItemGroup>
286
  <ItemGroup>
287
    <None Include="Resources\changedatasourcepivottable.svg" />
288
  </ItemGroup>
289
  <ItemGroup>
290
    <None Include="Resources\saveandclose.svg" />
291
  </ItemGroup>
292
  <ItemGroup>
293
    <None Include="Resources\cancel_16x16.png" />
294
  </ItemGroup>
295
  <ItemGroup>
296
    <None Include="Resources\apply_16x16.png" />
297
  </ItemGroup>
298
  <ItemGroup>
299
    <None Include="Resources\pencolor_16x16.png" />
300
  </ItemGroup>
301 fbdb9f2a gaqhf
  <ItemGroup>
302
    <None Include="Resources\actions_refresh.svg" />
303
  </ItemGroup>
304 8738667f gaqhf
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
305
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)