프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / SPPIDConverter.vbproj @ 6fb1a52e

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

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