1
|
<?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>{60285A68-977E-4CBE-BD3E-5224BFA9D799}</ProjectGuid>
|
8
|
<OutputType>WinExe</OutputType>
|
9
|
<StartupObject>SPPIDConverter.My.MyApplication</StartupObject>
|
10
|
<RootNamespace>SPPIDConverter</RootNamespace>
|
11
|
<AssemblyName>SPPIDConverter</AssemblyName>
|
12
|
<FileAlignment>512</FileAlignment>
|
13
|
<MyType>WindowsForms</MyType>
|
14
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
15
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
16
|
<NuGetPackageImportStamp>
|
17
|
</NuGetPackageImportStamp>
|
18
|
<TargetFrameworkProfile />
|
19
|
</PropertyGroup>
|
20
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
21
|
<PlatformTarget>x86</PlatformTarget>
|
22
|
<DebugSymbols>true</DebugSymbols>
|
23
|
<DebugType>full</DebugType>
|
24
|
<DefineDebug>true</DefineDebug>
|
25
|
<DefineTrace>true</DefineTrace>
|
26
|
<OutputPath>bin\Debug\</OutputPath>
|
27
|
<DocumentationFile>Ne.xml</DocumentationFile>
|
28
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
29
|
<Prefer32Bit>false</Prefer32Bit>
|
30
|
</PropertyGroup>
|
31
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
32
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
33
|
<DebugType>pdbonly</DebugType>
|
34
|
<DefineDebug>false</DefineDebug>
|
35
|
<DefineTrace>true</DefineTrace>
|
36
|
<Optimize>true</Optimize>
|
37
|
<OutputPath>bin\Release\</OutputPath>
|
38
|
<DocumentationFile>Ne.xml</DocumentationFile>
|
39
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
40
|
<Prefer32Bit>false</Prefer32Bit>
|
41
|
</PropertyGroup>
|
42
|
<PropertyGroup>
|
43
|
<OptionExplicit>On</OptionExplicit>
|
44
|
</PropertyGroup>
|
45
|
<PropertyGroup>
|
46
|
<OptionCompare>Binary</OptionCompare>
|
47
|
</PropertyGroup>
|
48
|
<PropertyGroup>
|
49
|
<OptionStrict>Off</OptionStrict>
|
50
|
</PropertyGroup>
|
51
|
<PropertyGroup>
|
52
|
<OptionInfer>On</OptionInfer>
|
53
|
</PropertyGroup>
|
54
|
<ItemGroup>
|
55
|
<Reference Include="ComUtil.MessageLog, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
56
|
<SpecificVersion>False</SpecificVersion>
|
57
|
<HintPath>.\ComUtil.MessageLog.dll</HintPath>
|
58
|
</Reference>
|
59
|
<Reference Include="DevExpress.Data.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
60
|
<Reference Include="DevExpress.Printing.v18.1.Core, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
61
|
<Reference Include="DevExpress.Utils.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
62
|
<Reference Include="DevExpress.XtraEditors.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
63
|
<Reference Include="DevExpress.XtraGrid.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
64
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
65
|
<HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
|
66
|
</Reference>
|
67
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
68
|
<HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
69
|
</Reference>
|
70
|
<Reference Include="GemBox.Spreadsheet, Version=39.3.30.1130, Culture=neutral, PublicKeyToken=b1b72c69714d4847, processorArchitecture=MSIL">
|
71
|
<SpecificVersion>False</SpecificVersion>
|
72
|
<HintPath>.\GemBox.Spreadsheet.dll</HintPath>
|
73
|
</Reference>
|
74
|
<Reference Include="PDFNet, Version=5.8.0.0, Culture=neutral, PublicKeyToken=36167be3f67ac39c, processorArchitecture=x86">
|
75
|
<SpecificVersion>False</SpecificVersion>
|
76
|
<HintPath>..\PDF_TO_IMAGE\PDFNet.dll</HintPath>
|
77
|
</Reference>
|
78
|
<Reference Include="PDFNetLoader, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
79
|
<HintPath>..\packages\PDFNet.6.8.2.65223\lib\net40\PDFNetLoader.dll</HintPath>
|
80
|
</Reference>
|
81
|
<Reference Include="PresentationCore" />
|
82
|
<Reference Include="System" />
|
83
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
84
|
<Reference Include="System.Data" />
|
85
|
<Reference Include="System.Data.Linq" />
|
86
|
<Reference Include="System.Data.SQLite, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
87
|
<HintPath>..\packages\System.Data.SQLite.Core.1.0.108.0\lib\net451\System.Data.SQLite.dll</HintPath>
|
88
|
</Reference>
|
89
|
<Reference Include="System.Data.SQLite.EF6, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
90
|
<HintPath>..\packages\System.Data.SQLite.EF6.1.0.108.0\lib\net451\System.Data.SQLite.EF6.dll</HintPath>
|
91
|
</Reference>
|
92
|
<Reference Include="System.Data.SQLite.Linq, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
93
|
<HintPath>..\packages\System.Data.SQLite.Linq.1.0.108.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath>
|
94
|
</Reference>
|
95
|
<Reference Include="System.Deployment" />
|
96
|
<Reference Include="System.Drawing" />
|
97
|
<Reference Include="System.Windows.Forms" />
|
98
|
<Reference Include="System.Xml" />
|
99
|
<Reference Include="System.Core" />
|
100
|
<Reference Include="System.Xml.Linq" />
|
101
|
<Reference Include="System.Data.DataSetExtensions" />
|
102
|
<Reference Include="System.Net.Http" />
|
103
|
<Reference Include="WindowsBase" />
|
104
|
</ItemGroup>
|
105
|
<ItemGroup>
|
106
|
<Import Include="Microsoft.VisualBasic" />
|
107
|
<Import Include="System" />
|
108
|
<Import Include="System.Collections" />
|
109
|
<Import Include="System.Collections.Generic" />
|
110
|
<Import Include="System.Data" />
|
111
|
<Import Include="System.Drawing" />
|
112
|
<Import Include="System.Diagnostics" />
|
113
|
<Import Include="System.Windows.Forms" />
|
114
|
<Import Include="System.Linq" />
|
115
|
<Import Include="System.Xml.Linq" />
|
116
|
<Import Include="System.Threading.Tasks" />
|
117
|
</ItemGroup>
|
118
|
<ItemGroup>
|
119
|
<Compile Include="AutoModeling.vb" />
|
120
|
<Compile Include="CGembox.vb" />
|
121
|
<Compile Include="Drawing.vb" />
|
122
|
<Compile Include="FindOpc.vb" />
|
123
|
<Compile Include="GenerateRelation.vb" />
|
124
|
<Compile Include="Main.vb">
|
125
|
<SubType>Form</SubType>
|
126
|
</Compile>
|
127
|
<Compile Include="Main.Designer.vb">
|
128
|
<DependentUpon>Main.vb</DependentUpon>
|
129
|
<SubType>Form</SubType>
|
130
|
</Compile>
|
131
|
<Compile Include="Mapping.Designer.vb">
|
132
|
<DependentUpon>Mapping.vb</DependentUpon>
|
133
|
</Compile>
|
134
|
<Compile Include="Mapping.vb">
|
135
|
<SubType>Form</SubType>
|
136
|
</Compile>
|
137
|
<Compile Include="MDatatable.vb" />
|
138
|
<Compile Include="MKey.vb" />
|
139
|
<Compile Include="MThread.vb" />
|
140
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
141
|
<Compile Include="My Project\Application.Designer.vb">
|
142
|
<AutoGen>True</AutoGen>
|
143
|
<DependentUpon>Application.myapp</DependentUpon>
|
144
|
</Compile>
|
145
|
<Compile Include="My Project\Resources.Designer.vb">
|
146
|
<AutoGen>True</AutoGen>
|
147
|
<DesignTime>True</DesignTime>
|
148
|
<DependentUpon>Resources.resx</DependentUpon>
|
149
|
</Compile>
|
150
|
<Compile Include="My Project\Settings.Designer.vb">
|
151
|
<AutoGen>True</AutoGen>
|
152
|
<DependentUpon>Settings.settings</DependentUpon>
|
153
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
154
|
</Compile>
|
155
|
<Compile Include="OpenXml.Designer.vb">
|
156
|
<DependentUpon>OpenXml.vb</DependentUpon>
|
157
|
</Compile>
|
158
|
<Compile Include="OpenXml.vb">
|
159
|
<SubType>Form</SubType>
|
160
|
</Compile>
|
161
|
<Compile Include="Result.Designer.vb">
|
162
|
<DependentUpon>Result.vb</DependentUpon>
|
163
|
</Compile>
|
164
|
<Compile Include="Result.vb">
|
165
|
<SubType>Form</SubType>
|
166
|
</Compile>
|
167
|
<Compile Include="Settings.Designer.vb">
|
168
|
<DependentUpon>Settings.vb</DependentUpon>
|
169
|
</Compile>
|
170
|
<Compile Include="Settings.vb">
|
171
|
<SubType>Form</SubType>
|
172
|
</Compile>
|
173
|
</ItemGroup>
|
174
|
<ItemGroup>
|
175
|
<EmbeddedResource Include="Main.resx">
|
176
|
<DependentUpon>Main.vb</DependentUpon>
|
177
|
</EmbeddedResource>
|
178
|
<EmbeddedResource Include="Mapping.resx">
|
179
|
<DependentUpon>Mapping.vb</DependentUpon>
|
180
|
</EmbeddedResource>
|
181
|
<EmbeddedResource Include="My Project\licenses.licx" />
|
182
|
<EmbeddedResource Include="My Project\Resources.resx">
|
183
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
184
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
185
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
186
|
<SubType>Designer</SubType>
|
187
|
</EmbeddedResource>
|
188
|
<EmbeddedResource Include="OpenXml.resx">
|
189
|
<DependentUpon>OpenXml.vb</DependentUpon>
|
190
|
</EmbeddedResource>
|
191
|
<EmbeddedResource Include="Result.resx">
|
192
|
<DependentUpon>Result.vb</DependentUpon>
|
193
|
</EmbeddedResource>
|
194
|
<EmbeddedResource Include="Settings.resx">
|
195
|
<DependentUpon>Settings.vb</DependentUpon>
|
196
|
</EmbeddedResource>
|
197
|
</ItemGroup>
|
198
|
<ItemGroup>
|
199
|
<None Include="My Project\Application.myapp">
|
200
|
<Generator>MyApplicationCodeGenerator</Generator>
|
201
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
202
|
</None>
|
203
|
<None Include="My Project\Settings.settings">
|
204
|
<Generator>SettingsSingleFileGenerator</Generator>
|
205
|
<CustomToolNamespace>My</CustomToolNamespace>
|
206
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
207
|
</None>
|
208
|
<None Include="App.config">
|
209
|
<SubType>Designer</SubType>
|
210
|
</None>
|
211
|
<None Include="packages.config" />
|
212
|
</ItemGroup>
|
213
|
<ItemGroup>
|
214
|
<COMReference Include="IDisplaySetinf">
|
215
|
<Guid>{74723318-7872-4996-96B6-3CB6F98E45AF}</Guid>
|
216
|
<VersionMajor>1</VersionMajor>
|
217
|
<VersionMinor>0</VersionMinor>
|
218
|
<Lcid>0</Lcid>
|
219
|
<WrapperTool>tlbimp</WrapperTool>
|
220
|
<Isolated>False</Isolated>
|
221
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
222
|
</COMReference>
|
223
|
<COMReference Include="ISPClientData3">
|
224
|
<Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid>
|
225
|
<VersionMajor>2</VersionMajor>
|
226
|
<VersionMinor>0</VersionMinor>
|
227
|
<Lcid>0</Lcid>
|
228
|
<WrapperTool>tlbimp</WrapperTool>
|
229
|
<Isolated>False</Isolated>
|
230
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
231
|
</COMReference>
|
232
|
<COMReference Include="ISPPropertyInf">
|
233
|
<Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid>
|
234
|
<VersionMajor>1</VersionMajor>
|
235
|
<VersionMinor>1</VersionMinor>
|
236
|
<Lcid>0</Lcid>
|
237
|
<WrapperTool>tlbimp</WrapperTool>
|
238
|
<Isolated>False</Isolated>
|
239
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
240
|
</COMReference>
|
241
|
<COMReference Include="Llama">
|
242
|
<Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid>
|
243
|
<VersionMajor>6</VersionMajor>
|
244
|
<VersionMinor>0</VersionMinor>
|
245
|
<Lcid>0</Lcid>
|
246
|
<WrapperTool>tlbimp</WrapperTool>
|
247
|
<Isolated>False</Isolated>
|
248
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
249
|
</COMReference>
|
250
|
<COMReference Include="NEWENUMWRAPPERLib">
|
251
|
<Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid>
|
252
|
<VersionMajor>1</VersionMajor>
|
253
|
<VersionMinor>0</VersionMinor>
|
254
|
<Lcid>0</Lcid>
|
255
|
<WrapperTool>tlbimp</WrapperTool>
|
256
|
<Isolated>False</Isolated>
|
257
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
258
|
</COMReference>
|
259
|
<COMReference Include="PIDCacheAccessInfLib">
|
260
|
<Guid>{CB6C022D-D17C-4E18-9B36-3A0D8B3282A2}</Guid>
|
261
|
<VersionMajor>1</VersionMajor>
|
262
|
<VersionMinor>0</VersionMinor>
|
263
|
<Lcid>0</Lcid>
|
264
|
<WrapperTool>tlbimp</WrapperTool>
|
265
|
<Isolated>False</Isolated>
|
266
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
267
|
</COMReference>
|
268
|
<COMReference Include="PidObjectManagerInf">
|
269
|
<Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid>
|
270
|
<VersionMajor>2</VersionMajor>
|
271
|
<VersionMinor>0</VersionMinor>
|
272
|
<Lcid>0</Lcid>
|
273
|
<WrapperTool>tlbimp</WrapperTool>
|
274
|
<Isolated>False</Isolated>
|
275
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
276
|
</COMReference>
|
277
|
<COMReference Include="Plaice">
|
278
|
<Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid>
|
279
|
<VersionMajor>5</VersionMajor>
|
280
|
<VersionMinor>0</VersionMinor>
|
281
|
<Lcid>0</Lcid>
|
282
|
<WrapperTool>tlbimp</WrapperTool>
|
283
|
<Isolated>False</Isolated>
|
284
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
285
|
</COMReference>
|
286
|
<COMReference Include="VBA">
|
287
|
<Guid>{000204EF-0000-0000-C000-000000000046}</Guid>
|
288
|
<VersionMajor>6</VersionMajor>
|
289
|
<VersionMinor>0</VersionMinor>
|
290
|
<Lcid>9</Lcid>
|
291
|
<WrapperTool>tlbimp</WrapperTool>
|
292
|
<Isolated>False</Isolated>
|
293
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
294
|
</COMReference>
|
295
|
</ItemGroup>
|
296
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
297
|
<Import Project="..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets')" />
|
298
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
299
|
<PropertyGroup>
|
300
|
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
|
301
|
</PropertyGroup>
|
302
|
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets'))" />
|
303
|
<Error Condition="!Exists('..\packages\PDFNet.6.8.2.65223\build\net40\PDFNet.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\PDFNet.6.8.2.65223\build\net40\PDFNet.targets'))" />
|
304
|
</Target>
|
305
|
<Import Project="..\packages\PDFNet.6.8.2.65223\build\net40\PDFNet.targets" Condition="Exists('..\packages\PDFNet.6.8.2.65223\build\net40\PDFNet.targets')" />
|
306
|
</Project>
|