프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / SPPIDConverter.vbproj @ d935939c

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

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